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