public interface Organizer
| Modifier and Type | Method and Description |
|---|---|
String |
getResultType()
Gets the result type string (ie.: success, failed, etc)
|
TestTracker |
getTracker()
Gets the test tracker used to keep track of the current test
|
String |
organize(PeerInfo peerInfo)
Organize the report directory
|
void |
setResultType(String resultType)
Set the result type string
|
String getResultType()
void setResultType(String resultType)
resultType - the result type stringString organize(PeerInfo peerInfo)
peerInfo - the peer info from the peer that provided the reportTestTracker getTracker()
This documentation was released into the public domain.