mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-13 12:37:13 +00:00
Additional test stubs
This commit is contained in:
parent
a5edce7138
commit
47c0f50f02
4 changed files with 81 additions and 0 deletions
|
|
@ -0,0 +1,11 @@
|
|||
using ICD.Common.Utils.EventArguments;
|
||||
using NUnit.Framework;
|
||||
|
||||
namespace ICD.Common.Utils.Tests.EventArguments
|
||||
{
|
||||
public abstract class GenericEventArgsTest
|
||||
{
|
||||
[Test]
|
||||
public abstract void DataTest();
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue