Skip to content

Commit a358f1a

Browse files
committed
Deleted ExpressionInspectorTests
Usually it makes sense to only test the public Api but at the time, I came to the conclusion that these tests were just. Now that we are going to be dependent on the ExpressionToString package, it makes no sense to test their code.
1 parent fde71ce commit a358f1a

File tree

3 files changed

+0
-178
lines changed

3 files changed

+0
-178
lines changed

TestStack.FluentMVCTesting.Tests/Internal/ExpressionInspectorTests.cs

Lines changed: 0 additions & 174 deletions
This file was deleted.

TestStack.FluentMVCTesting.Tests/TestStack.FluentMVCTesting.Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@
8989
<Compile Include="ControllerResultTestTests\ShouldReturnEmptyResultTests.cs" />
9090
<Compile Include="ControllerResultTestTests\ShouldReturnJsonTests.cs" />
9191
<Compile Include="ControllerResultTestTests\ShouldReturnContentTests.cs" />
92-
<Compile Include="Internal\ExpressionInspectorTests.cs" />
9392
<Compile Include="RouteValueDictionaryExtensionsTests.cs" />
9493
<Compile Include="TempDataResultTest.cs" />
9594
<Compile Include="TestControllers\AsyncController.cs" />

TestStack.FluentMvcTesting/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,3 @@
3434
// [assembly: AssemblyVersion("1.0.*")]
3535
[assembly: AssemblyVersion("1.0.0.0")]
3636
[assembly: AssemblyFileVersion("1.0.0.0")]
37-
[assembly: InternalsVisibleTo("TestStack.FluentMVCTesting.Tests")]
38-
[assembly: InternalsVisibleTo("TestStack.FluentMVCTesting.Mvc3.Tests")]
39-
[assembly: InternalsVisibleTo("TestStack.FluentMVCTesting.Mvc4.Tests")]

0 commit comments

Comments
 (0)