Package | Description |
---|---|
com.aventstack.extentreports | |
com.aventstack.extentreports.gherkin.model | |
com.aventstack.extentreports.model |
Modifier and Type | Method and Description |
---|---|
ExtentTest |
ExtentTest.createNode(Class<? extends IGherkinFormatterModel> type,
String name)
Creates a BDD-style node representing one of the
IGherkinFormatterModel classes such as:
Feature
Background
Scenario
Given
When
Then
And
|
ExtentTest |
ExtentTest.createNode(Class<? extends IGherkinFormatterModel> type,
String name,
String description)
Creates a BDD-style node with description representing one of the
IGherkinFormatterModel
classes:
Feature
Background
Scenario
Given
When
Then
And
|
ExtentTest |
ExtentReports.createTest(Class<? extends IGherkinFormatterModel> type,
String testName)
Creates a BDD-style test representing one of the
IGherkinFormatterModel classes such as:
Feature
Background
Scenario
Given
When
Then
And
But
|
ExtentTest |
ExtentReports.createTest(Class<? extends IGherkinFormatterModel> type,
String testName,
String description)
Creates a BDD-style test with description representing one of the
IGherkinFormatterModel
classes such as:
Feature
Background
Scenario
Given
When
Then
And
But
|
Modifier and Type | Class and Description |
---|---|
class |
And |
class |
Background |
class |
But |
class |
Feature |
class |
Given |
class |
Scenario |
class |
ScenarioOutline |
class |
Then |
class |
When |
Modifier and Type | Method and Description |
---|---|
Class<? extends IGherkinFormatterModel> |
Test.getBehaviorDrivenType() |
Modifier and Type | Method and Description |
---|---|
void |
Test.setBehaviorDrivenType(IGherkinFormatterModel type) |
Modifier and Type | Method and Description |
---|---|
void |
Test.setBehaviorDrivenType(Class<? extends IGherkinFormatterModel> type) |
Copyright © 2018. All rights reserved.