CSV like PDSF ready to test
This commit is contained in:
29
Adaptation/_Tests/Extract/Production/v2.57.0/CDE5-EQPT.cs
Normal file
29
Adaptation/_Tests/Extract/Production/v2.57.0/CDE5-EQPT.cs
Normal file
@ -0,0 +1,29 @@
|
||||
#if true
|
||||
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
||||
|
||||
namespace Adaptation._Tests.Extract.Production.v2_57_0;
|
||||
|
||||
[TestClass]
|
||||
public class CDE5_EQPT
|
||||
{
|
||||
|
||||
#pragma warning disable CA2254
|
||||
#pragma warning disable IDE0060
|
||||
|
||||
private static CreateSelfDescription.Production.v2_57_0.CDE5_EQPT _CDE5_EQPT;
|
||||
|
||||
[ClassInitialize]
|
||||
public static void ClassInitialize(TestContext testContext)
|
||||
{
|
||||
CreateSelfDescription.Production.v2_57_0.CDE5_EQPT.ClassInitialize(testContext);
|
||||
_CDE5_EQPT = CreateSelfDescription.Production.v2_57_0.CDE5_EQPT.EAFLoggingUnitTesting;
|
||||
}
|
||||
|
||||
#if DEBUG
|
||||
[Ignore]
|
||||
#endif
|
||||
[TestMethod]
|
||||
public void Production__v2_57_0__CDE5_EQPT__DownloadRsMFile() => _CDE5_EQPT.Production__v2_57_0__CDE5_EQPT__DownloadRsMFile();
|
||||
|
||||
}
|
||||
#endif
|
Reference in New Issue
Block a user