Public Member Functions | |
LogEntryTest (String name) | |
void | testLogEntryConst () throws Exception |
void | testGetDatas () |
void | testGetEntryTypeAsString () |
void | testGetEntryTypeDescription () |
void | testGetField () |
void | testGetFieldClass (String currentFieldDesc) |
void | testIsValidLogEntryType () |
void | testGetFieldDesc () |
void | testLogEntry1 () |
void | testEmptyData () throws Exception |
Protected Member Functions | |
void | setUp () throws Exception |
Package Attributes | |
Document | doc = null |
ILogEntry | log = null |
Node | node = null |
DocumentBuilderFactory | factory = null |
java.util.Vector< TestEntry > | testEntries = new java.util.Vector<TestEntry>() |
ACSLogParser | logparser = null |
Creation date: (11/15/2001 10:58:03 AM)
|
LogEntryTest constructor comment.
|
|
|
|
This test tries to parse 2 logs with empty Data. The former has a <Data .../> tag The latter has a <Data ...></data> tag Both of the test should fail
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|