diff --git a/ICD.Common.Utils.Tests/Extensions/HashSetExtensionsTest.cs b/ICD.Common.Utils.Tests/Extensions/HashSetExtensionsTest.cs deleted file mode 100644 index 330d969..0000000 --- a/ICD.Common.Utils.Tests/Extensions/HashSetExtensionsTest.cs +++ /dev/null @@ -1,50 +0,0 @@ -using NUnit.Framework; - -namespace ICD.Common.Utils.Tests.Extensions -{ - [TestFixture] - public sealed class HashSetExtensionsTest - { - [Test] - public void SubtractTest() - { - Assert.Inconclusive(); - } - - [Test] - public void IsSubsetOfTest() - { - Assert.Inconclusive(); - } - - [Test] - public void IntersectionTest() - { - Assert.Inconclusive(); - } - - [Test] - public void NonIntersectionTest() - { - Assert.Inconclusive(); - } - - [Test] - public void IsProperSubsetOfTest() - { - Assert.Inconclusive(); - } - - [Test] - public void IsSupersetOfTest() - { - Assert.Inconclusive(); - } - - [Test] - public void IsProperSupersetOfTest() - { - Assert.Inconclusive(); - } - } -}