mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-01-13 19:02:05 +01:00
17 lines
344 B
C#
17 lines
344 B
C#
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
|
|
|
namespace Test.Loader.LG.Binary
|
|
{
|
|
[TestClass]
|
|
public class TestPT : TestBase
|
|
{
|
|
[TestMethod]
|
|
public void TestPT3553S_AC180TR()
|
|
{
|
|
// "MarioAntonioLiptaj"
|
|
//this.GenerateTestFiles("PT/xxPT353-ZA00001");
|
|
this.ExecuteTest("PT/xxPT353-ZA00001");
|
|
}
|
|
}
|
|
}
|