mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-01-27 11:24:58 +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();
|
|
}
|
|
}
|