mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-01-12 10:22:04 +01:00
17 lines
340 B
C#
17 lines
340 B
C#
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
|
|
|
namespace Test.Loader.LG.Binary
|
|
{
|
|
[TestClass]
|
|
public class TestCS : TestBase
|
|
{
|
|
[TestMethod]
|
|
public void TestCS460S_Sat68TR()
|
|
{
|
|
// "FranzSteinert"
|
|
//this.GenerateTestFiles("CS/xxCS460S-ZA00001");
|
|
this.ExecuteTest("CS/xxCS460S-ZA00001");
|
|
}
|
|
}
|
|
}
|