| Constructor and Description |
|---|
TestSuiteStorage() |
| Modifier and Type | Method and Description |
|---|---|
ru.yandex.qatools.allure.model.TestSuiteResult |
get(String uid)
Returns the value in the current copy of variable from
testSuiteData. |
Set<Map.Entry<String,ru.yandex.qatools.allure.model.TestSuiteResult>> |
getStartedSuites()
Return all started suites
|
ru.yandex.qatools.allure.model.TestSuiteResult |
remove(String uid)
Remove variable by uid from
testSuiteData |
public ru.yandex.qatools.allure.model.TestSuiteResult get(String uid)
testSuiteData. If the variable has no value for the uid
will be created new TestSuiteResultuid - using as key for testSuiteData to find variablepublic ru.yandex.qatools.allure.model.TestSuiteResult remove(String uid)
testSuiteDatauid - to removeCopyright © 2017 Yandex. All rights reserved.