Prep
This commit is contained in:
@ -9,7 +9,7 @@ using System.IO;
|
||||
using System.Reflection;
|
||||
using System.Text.Json;
|
||||
|
||||
namespace Adaptation._Tests.Extract.Development.v2_52_0;
|
||||
namespace Adaptation._Tests.Extract.Staging.v2_52_0;
|
||||
|
||||
[TestClass]
|
||||
public class WC6INCH1_EQPT
|
||||
@ -18,13 +18,13 @@ public class WC6INCH1_EQPT
|
||||
#pragma warning disable CA2254
|
||||
#pragma warning disable IDE0060
|
||||
|
||||
private static CreateSelfDescription.Development.v2_52_0.WC6INCH1_EQPT _WC6INCH1_EQPT;
|
||||
private static CreateSelfDescription.Staging.v2_52_0.WC6INCH1_EQPT _WC6INCH1_EQPT;
|
||||
|
||||
[ClassInitialize]
|
||||
public static void ClassInitialize(TestContext testContext)
|
||||
{
|
||||
CreateSelfDescription.Development.v2_52_0.WC6INCH1_EQPT.ClassInitialize(testContext);
|
||||
_WC6INCH1_EQPT = CreateSelfDescription.Development.v2_52_0.WC6INCH1_EQPT.EAFLoggingUnitTesting;
|
||||
CreateSelfDescription.Staging.v2_52_0.WC6INCH1_EQPT.ClassInitialize(testContext);
|
||||
_WC6INCH1_EQPT = CreateSelfDescription.Staging.v2_52_0.WC6INCH1_EQPT.EAFLoggingUnitTesting;
|
||||
}
|
||||
|
||||
private static void NonThrowTryCatch()
|
29
Adaptation/_Tests/Extract/Staging/v2.56.0/MET08AWCT.cs
Normal file
29
Adaptation/_Tests/Extract/Staging/v2.56.0/MET08AWCT.cs
Normal file
@ -0,0 +1,29 @@
|
||||
#if true
|
||||
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
||||
|
||||
namespace Adaptation._Tests.Extract.Staging.v2_56_0;
|
||||
|
||||
[TestClass]
|
||||
public class MET08AWCT
|
||||
{
|
||||
|
||||
#pragma warning disable CA2254
|
||||
#pragma warning disable IDE0060
|
||||
|
||||
private static CreateSelfDescription.Staging.v2_56_0.MET08AWCT _MET08AWCT;
|
||||
|
||||
[ClassInitialize]
|
||||
public static void ClassInitialize(TestContext testContext)
|
||||
{
|
||||
CreateSelfDescription.Staging.v2_56_0.MET08AWCT.ClassInitialize(testContext);
|
||||
_MET08AWCT = CreateSelfDescription.Staging.v2_56_0.MET08AWCT.EAFLoggingUnitTesting;
|
||||
}
|
||||
|
||||
#if DEBUG
|
||||
[Ignore]
|
||||
#endif
|
||||
[TestMethod]
|
||||
public void Staging__v2_56_0__MET08AWCT__ZipFilesByDate() => _MET08AWCT.Staging__v2_56_0__MET08AWCT__ZipFilesByDate();
|
||||
|
||||
}
|
||||
#endif
|
@ -9,7 +9,7 @@ using System.IO;
|
||||
using System.Reflection;
|
||||
using System.Text.Json;
|
||||
|
||||
namespace Adaptation._Tests.Extract.Development.v2_56_0;
|
||||
namespace Adaptation._Tests.Extract.Staging.v2_56_0;
|
||||
|
||||
[TestClass]
|
||||
public class WC6INCH1_EQPT
|
||||
@ -18,13 +18,13 @@ public class WC6INCH1_EQPT
|
||||
#pragma warning disable CA2254
|
||||
#pragma warning disable IDE0060
|
||||
|
||||
private static CreateSelfDescription.Development.v2_56_0.WC6INCH1_EQPT _WC6INCH1_EQPT;
|
||||
private static CreateSelfDescription.Staging.v2_56_0.WC6INCH1_EQPT _WC6INCH1_EQPT;
|
||||
|
||||
[ClassInitialize]
|
||||
public static void ClassInitialize(TestContext testContext)
|
||||
{
|
||||
CreateSelfDescription.Development.v2_56_0.WC6INCH1_EQPT.ClassInitialize(testContext);
|
||||
_WC6INCH1_EQPT = CreateSelfDescription.Development.v2_56_0.WC6INCH1_EQPT.EAFLoggingUnitTesting;
|
||||
CreateSelfDescription.Staging.v2_56_0.WC6INCH1_EQPT.ClassInitialize(testContext);
|
||||
_WC6INCH1_EQPT = CreateSelfDescription.Staging.v2_56_0.WC6INCH1_EQPT.EAFLoggingUnitTesting;
|
||||
}
|
||||
|
||||
private static void NonThrowTryCatch()
|
||||
@ -40,9 +40,7 @@ public class WC6INCH1_EQPT
|
||||
[TestMethod]
|
||||
public void Staging__v2_56_0__WC6INCH1_EQPT__ConvertExcelToJson() => _WC6INCH1_EQPT.Staging__v2_56_0__WC6INCH1_EQPT__ConvertExcelToJson();
|
||||
|
||||
#if DEBUG
|
||||
[Ignore]
|
||||
#endif
|
||||
[TestMethod]
|
||||
public void Staging__v2_56_0__WC6INCH1_EQPT__ConvertExcelToJson637961178824025822__Normal()
|
||||
{
|
Reference in New Issue
Block a user