Exception: Cucumber::Formatter::Junit::UnNamedFeatureError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/cucumber/formatter/junit.rb

Instance Method Summary collapse

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