org.specrunner.source.text
Class Keywords

java.lang.Object
  extended by org.specrunner.source.text.Keywords

public class Keywords
extends Object

Map of special keywords.

Author:
Thiago Santos

Constructor Summary
Keywords(ResourceBundle bundle)
          Create a keyword set with a bundle.
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Keywords

public Keywords(ResourceBundle bundle)
Create a keyword set with a bundle.

Parameters:
bundle - The bundle.
Method Detail

getFeature

public String getFeature()
Get the i18n feature keyword.

Returns:
The feature keyword.

getBackground

public String getBackground()
Get the i18n background keyword.

Returns:
The background keyword.

getFinally

public String getFinally()
Get the i18n finally keyword.

Returns:
The finally keyword.

getScenario

public String getScenario()
Get the i18n scenario keyword.

Returns:
The scenario keyword.

getScenarioOutline

public String getScenarioOutline()
Get the i18n scenario outline keyword.

Returns:
The scenario outline keyword.

getExamples

public String getExamples()
Get the i18n examples keyword.

Returns:
The examples keyword.


Copyright © 2015. All rights reserved.