Parent

Methods

Files

Class/Module Index [+]

Quicksearch

Cucumber::Formatter::Junit::UnNamedFeatureError

Public Class Methods

new(feature_file) click to toggle source
# File lib/cucumber/formatter/junit.rb, line 12
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

[Validate]

Generated with the Darkfish Rdoc Generator 2.