public class SortTest
extends java.lang.Object
Constructor and Description |
---|
SortTest() |
Modifier and Type | Method and Description |
---|---|
void |
setup() |
void |
sortAscending() |
void |
sortDescending()
Same as sortAscending but descending
|
void |
sortDescendingNegative()
Verify data that is not sorted descending does match data that has been
(this test verifies the accuracy of our positive tests)
|
void |
testAscendingAndDescending() |
void |
testAscendingWithPlusSign() |
void |
testAscendingWithPlusSignNegative() |
void |
testMultipleSortOrdersVerifyMinus() |
void |
testMultipleSortOrdersVerifyPlus() |
public void setup()
public void sortAscending()
public void sortDescending()
public void sortDescendingNegative()
public void testMultipleSortOrdersVerifyMinus()
public void testAscendingAndDescending()
public void testMultipleSortOrdersVerifyPlus()
public void testAscendingWithPlusSign()
public void testAscendingWithPlusSignNegative()