2013-05-05 22:40:57 +02:00
|
|
|
|
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
|
|
|
|
|
|
|
|
|
|
|
namespace Test.Loader.LG
|
|
|
|
|
|
{
|
|
|
|
|
|
[TestClass]
|
|
|
|
|
|
public class TestLM : TestBase
|
|
|
|
|
|
{
|
|
|
|
|
|
[TestMethod]
|
2013-05-07 00:27:17 +02:00
|
|
|
|
public void TestLM340S_AC188TR_Sat68TR()
|
2013-05-05 22:40:57 +02:00
|
|
|
|
{
|
2013-05-07 00:27:17 +02:00
|
|
|
|
// "Tom2012"
|
|
|
|
|
|
//this.GenerateTestFiles("LM/xxLM340S-ZA00001");
|
|
|
|
|
|
this.ExecuteTest("LM/xxLM340S-ZA00001");
|
2013-05-05 22:40:57 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[TestMethod]
|
2013-05-07 00:27:17 +02:00
|
|
|
|
public void TestLM611S_T188_Sat68TR()
|
2013-05-05 22:40:57 +02:00
|
|
|
|
{
|
2013-05-07 00:27:17 +02:00
|
|
|
|
// "wagnale"
|
2013-05-30 09:28:01 +02:00
|
|
|
|
//this.GenerateTestFiles("LM/xxLM611S-ZA00001");
|
2013-05-07 00:27:17 +02:00
|
|
|
|
this.ExecuteTest("LM/xxLM611S-ZA00001");
|
2013-05-05 22:40:57 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[TestMethod]
|
2013-05-07 00:27:17 +02:00
|
|
|
|
public void TestLM620S_AT192T_Sat72TR()
|
2013-05-05 22:40:57 +02:00
|
|
|
|
{
|
2013-05-07 00:27:17 +02:00
|
|
|
|
// "VitorMartinsAugusto"
|
|
|
|
|
|
//this.GenerateTestFiles("LM/xxLM620S-ZE00001");
|
|
|
|
|
|
this.ExecuteTest("LM/xxLM620S-ZE00001");
|
2013-05-05 22:40:57 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[TestMethod]
|
2013-05-07 00:27:17 +02:00
|
|
|
|
public void TestLM860V_C192TR_Sat72()
|
2013-05-05 22:40:57 +02:00
|
|
|
|
{
|
|
|
|
|
|
// "PDA-User"
|
2013-12-15 18:42:08 +01:00
|
|
|
|
//this.GenerateTestFiles("LM/xxLM860V-ZB99998");
|
2013-05-05 22:40:57 +02:00
|
|
|
|
this.ExecuteTest("LM/xxLM860V-ZB99998");
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|