mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-30 03:32:47 +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; }
|
||||
}
|
||||
}
|
||||
}
|
@ -1,9 +1,9 @@
|
||||
using System;
|
||||
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
||||
using QSB.Events;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Reflection;
|
||||
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
||||
using QSB.Events;
|
||||
|
||||
namespace QSBTests
|
||||
{
|
||||
|
@ -1,5 +1,4 @@
|
||||
using System.Reflection;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
[assembly: AssemblyTitle("QSBTests")]
|
||||
|
@ -7,7 +7,7 @@ namespace QSBTests
|
||||
public class UtilityTests
|
||||
{
|
||||
[TestMethod]
|
||||
public void IsInUnitTest()
|
||||
public void IsInUnitTest()
|
||||
=> Assert.IsTrue(UnitTestDetector.IsInUnitTest, "UnitTestDetector is not working.");
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user