|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.googlecode.lightest.core.TestEnvironmentInfoSource
public class TestEnvironmentInfoSource
The info source class used by the DefaultReporter to populate environment information into the report.
| Field Summary | |
|---|---|
static String |
TYPE_NAME
|
| Constructor Summary | |
|---|---|
TestEnvironmentInfoSource()
|
|
| Method Summary | |
|---|---|
void |
configure(LightestTestResult result)
Configures the info source according to the result being reported on. |
Map |
getData()
Returns the data as a map of String's to String's. |
List |
getHeaders()
Returns a list of headers for the table. |
groovy.lang.MetaClass |
getMetaClass()
|
Object |
getProperty(String name)
|
String |
getTitle()
Returns the title of the information. |
String |
getTypeName()
Returns the type name of this info source. |
Object |
invokeMethod(String name,
Object args)
|
void |
setData(Map value)
|
void |
setHeaders(List value)
|
void |
setMetaClass(groovy.lang.MetaClass metaClass)
|
void |
setProperty(String name,
Object value)
|
void |
setTitle(String value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String TYPE_NAME
| Constructor Detail |
|---|
public TestEnvironmentInfoSource()
| Method Detail |
|---|
public String getTitle()
IReporterInfoSource
getTitle in interface IReporterInfoSourcepublic void setTitle(String value)
public List getHeaders()
IReporterInfoSource
getHeaders in interface IReporterInfoSourcepublic void setHeaders(List value)
public Map getData()
IReporterInfoSource
getData in interface IReporterInfoSourcepublic void setData(Map value)
public String getTypeName()
IReporterInfoSource
getTypeName in interface IReporterInfoSourcepublic void configure(LightestTestResult result)
IReporterInfoSource
configure in interface IReporterInfoSourcepublic groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectpublic void setMetaClass(groovy.lang.MetaClass metaClass)
setMetaClass in interface groovy.lang.GroovyObject
public Object invokeMethod(String name,
Object args)
invokeMethod in interface groovy.lang.GroovyObjectpublic Object getProperty(String name)
getProperty in interface groovy.lang.GroovyObject
public void setProperty(String name,
Object value)
setProperty in interface groovy.lang.GroovyObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||