|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
gate.util.TestRBTreeMap
Tests for the RBTreeMap class
| Field Summary | |
private static boolean |
DEBUG
Debug flag |
private RBTreeMap |
myTree
|
| Fields inherited from class junit.framework.TestCase |
|
| Constructor Summary | |
TestRBTreeMap(String name)
Construction |
|
| Method Summary | |
void |
setUp()
Create a map with sparse values as keys |
static junit.framework.Test |
suite()
Test suite routine for the test runner |
void |
testClosestMatch()
|
void |
testExact()
A test test |
void |
testGetNextOf()
|
| Methods inherited from class junit.framework.TestCase |
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, 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 |
| Field Detail |
private static final boolean DEBUG
private RBTreeMap myTree
| Constructor Detail |
public TestRBTreeMap(String name)
| Method Detail |
public void setUp()
public void testExact()
public void testClosestMatch()
public void testGetNextOf()
public static junit.framework.Test suite()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||