java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
LinearSearcherTest
public class LinearSearcherTest
The test class LinearSearcherTest.
Constructor Summary | |
---|---|
LinearSearcherTest()
Default constructor for test class LinearSearcherTest |
Method Summary | |
---|---|
protected void |
setUp()
Sets up the test fixture. |
protected void |
tearDown()
Tears down the test fixture. |
void |
testAllGoodSearches()
|
void |
testAllRandomGoodSearches()
|
void |
testBadSearches()
|
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString |
Methods inherited from class junit.framework.Assert |
---|
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LinearSearcherTest()
Method Detail |
---|
protected void setUp()
setUp
in class junit.framework.TestCase
protected void tearDown()
tearDown
in class junit.framework.TestCase
public void testAllGoodSearches()
public void testAllRandomGoodSearches()
public void testBadSearches()