mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-01-13 10:52:05 +01:00
17 lines
323 B
C#
17 lines
323 B
C#
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
|
|
|
namespace Test.Loader.LG
|
|
{
|
|
[TestClass]
|
|
public class TestLE : TestBase
|
|
{
|
|
[TestMethod]
|
|
public void TestLE5500_A176T()
|
|
{
|
|
// "JLevi"
|
|
//this.GenerateTestFiles("LE/xxLE5500-ZA00002");
|
|
this.ExecuteTest("LE/xxLE5500-ZA00002");
|
|
}
|
|
}
|
|
}
|