| Modifier and Type | Field and Description |
|---|---|
protected String |
baseDir |
protected String |
resultType |
protected TestTracker |
tracker |
| Constructor and Description |
|---|
DefaultOrganizer(String baseDir) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
combine(PeerInfo peerInfo) |
String |
getBaseDir() |
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
|
protected final String baseDir
protected final TestTracker tracker
protected String resultType
public DefaultOrganizer(String baseDir)
public String getBaseDir()
public String getResultType()
OrganizergetResultType in interface Organizerpublic void setResultType(String resultType)
OrganizersetResultType in interface OrganizerresultType - the result type stringpublic TestTracker getTracker()
OrganizergetTracker in interface OrganizerThis documentation was released into the public domain.