class TSuiteResultImpl extends TSuiteResult
| Type | Name and description |
|---|---|
static org.slf4j.Logger |
logger_ |
RepositoryRoot |
parent |
| Constructor and description |
|---|
TSuiteResultImpl
(TSuiteResultId tSuiteResultId) |
TSuiteResultImpl
(TSuiteName tSuiteName, TExecutionProfile tExecutionProfile, TSuiteTimestamp tSuiteTimestamp) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
addTCaseResult(TCaseResult tCaseResult) |
|
int |
compareTo(TSuiteResult other)TSuitResult is comparable. |
|
java.nio.file.Path |
createDirectories()create the directory of this TSuiteResult = the dir of TSuiteTimestamp |
|
boolean |
equals(java.lang.Object obj) |
|
TSuiteResultId |
getId() |
|
java.util.List<Material> |
getMaterialList() |
|
java.util.List<Material> |
getMaterialList(java.nio.file.Path pathRelativeToTSuiteTimestamp) |
|
RepositoryRoot |
getParent() |
|
RepositoryRoot |
getRepositoryRoot() |
|
long |
getSize() |
|
TCaseResult |
getTCaseResult(TCaseName tCaseName) |
|
java.util.List<TCaseResult> |
getTCaseResultList() |
|
TExecutionProfile |
getTExecutionProfile() |
|
java.nio.file.Path |
getTExecutionProfileDirectory() |
|
TSuiteName |
getTSuiteName() |
|
java.nio.file.Path |
getTSuiteNameDirectory() |
|
TSuiteTimestamp |
getTSuiteTimestamp() |
|
java.nio.file.Path |
getTSuiteTimestampDirectory() |
|
int |
hashCode() |
|
TSuiteResult |
setParent(RepositoryRoot repoRoot)Here we create the directory tree of |
|
java.lang.String |
toJsonText() |
|
java.lang.String |
toString() |
|
java.lang.String |
treeviewTitle() |
| Methods inherited from class | Name |
|---|---|
class TSuiteResult |
addTCaseResult, compareTo, createDirectories, ensureTCaseResultPresent, equals, getId, getMaterialList, getMaterialList, getParent, getRepositoryRoot, getSize, getTCaseResult, getTCaseResultList, getTExecutionProfile, getTExecutionProfileDirectory, getTSuiteName, getTSuiteNameDirectory, getTSuiteTimestamp, getTSuiteTimestampDirectory, hashCode, newInstance, setParent, toJsonText, toString, treeviewTitle |
TSuitResult is comparable. Primarily sorted by the ascending order of TSuiteName, and secondarily sorted by the ascending order of TSuiteTimestamp. This means: 1. TS0/20181023_140000 2. TS1/20181023_132618 3. TS1/20181023_132619 4. TS2/20180923_000000
create the directory of this TSuiteResult = the dir of TSuiteTimestamp
Here we create the directory tree of
Materials/
Groovy Documentation