From 6377ed7ccf486b7a226592bb7c74c9f050052c21 Mon Sep 17 00:00:00 2001 From: Augustin Date: Tue, 28 Feb 2023 21:59:08 +0100 Subject: [PATCH] correction --- .../HelloWordLib_UnitTests.csproj | 25 ------------------- .../Tests/HelloWordLib_UnitTests/UnitTest1.cs | 16 ------------ 2 files changed, 41 deletions(-) delete mode 100644 Sources/Tests/HelloWordLib_UnitTests/HelloWordLib_UnitTests.csproj delete mode 100644 Sources/Tests/HelloWordLib_UnitTests/UnitTest1.cs diff --git a/Sources/Tests/HelloWordLib_UnitTests/HelloWordLib_UnitTests.csproj b/Sources/Tests/HelloWordLib_UnitTests/HelloWordLib_UnitTests.csproj deleted file mode 100644 index c873f43..0000000 --- a/Sources/Tests/HelloWordLib_UnitTests/HelloWordLib_UnitTests.csproj +++ /dev/null @@ -1,25 +0,0 @@ - - - - net6.0 - - false - - - - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - - - - - diff --git a/Sources/Tests/HelloWordLib_UnitTests/UnitTest1.cs b/Sources/Tests/HelloWordLib_UnitTests/UnitTest1.cs deleted file mode 100644 index 69d7a2a..0000000 --- a/Sources/Tests/HelloWordLib_UnitTests/UnitTest1.cs +++ /dev/null @@ -1,16 +0,0 @@ -using System; -using HelloWorldLib; -using Xunit; - -namespace HelloWordLib_UnitTests -{ - public class UnitTest1 - { - [Fact] - public void Test1() - { - Class1 c = new Class1(); - Assert.NotNull(c); - } - } -}