applicationLogic.utility
Class KeyValuePairTest

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

public class KeyValuePairTest
extends java.lang.Object

Author:
03iacobm

Constructor Summary
KeyValuePairTest()
           
 
Method Summary
 void setUp()
           
 void testGetBinaryData()
          Test method for KeyValuePair.getBinaryData().
 void testGetDataTypes()
          Test method for KeyValuePair.getDataTypes().
 void testGetKeys()
          Test method for KeyValuePair.getKeys().
 void testGetValues()
          Test method for KeyValuePair.getValues().
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyValuePairTest

public KeyValuePairTest()
Method Detail

setUp

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

testGetKeys

public final void testGetKeys()
Test method for KeyValuePair.getKeys().


testGetDataTypes

public final void testGetDataTypes()
Test method for KeyValuePair.getDataTypes().


testGetBinaryData

public final void testGetBinaryData()
Test method for KeyValuePair.getBinaryData().


testGetValues

public final void testGetValues()
Test method for KeyValuePair.getValues().