applicationLogic.utility
Class IntArrayWrapperTest

java.lang.Object
  extended by applicationLogic.utility.IntArrayWrapperTest

public class IntArrayWrapperTest
extends java.lang.Object

Author:
03iacobm

Constructor Summary
IntArrayWrapperTest()
           
 
Method Summary
 void setUp()
           
 void testGetIntArr()
          Test method for IntArrayWrapper.getIntArr().
 void testSetIntArr()
          Test method for IntArrayWrapper.setIntArr(int[]).
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntArrayWrapperTest

public IntArrayWrapperTest()
Method Detail

setUp

public void setUp()
           throws java.lang.Exception
Throws:
java.lang.Exception

testSetIntArr

public final void testSetIntArr()
Test method for IntArrayWrapper.setIntArr(int[]).


testGetIntArr

public final void testGetIntArr()
Test method for IntArrayWrapper.getIntArr().