mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-01-13 19:02:05 +01:00
33 lines
721 B
C#
33 lines
721 B
C#
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
|
|
|
namespace Test.Loader.LG
|
|
{
|
|
[TestClass]
|
|
public class TestLA : TestBase
|
|
{
|
|
[TestMethod]
|
|
public void TestLA7408_C256TR_Sat92()
|
|
{
|
|
// "KaiKlau"
|
|
//this.GenerateTestFiles("LA/xxLA7408-ZB00001");
|
|
this.ExecuteTest("LA/xxLA7408-ZB00001");
|
|
}
|
|
|
|
[TestMethod]
|
|
public void TestLA7408_Sat92TR()
|
|
{
|
|
// "martiko"
|
|
//this.GenerateTestFiles("LA/xxLA7408-ZB00002");
|
|
this.ExecuteTest("LA/xxLA7408-ZB00002");
|
|
}
|
|
|
|
[TestMethod]
|
|
public void TestLA7408_Firmware04_20_29()
|
|
{
|
|
// "DanGmail"
|
|
//this.GenerateTestFiles("LA/xxLA691S-ZA00004");
|
|
this.ExecuteTest("LA/xxLA691S-ZA00004");
|
|
}
|
|
}
|
|
}
|