mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-15 20:54:58 +00:00
Removing bad token type check from AbstractGenericJsonConverter
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using NUnit.Framework;
|
||||
|
||||
namespace ICD.Common.Utils.Tests.Json
|
||||
{
|
||||
public abstract class AbstractGenericJsonConverterTest
|
||||
{
|
||||
[Test]
|
||||
public abstract void WriteJsonTest();
|
||||
|
||||
[Test]
|
||||
public abstract void ReadJsonTest();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user