|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectapplicationLogic.utility.SortTest
public class SortTest
| 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 |
|---|
public SortTest()
| Method Detail |
|---|
public void setUp()
throws java.lang.Exception
java.lang.Exception
public void tearDown()
throws java.lang.Exception
java.lang.Exceptionpublic final void testAscend()
Sort.ascend(applicationLogic.utility.KeyValuePair, int).
Words, Integers and Reals are currently sortable. Sort currently does
not affect Time's and Date's.
public final void testDescend()
Sort.descend(applicationLogic.utility.KeyValuePair, int).
Words, Integers and Reals are currently sortable. Sort currently does
not affect Time's and Date's.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||