applicationLogic.utility
Class ByteArrayWrapperTest

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

public class ByteArrayWrapperTest
extends java.lang.Object

Author:
03iacobm

Constructor Summary
ByteArrayWrapperTest()
           
 
Method Summary
 void setUp()
           
 void testGetByteArr()
          Test method for ByteArrayWrapper.getByteArr().
 void testSetByteArr()
          Test method for ByteArrayWrapper.setByteArr(byte[]).
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteArrayWrapperTest

public ByteArrayWrapperTest()
Method Detail

setUp

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

testSetByteArr

public final void testSetByteArr()
Test method for ByteArrayWrapper.setByteArr(byte[]).


testGetByteArr

public final void testGetByteArr()
Test method for ByteArrayWrapper.getByteArr().