mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-01-11 19:44:55 +00:00
test: Adding missing test
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Reflection;
|
||||
using ICD.Common.Utils.Extensions;
|
||||
using NUnit.Framework;
|
||||
|
||||
@@ -89,7 +90,8 @@ namespace ICD.Common.Utils.Tests.Extensions
|
||||
[Test]
|
||||
public void GetAssemblyTest()
|
||||
{
|
||||
Assert.Inconclusive();
|
||||
Assembly assembly = typeof(TypeExtensionsTest).GetAssembly();
|
||||
Assert.IsTrue(assembly.FullName.Contains("ICD.Common.Utils"));
|
||||
}
|
||||
|
||||
[TestCase(typeof(string), typeof(object), true)]
|
||||
|
||||
Reference in New Issue
Block a user