29 lines
772 B
C#
29 lines
772 B
C#
#if true
|
|
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
|
|
|
namespace Adaptation._Tests.Extract.Production.v2_59_0;
|
|
|
|
[TestClass]
|
|
public class MET08AWCT
|
|
{
|
|
|
|
#pragma warning disable CA2254
|
|
#pragma warning disable IDE0060
|
|
|
|
private static CreateSelfDescription.Production.v2_59_0.MET08AWCT _MET08AWCT;
|
|
|
|
[ClassInitialize]
|
|
public static void ClassInitialize(TestContext testContext)
|
|
{
|
|
CreateSelfDescription.Production.v2_59_0.MET08AWCT.ClassInitialize(testContext);
|
|
_MET08AWCT = CreateSelfDescription.Production.v2_59_0.MET08AWCT.EAFLoggingUnitTesting;
|
|
}
|
|
|
|
#if DEBUG
|
|
[Ignore]
|
|
#endif
|
|
[TestMethod]
|
|
public void Production__v2_59_0__MET08AWCT__ZipFilesByDate() => _MET08AWCT.Production__v2_59_0__MET08AWCT__ZipFilesByDate();
|
|
|
|
}
|
|
#endif |