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