Files
ChanSort/Test.Loader.LG/CS/TestCS.cs

16 lines
278 B
C#
Raw Normal View History

using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace Test.Loader.LG
{
[TestClass]
public class TestCS : TestBase
{
[TestMethod]
public void TestCS460S_Sat68TR()
{
// "FranzSteinert"
this.ExecuteTest("CS/xxCS460S-ZA00001");
}
}
}