mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-01-13 02:42:03 +01:00
17 lines
228 B
C#
17 lines
228 B
C#
|
|
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
|||
|
|
using System;
|
|||
|
|
using ChanSort.Api;
|
|||
|
|
|
|||
|
|
namespace Test.Api
|
|||
|
|
{
|
|||
|
|
[TestClass]
|
|||
|
|
public class ReferenceListTest
|
|||
|
|
{
|
|||
|
|
[TestMethod]
|
|||
|
|
public void TestMethod1()
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
}
|