final class TSuiteName extends java.lang.Object
| Type | Name and description |
|---|---|
static TSuiteName |
NULL |
static TSuiteName |
SUITELESS |
static java.lang.String |
SUITELESS_DIRNAME |
static org.slf4j.Logger |
logger_ |
static java.lang.String |
prefix_ |
| Constructor and description |
|---|
TSuiteName
(java.lang.String testSuiteId)When testSuiteId is given as "Test Suites/main/TS1", then getId() returns "Test Suites/main/TS1" which is equal to the given arg getAbbreviatedId() returns "main/TS1" getValue() returns "main.TS1" |
TSuiteName
(java.nio.file.Path path)@param path . |
| Type Params | Return Type | Name and description |
|---|---|---|
|
int |
compareTo(TSuiteName other) |
|
boolean |
equals(java.lang.Object obj) |
|
java.lang.String |
getAbbreviatedId()@return e.g, 'main/TS1' |
|
java.lang.String |
getId()@return e.g., 'Test Suites/main/TS1' |
|
java.lang.String |
getValue()@return e.g, 'main.TS1' |
|
int |
hashCode() |
|
java.lang.String |
toJsonText() |
|
java.lang.String |
toString() |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
When testSuiteId is given as "Test Suites/main/TS1", then getId() returns "Test Suites/main/TS1" which is equal to the given arg getAbbreviatedId() returns "main/TS1" getValue() returns "main.TS1"
testSuiteId - for example "Test Suites/main/TS1"
path - ./Materials/
Groovy Documentation