Thanks to visit codestin.com
Credit goes to github.com

Skip to content

richard-haslam/FeatureFileParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FeatureFileParser

This package provides an easy to use data object of a feature file. The class FeatureFile requires the path to an actual featurefile to allow to data object to be constructed.

Example:

string pathToFeatureFile = @"Features\featureFile.feature";
FeatureFile myFeature = new FeatureFile(pathToFeatureFile);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages