31 lines
937 B
C#
31 lines
937 B
C#
#if true
|
|
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
|
|
|
namespace Adaptation._Tests.Extract.Production.v2_59_0;
|
|
|
|
[TestClass]
|
|
public class R34_EQPT
|
|
{
|
|
|
|
#pragma warning disable CA2254
|
|
#pragma warning disable IDE0060
|
|
|
|
private static CreateSelfDescription.Production.v2_59_0.R34_EQPT _R34_EQPT;
|
|
|
|
[ClassInitialize]
|
|
public static void ClassInitialize(TestContext testContext)
|
|
{
|
|
CreateSelfDescription.Production.v2_59_0.R34_EQPT.ClassInitialize(testContext);
|
|
_R34_EQPT = CreateSelfDescription.Production.v2_59_0.R34_EQPT.EAFLoggingUnitTesting;
|
|
}
|
|
|
|
[Ignore]
|
|
[TestMethod]
|
|
public void Production__v2_59_0__R34_EQPT__DownloadJpegFile() => _R34_EQPT.Production__v2_59_0__R34_EQPT__DownloadJpegFile();
|
|
|
|
[Ignore]
|
|
[TestMethod]
|
|
public void Production__v2_59_0__R34_EQPT__DownloadJpegFile637812143477007703__Normal() => _R34_EQPT.Production__v2_59_0__R34_EQPT__DownloadJpegFile();
|
|
|
|
}
|
|
#endif |