|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--junit.framework.TestCase | +--de.qfs.apps.qflog.logview.LogParser.UnitTest
Test cases for the LogParser class.
Constructor Summary | |
LogParser.UnitTest(java.lang.String name)
Create a new UnitTest. |
Method Summary | |
protected void |
setUp()
Set up the test fixture. |
static junit.framework.Test |
suite()
Get the suite of tests. |
void |
testDifficult()
Test parsing difficult messages. |
void |
testFail()
Test parser failure. |
void |
testParseTime()
Test the various date formats |
Methods inherited from class junit.framework.TestCase |
assert,
assert,
assertEquals,
assertEquals,
assertEquals,
assertEquals,
assertEquals,
assertEquals,
assertNotNull,
assertNotNull,
assertNull,
assertNull,
assertSame,
assertSame,
countTestCases,
createResult,
fail,
fail,
getResult,
name,
notEqualsMessage,
run,
run,
runBare,
runTest,
tearDown,
toString |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public LogParser.UnitTest(java.lang.String name)
name
- The name of the test.Method Detail |
protected void setUp()
public static junit.framework.Test suite()
public void testParseTime()
public void testDifficult()
public void testFail()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |