27 lines
760 B
C#
27 lines
760 B
C#
#if true
|
|
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
|
|
|
namespace Adaptation._Tests.Extract.Production.v2_58_0;
|
|
|
|
[TestClass]
|
|
public class SP101_EQPT
|
|
{
|
|
|
|
#pragma warning disable CA2254
|
|
#pragma warning disable IDE0060
|
|
|
|
private static CreateSelfDescription.Production.v2_58_0.SP101_EQPT _SP101_EQPT;
|
|
|
|
[ClassInitialize]
|
|
public static void ClassInitialize(TestContext testContext)
|
|
{
|
|
CreateSelfDescription.Production.v2_58_0.SP101_EQPT.ClassInitialize(testContext);
|
|
_SP101_EQPT = CreateSelfDescription.Production.v2_58_0.SP101_EQPT.EAFLoggingUnitTesting;
|
|
}
|
|
|
|
[Ignore]
|
|
[TestMethod]
|
|
public void Production__v2_58_0__SP101_EQPT__MoveAllFiles() => _SP101_EQPT.Production__v2_58_0__SP101_EQPT__MoveAllFiles();
|
|
|
|
}
|
|
#endif |