public class TestCaseStartedEvent extends AbstractTestCaseStartedEvent
Alluredescription, labels, name, suiteUid, title| Constructor and Description |
|---|
TestCaseStartedEvent(String suiteUid,
String name)
Constructs an new event with specified suiteUid and name
|
| Modifier and Type | Method and Description |
|---|---|
void |
process(ru.yandex.qatools.allure.model.TestCaseResult testCase)
Sets to testCase start time, default status, name, title, description and labels
|
TestCaseStartedEvent |
withDescription(ru.yandex.qatools.allure.model.Description description)
Sets description using fluent-api
|
TestCaseStartedEvent |
withLabels(ru.yandex.qatools.allure.model.Label label,
ru.yandex.qatools.allure.model.Label... labels)
Sets labels using fluent-api
|
TestCaseStartedEvent |
withTitle(String title)
Sets title using fluent-api
|
equals, equals, getDescription, getLabels, getName, getSuiteUid, getTitle, hashCode, hashCode, setDescription, setLabels, setName, setSuiteUid, setTitlepublic void process(ru.yandex.qatools.allure.model.TestCaseResult testCase)
testCase - to changepublic TestCaseStartedEvent withTitle(String title)
title - value to setpublic TestCaseStartedEvent withDescription(ru.yandex.qatools.allure.model.Description description)
description - value to setpublic TestCaseStartedEvent withLabels(ru.yandex.qatools.allure.model.Label label, ru.yandex.qatools.allure.model.Label... labels)
label - value to setlabels - other values to setCopyright © 2017 Yandex. All rights reserved.