Convert existing tests to nunit.

This commit is contained in:
Matthijs ter Woord 2016-02-15 09:29:26 +01:00
parent bdb106c966
commit 80bc4d451e
2 changed files with 5 additions and 4 deletions

View file

@ -57,7 +57,9 @@
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
<Reference Include="nunit.framework">
<HintPath>..\..\Resources\Dependencies\NUnit\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />

View file

@ -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