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

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

Instance Method Summary (collapse)

Constructor Details

- (UnNamedFeatureError) initialize(feature_file)

A new instance of UnNamedFeatureError



13
14
15
# File 'lib/cucumber/formatter/junit.rb', line 13

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