public class StepStartedEvent extends AbstractStepStartedEvent
Allurename, title| Constructor and Description |
|---|
StepStartedEvent(String name)
Constructs an new event with specified name
|
| Modifier and Type | Method and Description |
|---|---|
void |
process(ru.yandex.qatools.allure.model.Step step)
Sets name, status, start time and title to specified step
|
StepStartedEvent |
withTitle(String title)
Sets title using fluent-api
|
public StepStartedEvent(String name)
name - initial name valuepublic void process(ru.yandex.qatools.allure.model.Step step)
step - which will be changedpublic StepStartedEvent withTitle(String title)
title - value to setCopyright © 2017 Yandex. All rights reserved.