public abstract class TestCaseStatusChangeEvent extends AbstractTestCaseStatusChangeEvent
throwable| Constructor and Description |
|---|
TestCaseStatusChangeEvent() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract String |
getMessage()
Returns default message, used if throwable not specified
|
protected abstract ru.yandex.qatools.allure.model.Status |
getStatus()
Returns the status, used in
process(TestCaseResult)
to change TestCaseResult status |
void |
process(ru.yandex.qatools.allure.model.TestCaseResult testCase)
Change status in specified testCase.
|
equals, equals, getThrowable, hashCode, hashCode, setThrowableprotected abstract ru.yandex.qatools.allure.model.Status getStatus()
process(TestCaseResult)
to change TestCaseResult statusprotected abstract String getMessage()
public void process(ru.yandex.qatools.allure.model.TestCaseResult testCase)
getDefaultFailure() and getFailure() otherwisetestCase - to changeCopyright © 2017 Yandex. All rights reserved.