|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IReporterInfoSource
Provides tabular information to be included in the details generated by a ILightestReporter . A two-column dataset is assumed.
| 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. |
String |
getTitle()
Returns the title of the information. |
String |
getTypeName()
Returns the type name of this info source. |
| Method Detail |
|---|
void configure(LightestTestResult result)
result - String getTypeName()
String getTitle()
List getHeaders()
Map getData()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||