Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15
OOoRunner test harness

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

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.