update
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
BIN
CalculatorTest/bin/Debug/CalculatorTest.dll
Normal file
BIN
CalculatorTest/bin/Debug/CalculatorTest.dll
Normal file
Binary file not shown.
BIN
CalculatorTest/bin/Debug/CalculatorTest.pdb
Normal file
BIN
CalculatorTest/bin/Debug/CalculatorTest.pdb
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
BIN
CalculatorTest/bin/Debug/calculator.exe
Normal file
BIN
CalculatorTest/bin/Debug/calculator.exe
Normal file
Binary file not shown.
6
CalculatorTest/bin/Debug/calculator.exe.config
Normal file
6
CalculatorTest/bin/Debug/calculator.exe.config
Normal 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>
|
||||
BIN
CalculatorTest/bin/Debug/calculator.pdb
Normal file
BIN
CalculatorTest/bin/Debug/calculator.pdb
Normal file
Binary file not shown.
@@ -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")]
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
79f47fbdd47486acebbb8b13e5f238bbd9b4dd77
|
||||
@@ -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
|
||||
BIN
CalculatorTest/obj/Debug/CalculatorTest.dll
Normal file
BIN
CalculatorTest/obj/Debug/CalculatorTest.dll
Normal file
Binary file not shown.
BIN
CalculatorTest/obj/Debug/CalculatorTest.pdb
Normal file
BIN
CalculatorTest/obj/Debug/CalculatorTest.pdb
Normal file
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user