Microsoft.VisualStudio.TestTools.UnitTesting -> NUnit.Framework

This commit is contained in:
Sanyo
2025-09-08 07:19:22 +02:00
parent 78859a5b2b
commit 0951fc94da
46 changed files with 2614 additions and 1445 deletions

View File

@@ -1,4 +1,4 @@
namespace OE.ALGA.Engine
namespace OE.ALGA.Engine
{
public class KetElemuVektor : IComparable
{

View File

@@ -1,4 +1,4 @@
namespace OE.ALGA.Engine
namespace OE.ALGA.Engine
{
public class Backend
{

View File

@@ -1,4 +1,4 @@
namespace OE.ALGA.Engine
namespace OE.ALGA.Engine
{
public interface IBillentyuLenyomasKezelo
{

View File

@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>

View File

@@ -1,4 +1,4 @@
// This file is used by Code Analysis to maintain SuppressMessage
// This file is used by Code Analysis to maintain SuppressMessage
// attributes that are applied to this project.
// Project-level suppressions either have no target or are given
// a specific target and scoped to a namespace, type, member, etc.

View File

@@ -1,4 +1,4 @@
namespace OE.ALGA.Engine
namespace OE.ALGA.Engine
{
public class UtkozesKivetel : Exception
{

View File

@@ -1,4 +1,4 @@
using System.Text;
using System.Text;
namespace OE.ALGA.Engine
{

View File

@@ -1,4 +1,4 @@
namespace OE.ALGA.Engine
namespace OE.ALGA.Engine
{
public interface IOrajelFogado
{

View File

@@ -1,4 +1,4 @@
namespace OE.ALGA.Engine
namespace OE.ALGA.Engine
{
public static class Param
{

View File

@@ -1,4 +1,4 @@
namespace OE.ALGA.Engine
namespace OE.ALGA.Engine
{
public class Terkep : INezopont
{