mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-15 20:54:58 +00:00
Additional test stubs
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user