Skip to content

Commit e3cfbe3

Browse files
committed
cleanup specflow compatibility sample
1 parent ff837a9 commit e3cfbe3

File tree

6 files changed

+0
-18
lines changed

6 files changed

+0
-18
lines changed

SpecFlowCompatibilityProject/SpecFlowCompatibilityProject.Net472/SpecFlowCompatibilityProject.Net472.csproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@
1818
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.4" />
1919
</ItemGroup>
2020

21-
<ItemGroup>
22-
<Folder Include="Drivers\" />
23-
<Folder Include="Support\" />
24-
</ItemGroup>
25-
2621
<ItemGroup>
2722
<ProjectReference Include="..\ExternalStepDefs\ExternalStepDefs.csproj" />
2823
</ItemGroup>

SpecFlowCompatibilityProject/SpecFlowCompatibilityProject.Net472/StepDefinitions/CalculatorStepDefinitions.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ public void GivenTheFirstNumberIs(int number)
3636
{
3737
_outputHelper.WriteLine(_scenarioContext.ScenarioInfo.Title);
3838
_calculator.Enter(number);
39-
throw new Exception();
4039
}
4140

4241
[Given("the second number is (.*)")]

SpecFlowCompatibilityProject/SpecFlowCompatibilityProject.Net6/SpecFlowCompatibilityProject.Net6.csproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@
1414
<PackageReference Include="Reqnroll.SpecFlowCompatibility" Version="2.1.0-local" />
1515
</ItemGroup>
1616

17-
<ItemGroup>
18-
<Folder Include="Drivers\" />
19-
<Folder Include="Support\" />
20-
</ItemGroup>
21-
2217
<ItemGroup>
2318
<ProjectReference Include="..\ExternalStepDefs\ExternalStepDefs.csproj" />
2419
</ItemGroup>

SpecFlowCompatibilityProject/SpecFlowCompatibilityProject.Net6/StepDefinitions/CalculatorStepDefinitions.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ public void GivenTheFirstNumberIs(int number)
3636
{
3737
_outputHelper.WriteLine(_scenarioContext.ScenarioInfo.Title);
3838
_calculator.Enter(number);
39-
throw new Exception();
4039
}
4140

4241
[Given("the second number is (.*)")]

SpecFlowCompatibilityProject/SpecFlowCompatibilityProject.Net8/SpecFlowCompatibilityProject.Net8.csproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@
1414
<PackageReference Include="Reqnroll.SpecFlowCompatibility" Version="2.1.0-local" />
1515
</ItemGroup>
1616

17-
<ItemGroup>
18-
<Folder Include="Drivers\" />
19-
<Folder Include="Support\" />
20-
</ItemGroup>
21-
2217
<ItemGroup>
2318
<ProjectReference Include="..\ExternalStepDefs\ExternalStepDefs.csproj" />
2419
</ItemGroup>

SpecFlowCompatibilityProject/SpecFlowCompatibilityProject.Net8/StepDefinitions/CalculatorStepDefinitions.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ public void GivenTheFirstNumberIs(int number)
3636
{
3737
_outputHelper.WriteLine(_scenarioContext.ScenarioInfo.Title);
3838
_calculator.Enter(number);
39-
throw new Exception();
4039
}
4140

4241
[Given("the second number is (.*)")]

0 commit comments

Comments
 (0)