mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-01-11 19:44:55 +00:00
11 lines
176 B
C#
11 lines
176 B
C#
using NUnit.Framework;
|
|
|
|
namespace ICD.Common.Utils.Tests.EventArguments
|
|
{
|
|
public abstract class GenericEventArgsTest
|
|
{
|
|
[Test]
|
|
public abstract void DataTest();
|
|
}
|
|
}
|