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

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

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

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

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

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

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