mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-16 13:15:07 +00:00
Merge branch 'dev' of https://cs-gogs.icdpf.net/Common/Utils into dev
This commit is contained in:
@@ -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();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -16,7 +16,6 @@ namespace ICD.Common.Utils.IO
|
|||||||
return Directory.GetApplicationDirectory();
|
return Directory.GetApplicationDirectory();
|
||||||
#else
|
#else
|
||||||
return ApplicationEnvironment.ApplicationBasePath;
|
return ApplicationEnvironment.ApplicationBasePath;
|
||||||
return Directory.GetCurrentDirectory();
|
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user