mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-13 04:26:57 +00:00
Additional unit tests and test stubs
This commit is contained in:
parent
561f5da407
commit
7d2e67ad34
7 changed files with 313 additions and 2 deletions
|
|
@ -0,0 +1,21 @@
|
|||
using System;
|
||||
using NUnit.Framework;
|
||||
|
||||
namespace ICD.Common.Utils.Tests.Extensions
|
||||
{
|
||||
[TestFixture]
|
||||
public sealed class EventHandlerExtensionsTest
|
||||
{
|
||||
[Test]
|
||||
public void RaiseTest()
|
||||
{
|
||||
Assert.Inconclusive();
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void RaiseGenericTest()
|
||||
{
|
||||
Assert.Inconclusive();
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue