소스 검색

Revert "Добавлен проект unit тестирования"

This reverts commit 373e5b14a28d8e52ff9ad623980690839fc852f5.
Вадим Королёв 2 년 전
부모
커밋
154371759c
2개의 변경된 파일0개의 추가작업 그리고 29개의 파일을 삭제
  1. 0 16
      2 Linear algorythms/CalculatorTests/CalculatorTests.csproj
  2. 0 13
      2 Linear algorythms/CalculatorTests/MainTest.cs

+ 0 - 16
2 Linear algorythms/CalculatorTests/CalculatorTests.csproj

@@ -1,16 +0,0 @@
-<Project Sdk="Microsoft.NET.Sdk">
-
-  <PropertyGroup>
-    <TargetFramework>netcoreapp3.1</TargetFramework>
-
-    <IsPackable>false</IsPackable>
-  </PropertyGroup>
-
-  <ItemGroup>
-    <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.2" />
-    <PackageReference Include="MSTest.TestAdapter" Version="2.2.10" />
-    <PackageReference Include="MSTest.TestFramework" Version="2.2.10" />
-    <PackageReference Include="coverlet.collector" Version="3.1.2" />
-  </ItemGroup>
-
-</Project>

+ 0 - 13
2 Linear algorythms/CalculatorTests/MainTest.cs

@@ -1,13 +0,0 @@
-using Microsoft.VisualStudio.TestTools.UnitTesting;
-
-namespace CalculatorTests
-{
-    [TestClass]
-    public class MainTest
-    {
-        [TestMethod]
-        public void TestMethod1()
-        {
-        }
-    }
-}