Class Cucumber::FeatureFile
In: lib/cucumber/feature_file.rb
Parent: Object

Methods

new   parse   source  

Public Class methods

The uri argument is the location of the source. It can be a path or a path:line1:line2 etc. If source is passed, uri is ignored.

Public Instance methods

Parses a file and returns a Cucumber::Ast If configuration_filters contains any filters, the result will be filtered.

[Validate]