Exception: Lucid::Formatter::Junit::UnNamedFeatureError

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

Instance Method Summary collapse

Constructor Details

#initialize(feature_file) ⇒ UnNamedFeatureError

Returns a new instance of UnNamedFeatureError.



13
14
15
# File 'lib/lucid/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