From 80bc4d451eb595f053af82bb2fafe53fcac31c07 Mon Sep 17 00:00:00 2001 From: Matthijs ter Woord Date: Mon, 15 Feb 2016 09:29:26 +0100 Subject: [PATCH] Convert existing tests to nunit. --- source/Cosmos.Core.Tests/Cosmos.Core.Tests.csproj | 4 +++- source/Cosmos.Core.Tests/FieldOrderTests.cs | 5 ++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/source/Cosmos.Core.Tests/Cosmos.Core.Tests.csproj b/source/Cosmos.Core.Tests/Cosmos.Core.Tests.csproj index b2e5bc8db..40b4454e0 100644 --- a/source/Cosmos.Core.Tests/Cosmos.Core.Tests.csproj +++ b/source/Cosmos.Core.Tests/Cosmos.Core.Tests.csproj @@ -57,7 +57,9 @@ MinimumRecommendedRules.ruleset - + + ..\..\Resources\Dependencies\NUnit\nunit.framework.dll + diff --git a/source/Cosmos.Core.Tests/FieldOrderTests.cs b/source/Cosmos.Core.Tests/FieldOrderTests.cs index 3e9de4bcd..9f5239d98 100644 --- a/source/Cosmos.Core.Tests/FieldOrderTests.cs +++ b/source/Cosmos.Core.Tests/FieldOrderTests.cs @@ -3,12 +3,11 @@ using System.Linq; using Cosmos.Debug.Common; using Cosmos.IL2CPU; - -using Microsoft.VisualStudio.TestTools.UnitTesting; +using NUnit.Framework; namespace Cosmos.Core.Tests { - [TestClass] + [TestFixture] public class FieldOrderTests { // the memory stuff requires DataLookupEntry.DataBlock to be the first field