mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-01-11 19:44:55 +00:00
21 lines
318 B
C#
21 lines
318 B
C#
using NUnit.Framework;
|
|
|
|
namespace ICD.Common.Utils.Tests.Extensions
|
|
{
|
|
[TestFixture]
|
|
public sealed class AssemblyExtensionsTest
|
|
{
|
|
[Test]
|
|
public void GetPathTest()
|
|
{
|
|
Assert.Inconclusive();
|
|
}
|
|
|
|
[Test]
|
|
public void GetCreationTimeTest()
|
|
{
|
|
Assert.Inconclusive();
|
|
}
|
|
}
|
|
}
|