Exception: Cucumber::Formatter::Junit::UnNamedFeatureError
- Inherits:
-
StandardError
- Object
- StandardError
- Cucumber::Formatter::Junit::UnNamedFeatureError
- Defined in:
- lib/cucumber/formatter/junit.rb
Instance Method Summary collapse
-
#initialize(feature_file) ⇒ UnNamedFeatureError
constructor
A new instance of UnNamedFeatureError.
Constructor Details
#initialize(feature_file) ⇒ UnNamedFeatureError
Returns a new instance of UnNamedFeatureError.
17 18 19 |
# File 'lib/cucumber/formatter/junit.rb', line 17 def initialize(feature_file) super("The feature in '#{feature_file}' does not have a name. The JUnit XML format requires a name for the testsuite element.") end |