コード例 #1
0
        public void WhenIExecuteTheTests()
        {
            configurationDriver.UnitTestProviderName.Should().Be("NUnit");

            projectSteps.EnsureCompiled();
            nUnit3TestExecutionDriver.Execute();
        }
コード例 #2
0
ファイル: ReportingSteps.cs プロジェクト: yazide/SpecFlow
        public void GivenThereAreNUnitTestExecutionResultsForTheProject(string unitTestProvider)
        {
            specFlowConfigurationDriver.SetUnitTestProvider(unitTestProvider);
            projectSteps.EnsureCompiled();

            executionSteps.WhenIExecuteTheTestsWith(unitTestProvider);
        }