mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-30 12:32:55 +00:00
cleanup
This commit is contained in:
parent
80d77763b4
commit
32f931c440
@ -14,4 +14,4 @@ namespace QSB.Utility
|
|||||||
|
|
||||||
public static bool IsInUnitTest { get; private set; }
|
public static bool IsInUnitTest { get; private set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -1,9 +1,9 @@
|
|||||||
using System;
|
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
||||||
|
using QSB.Events;
|
||||||
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
|
||||||
using QSB.Events;
|
|
||||||
|
|
||||||
namespace QSBTests
|
namespace QSBTests
|
||||||
{
|
{
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
using System.Runtime.CompilerServices;
|
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
|
|
||||||
[assembly: AssemblyTitle("QSBTests")]
|
[assembly: AssemblyTitle("QSBTests")]
|
||||||
|
@ -7,7 +7,7 @@ namespace QSBTests
|
|||||||
public class UtilityTests
|
public class UtilityTests
|
||||||
{
|
{
|
||||||
[TestMethod]
|
[TestMethod]
|
||||||
public void IsInUnitTest()
|
public void IsInUnitTest()
|
||||||
=> Assert.IsTrue(UnitTestDetector.IsInUnitTest, "UnitTestDetector is not working.");
|
=> Assert.IsTrue(UnitTestDetector.IsInUnitTest, "UnitTestDetector is not working.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user