mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-01-13 10:52:05 +01:00
17 lines
324 B
C#
17 lines
324 B
C#
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
|
|
|
namespace Test.Loader.LG
|
|
{
|
|
[TestClass]
|
|
public class TestLT : TestBase
|
|
{
|
|
[TestMethod]
|
|
public void TestLT380H_AC212TR()
|
|
{
|
|
// SJahre
|
|
//this.GenerateTestFiles("LT/xxLT380H-ZA00001");
|
|
this.ExecuteTest("LT/xxLT380H-ZA00001");
|
|
}
|
|
}
|
|
}
|