45 lines
1.3 KiB
C#
45 lines
1.3 KiB
C#
#if true
|
|
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
|
using System.Diagnostics;
|
|
using System.Reflection;
|
|
using System.Threading;
|
|
|
|
namespace Adaptation._Tests.Extract.Production.v2_57_0;
|
|
|
|
[TestClass]
|
|
public class CDE6_EQPT
|
|
{
|
|
|
|
#pragma warning disable CA2254
|
|
#pragma warning disable IDE0060
|
|
|
|
private static CreateSelfDescription.Production.v2_57_0.CDE6_EQPT _CDE6_EQPT;
|
|
|
|
[ClassInitialize]
|
|
public static void ClassInitialize(TestContext testContext)
|
|
{
|
|
CreateSelfDescription.Production.v2_57_0.CDE6_EQPT.ClassInitialize(testContext);
|
|
_CDE6_EQPT = CreateSelfDescription.Production.v2_57_0.CDE6_EQPT.EAFLoggingUnitTesting;
|
|
}
|
|
|
|
#if DEBUG
|
|
[Ignore]
|
|
#endif
|
|
[TestMethod]
|
|
public void Production__v2_57_0__CDE6_EQPT__DownloadRsMFile() => _CDE6_EQPT.Production__v2_57_0__CDE6_EQPT__DownloadRsMFile();
|
|
|
|
[Ignore]
|
|
[TestMethod]
|
|
public void Production__v2_57_0__CDE6_EQPT__DownloadRsMFile638065099250000000__Normal()
|
|
{
|
|
bool validatePDSF = false;
|
|
string check = "CDE_Logs|WaferMeasurementData.log|.RsM";
|
|
MethodBase methodBase = new StackFrame().GetMethod();
|
|
_CDE6_EQPT.Production__v2_57_0__CDE6_EQPT__DownloadRsMFile();
|
|
_ = _CDE6_EQPT.AdaptationTesting.GetVariables(methodBase, check, validatePDSF);
|
|
for (int i = 0; i < int.MaxValue; i++)
|
|
Thread.Sleep(500);
|
|
}
|
|
|
|
}
|
|
#endif |