applicationLogic.utility
Class SortTest

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

public class SortTest
extends java.lang.Object

Author:
03bhagaa

Constructor Summary
SortTest()
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testAscend()
          Test method for Sort.ascend(applicationLogic.utility.KeyValuePair, int).
 void testDescend()
          Test method for Sort.descend(applicationLogic.utility.KeyValuePair, int).
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SortTest

public SortTest()
Method Detail

setUp

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

tearDown

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

testAscend

public final void testAscend()
Test method for Sort.ascend(applicationLogic.utility.KeyValuePair, int). Words, Integers and Reals are currently sortable. Sort currently does not affect Time's and Date's.


testDescend

public final void testDescend()
Test method for Sort.descend(applicationLogic.utility.KeyValuePair, int). Words, Integers and Reals are currently sortable. Sort currently does not affect Time's and Date's.