public class SearcherLowestHighestTestCase extends java.lang.Object implements TestCase, TestLifeCycle
| Constructor and Description |
|---|
SearcherLowestHighestTestCase() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
tearDown() |
void |
testEmpty() |
void |
testMatch() |
void |
testNoMatch() |
void |
testOneValueHigher() |
void |
testOneValueLower() |
void |
testOneValueMatch() |
void |
testTwoValuesHigher() |
void |
testTwoValuesHighMatch() |
void |
testTwoValuesInBetween() |
void |
testTwoValuesLower() |
void |
testTwoValuesLowMatch() |
void |
testTwoValuesMatch() |
public void testMatch()
public void testNoMatch()
public void testEmpty()
public void testOneValueMatch()
public void testOneValueLower()
public void testOneValueHigher()
public void testTwoValuesMatch()
public void testTwoValuesLowMatch()
public void testTwoValuesHighMatch()
public void testTwoValuesInBetween()
public void testTwoValuesLower()
public void testTwoValuesHigher()
public void setUp()
throws java.lang.Exception
setUp in interface TestLifeCyclejava.lang.Exceptionpublic void tearDown()
throws java.lang.Exception
tearDown in interface TestLifeCyclejava.lang.Exception