DEP08SIHTRPLC - v2.43.0 - Ready to Test
This commit is contained in:
24
Adaptation/_Tests/Extract/Staging/v2.43.0/DEP08SIHTRPLC.cs
Normal file
24
Adaptation/_Tests/Extract/Staging/v2.43.0/DEP08SIHTRPLC.cs
Normal file
@ -0,0 +1,24 @@
|
||||
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
||||
|
||||
namespace Adaptation._Tests.Extract.Staging.v2_43_0;
|
||||
|
||||
[TestClass]
|
||||
public class DEP08SIHTRPLC
|
||||
{
|
||||
|
||||
#pragma warning disable CA2254
|
||||
#pragma warning disable IDE0060
|
||||
|
||||
private static CreateSelfDescription.Staging.v2_43_0.DEP08SIHTRPLC _DEP08SIHTRPLC;
|
||||
|
||||
[ClassInitialize]
|
||||
public static void ClassInitialize(TestContext testContext)
|
||||
{
|
||||
CreateSelfDescription.Staging.v2_43_0.DEP08SIHTRPLC.ClassInitialize(testContext);
|
||||
_DEP08SIHTRPLC = CreateSelfDescription.Staging.v2_43_0.DEP08SIHTRPLC.EAFLoggingUnitTesting;
|
||||
}
|
||||
|
||||
[TestMethod]
|
||||
public void Staging__v2_43_0__DEP08SIHTRPLC__ZipFilesByDate() => _DEP08SIHTRPLC.Staging__v2_43_0__DEP08SIHTRPLC__ZipFilesByDate();
|
||||
|
||||
}
|
Reference in New Issue
Block a user