mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-12 03:57:32 +00:00
test: Adding missing test
This commit is contained in:
parent
f2d32fd355
commit
0c462ad614
1 changed files with 3 additions and 1 deletions
|
|
@ -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)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue