|
OOoRunner test harness | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--share.DescEntry
Structure to describe the entries to be tested
Field Summary | |
String |
entryName
Contains the name used inside the framework |
String |
EntryType
Contains information about the Type of the entry possible 'component', 'interface', 'service', 'method', 'property', 'unit' |
String |
ErrorMsg
Contains the ErrorMsg is something went wrong while gaining the description |
boolean |
hasErrorMsg
Contains information if errors occured while gaining the Description |
boolean |
isOptional
Contains information if this entry is Optional |
boolean |
isToTest
Contains information if this entry should be tested |
LogWriter |
Logger
Contains the LogWriter to be used by the entry-test |
String |
longName
Contains the name that may be used by state writers |
String |
State
Contains the state for this entry |
DescEntry[] |
SubEntries
Contains the SubEntries |
int |
SubEntryCount
Contains the information about the number of SubEntries |
Hashtable |
UserDefinedParams
Contains an arbitrary set of parameters |
Constructor Summary | |
DescEntry()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public String entryName
public String longName
public boolean isOptional
public boolean isToTest
public int SubEntryCount
public DescEntry[] SubEntries
public String EntryType
public String ErrorMsg
public boolean hasErrorMsg
public String State
public LogWriter Logger
public Hashtable UserDefinedParams
Constructor Detail |
public DescEntry()
|
OOoRunner test harness | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |