|
OOoRunner test harness | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
share
Class DescEntry
java.lang.Object | +--share.DescEntry
- public class DescEntry
- extends Object
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 |
entryName
public String entryName
- Contains the name used inside the framework
longName
public String longName
- Contains the name that may be used by state writers
isOptional
public boolean isOptional
- Contains information if this entry is Optional
isToTest
public boolean isToTest
- Contains information if this entry should be tested
SubEntryCount
public int SubEntryCount
- Contains the information about the number of SubEntries
SubEntries
public DescEntry[] SubEntries
- Contains the SubEntries
EntryType
public String EntryType
- Contains information about the Type of the entry
possible 'component', 'interface', 'service', 'method', 'property', 'unit'
ErrorMsg
public String ErrorMsg
- Contains the ErrorMsg is something went wrong while gaining
the description
hasErrorMsg
public boolean hasErrorMsg
- Contains information if errors occured while gaining the Description
State
public String State
- Contains the state for this entry
Logger
public LogWriter Logger
- Contains the LogWriter to be used by the entry-test
UserDefinedParams
public Hashtable UserDefinedParams
- Contains an arbitrary set of parameters
Constructor Detail |
DescEntry
public DescEntry()
|
OOoRunner test harness | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |