public class Keywords extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String |
BACKGROUND
Background keyword.
|
protected ResourceBundle |
bundle
Bundle.
|
protected static String |
EXAMPLES
Examples keyword.
|
protected static String |
FEATURE
Feature keyword.
|
protected static String |
FINALLY
Finally keyword.
|
protected static String |
SCENARIO
Scenario keyword.
|
protected static String |
SCENARIO_OUTLINE
Outline keyword.
|
| Constructor and Description |
|---|
Keywords(ResourceBundle bundle)
Create a keyword set with a bundle.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getBackground()
Get the i18n background keyword.
|
String |
getExamples()
Get the i18n examples keyword.
|
String |
getFeature()
Get the i18n feature keyword.
|
String |
getFinally()
Get the i18n finally keyword.
|
String |
getScenario()
Get the i18n scenario keyword.
|
String |
getScenarioOutline()
Get the i18n scenario outline keyword.
|
protected static final String FEATURE
protected static final String BACKGROUND
protected static final String FINALLY
protected static final String SCENARIO
protected static final String SCENARIO_OUTLINE
protected static final String EXAMPLES
protected ResourceBundle bundle
public Keywords(ResourceBundle bundle)
bundle - The bundle.public String getFeature()
public String getBackground()
public String getFinally()
public String getScenario()
public String getScenarioOutline()
public String getExamples()
Copyright © 2017. All rights reserved.