public class TestSuiteStartedEvent extends AbstractTestSuiteStartedEvent
Alluredescription, labels, name, title, uid| Constructor and Description |
|---|
TestSuiteStartedEvent(String uid,
String name)
Constructs an new event with specified suiteUid and name
|
| Modifier and Type | Method and Description |
|---|---|
void |
process(ru.yandex.qatools.allure.model.TestSuiteResult testSuite)
Sets to testSuite start time, name, title, description and labels
|
TestSuiteStartedEvent |
withDescription(ru.yandex.qatools.allure.model.Description description)
Sets description using fluent-api
|
TestSuiteStartedEvent |
withLabels(ru.yandex.qatools.allure.model.Label label,
ru.yandex.qatools.allure.model.Label... labels)
Sets labels using fluent-api
|
TestSuiteStartedEvent |
withTitle(String title)
Sets title using fluent-api
|
equals, equals, getDescription, getLabels, getName, getTitle, getUid, hashCode, hashCode, setDescription, setLabels, setName, setTitle, setUidpublic void process(ru.yandex.qatools.allure.model.TestSuiteResult testSuite)
testSuite - to changepublic TestSuiteStartedEvent withTitle(String title)
title - value to setpublic TestSuiteStartedEvent withDescription(ru.yandex.qatools.allure.model.Description description)
description - value to setpublic TestSuiteStartedEvent 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.