Files
ChanSort/Test.Loader.LG/LK/TestLK.cs
hbeham e0b0c8f114 - renamed project directories
- added unit tests for loading and saving TLLs of various LG models
- added "Save reference list" menu item
2013-05-05 22:40:57 +02:00

26 lines
522 B
C#

using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace Test.Loader.LG
{
[TestClass]
public class TestLK : TestBase
{
[TestMethod]
public void TestLK450_AC176TR()
{
// "chlabnet"
//this.GenerateTestFiles("LK/xxLK450-ZB00001");
this.ExecuteTest("LK/xxLK450-ZB00001");
}
[TestMethod]
public void TestLK950S_AC184TR_Sat68TR()
{
// "Klausi1"
//this.GenerateTestFiles("LK/xxLK950S-ZA00001");
this.ExecuteTest("LK/xxLK950S-ZA00001");
}
}
}