public void CanExecutebackgroundWithTitleFeature() { var folder = Path.GetFullPath(Path.Combine(TestFileHelper.GetProjectLocation(), "TestFiles")); CanGenerateFromFile(Path.Combine(folder, "background_withtitle.feature")); }
public void CanExecuteTagsFeature() { var folder = Path.GetFullPath(Path.Combine(TestFileHelper.GetProjectLocation(), "TestFiles")); CanGenerateFromFile(Path.Combine(folder, "tags.feature")); }
public void CanExecuteMixedGWTFeature() { var folder = Path.GetFullPath(Path.Combine(TestFileHelper.GetProjectLocation(), "TestFiles")); CanGenerateFromFile(Path.Combine(folder, "mixedgivenwhenthen.feature")); }
public void CanExecuteScneriooutlineFeature() { var folder = Path.GetFullPath(Path.Combine(TestFileHelper.GetProjectLocation(), "TestFiles")); CanGenerateFromFile(Path.Combine(folder, "scenariooutline.feature")); }
public void CanExecuteMultilineargumentFeature() { var folder = Path.GetFullPath(Path.Combine(TestFileHelper.GetProjectLocation(), "TestFiles")); CanGenerateFromFile(Path.Combine(folder, "multilineargument.feature")); }
public void CanExecuteGivenWhenThenDuplicationFeatureFeature() { var folder = Path.GetFullPath(Path.Combine(TestFileHelper.GetProjectLocation(), "TestFiles")); CanGenerateFromFile(Path.Combine(folder, "givenwhenthenduplication.feature")); }