mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-01-13 10:52:05 +01:00
25 lines
527 B
C#
25 lines
527 B
C#
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
|
|
|
namespace Test.Loader.LG
|
|
{
|
|
[TestClass]
|
|
public class TestPM : TestBase
|
|
{
|
|
[TestMethod]
|
|
public void TestPM670S_Sat72TR()
|
|
{
|
|
// "FvN"
|
|
//this.GenerateTestFiles("PM/xxPM670S-ZA00001");
|
|
this.ExecuteTest("PM/xxPM670S-ZA00001");
|
|
}
|
|
|
|
[TestMethod]
|
|
public void TestPM970S_C192TR_Sat72TR()
|
|
{
|
|
// "DavidePalmaghini"
|
|
//this.GenerateTestFiles("PM/xxPM970S-ZA99999");
|
|
this.ExecuteTest("PM/xxPM970S-ZA99999");
|
|
}
|
|
}
|
|
}
|