diff options
Diffstat (limited to 'spec/fixtures/dotnet/nuget-sln/src/test/UnitTest1.cs')
| -rw-r--r-- | spec/fixtures/dotnet/nuget-sln/src/test/UnitTest1.cs | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/spec/fixtures/dotnet/nuget-sln/src/test/UnitTest1.cs b/spec/fixtures/dotnet/nuget-sln/src/test/UnitTest1.cs new file mode 100644 index 0000000..57a51a3 --- /dev/null +++ b/spec/fixtures/dotnet/nuget-sln/src/test/UnitTest1.cs @@ -0,0 +1,14 @@ +using System; +using Xunit; + +namespace test +{ + public class UnitTest1 + { + [Fact] + public void Test1() + { + + } + } +} |
