|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
lapisx.util.HistoryTest
A collection of JUnit testcases to test the History class.
Field Summary | |
protected History |
h0
|
protected History |
h1
|
protected History |
h2
|
Constructor Summary | |
HistoryTest(String name)
|
Method Summary | |
protected void |
setUp()
|
static junit.framework.Test |
suite()
|
void |
testAdd()
|
void |
testClear()
|
void |
testContains()
|
void |
testCopy()
|
void |
testExpand()
|
void |
testForwardAndBack()
|
void |
testJumpTo()
|
void |
testPut()
|
void |
testReplace()
|
void |
testSize()
|
void |
testToStartAndToEnd()
|
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 |
protected History h0
protected History h1
protected History h2
Constructor Detail |
public HistoryTest(String name)
Method Detail |
protected void setUp()
public static junit.framework.Test suite()
public void testAdd()
public void testClear()
public void testCopy()
public void testPut()
public void testForwardAndBack()
public void testReplace()
public void testToStartAndToEnd()
public void testSize()
public void testContains()
public void testExpand()
public void testJumpTo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |