This commit is contained in:
2022-05-31 09:44:01 +02:00
parent 11972339b5
commit 90a869e261
183 changed files with 201479 additions and 32 deletions

View File

@@ -2,17 +2,17 @@
using System;
namespace CalculatorTest
{
{
[TestClass]
public class UnitTest1
{
static int s = 4;
calculator.Kalkulatorr cal = new calculator.Kalkulatorr();
calculator.Kalkulatorr calc = new calculator.Kalkulatorr(5,5,'+');
[TestMethod]
public void Testosszead()
{
int vart = 8;
int kapott = cal.kiir();
int vart = 10;
int kapott = calc.szamolas();
Assert.AreEqual(vart, kapott);
}
}

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
</startup>
</configuration>

Binary file not shown.

View File

@@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.7.2", FrameworkDisplayName = ".NET Framework 4.7.2")]

View File

@@ -0,0 +1 @@
79f47fbdd47486acebbb8b13e5f238bbd9b4dd77

View File

@@ -0,0 +1,17 @@
C:\dev\c#\c-sharp\CalculatorTest\bin\Debug\Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll
C:\dev\c#\c-sharp\CalculatorTest\bin\Debug\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.dll
C:\dev\c#\c-sharp\CalculatorTest\bin\Debug\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll
C:\dev\c#\c-sharp\CalculatorTest\bin\Debug\CalculatorTest.dll
C:\dev\c#\c-sharp\CalculatorTest\bin\Debug\CalculatorTest.pdb
C:\dev\c#\c-sharp\CalculatorTest\bin\Debug\calculator.exe
C:\dev\c#\c-sharp\CalculatorTest\bin\Debug\Microsoft.VisualStudio.TestPlatform.TestFramework.dll
C:\dev\c#\c-sharp\CalculatorTest\bin\Debug\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll
C:\dev\c#\c-sharp\CalculatorTest\bin\Debug\calculator.pdb
C:\dev\c#\c-sharp\CalculatorTest\bin\Debug\calculator.exe.config
C:\dev\c#\c-sharp\CalculatorTest\bin\Debug\Microsoft.VisualStudio.TestPlatform.TestFramework.xml
C:\dev\c#\c-sharp\CalculatorTest\bin\Debug\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
C:\dev\c#\c-sharp\CalculatorTest\obj\Debug\CalculatorTest.csproj.AssemblyReference.cache
C:\dev\c#\c-sharp\CalculatorTest\obj\Debug\CalculatorTest.csproj.CoreCompileInputs.cache
C:\dev\c#\c-sharp\CalculatorTest\obj\Debug\CalculatorTest.csproj.CopyComplete
C:\dev\c#\c-sharp\CalculatorTest\obj\Debug\CalculatorTest.dll
C:\dev\c#\c-sharp\CalculatorTest\obj\Debug\CalculatorTest.pdb

Binary file not shown.

Binary file not shown.