Example #1
0
        public void CanExecutebackgroundWithTitleFeature()
        {
            var folder = Path.GetFullPath(Path.Combine(TestFileHelper.GetProjectLocation(), "TestFiles"));

            CanGenerateFromFile(Path.Combine(folder, "background_withtitle.feature"));
        }
Example #2
0
        public void CanExecuteTagsFeature()
        {
            var folder = Path.GetFullPath(Path.Combine(TestFileHelper.GetProjectLocation(), "TestFiles"));

            CanGenerateFromFile(Path.Combine(folder, "tags.feature"));
        }
Example #3
0
        public void CanExecuteMixedGWTFeature()
        {
            var folder = Path.GetFullPath(Path.Combine(TestFileHelper.GetProjectLocation(), "TestFiles"));

            CanGenerateFromFile(Path.Combine(folder, "mixedgivenwhenthen.feature"));
        }
Example #4
0
        public void CanExecuteScneriooutlineFeature()
        {
            var folder = Path.GetFullPath(Path.Combine(TestFileHelper.GetProjectLocation(), "TestFiles"));

            CanGenerateFromFile(Path.Combine(folder, "scenariooutline.feature"));
        }
Example #5
0
        public void CanExecuteMultilineargumentFeature()
        {
            var folder = Path.GetFullPath(Path.Combine(TestFileHelper.GetProjectLocation(), "TestFiles"));

            CanGenerateFromFile(Path.Combine(folder, "multilineargument.feature"));
        }
Example #6
0
        public void CanExecuteGivenWhenThenDuplicationFeatureFeature()
        {
            var folder = Path.GetFullPath(Path.Combine(TestFileHelper.GetProjectLocation(), "TestFiles"));

            CanGenerateFromFile(Path.Combine(folder, "givenwhenthenduplication.feature"));
        }