#pragma warning disable ...
#pragma warning restore ...
This commit is contained in:
@ -12,6 +12,10 @@ namespace _Tests.CreateSelfDescription.Staging.v2_36_3;
|
||||
[TestClass]
|
||||
public class BIORAD4 : EAFLoggingUnitTesting
|
||||
{
|
||||
|
||||
#pragma warning disable CA2254
|
||||
#pragma warning disable IDE0060
|
||||
|
||||
internal static BIORAD4 EAFLoggingUnitTesting { get; private set; }
|
||||
|
||||
public BIORAD4() : base(testContext: null, declaringType: null, skipEquipmentDictionary: false)
|
||||
|
@ -12,6 +12,10 @@ namespace _Tests.CreateSelfDescription.Staging.v2_36_3;
|
||||
[TestClass]
|
||||
public class BIORAD5 : EAFLoggingUnitTesting
|
||||
{
|
||||
|
||||
#pragma warning disable CA2254
|
||||
#pragma warning disable IDE0060
|
||||
|
||||
internal static BIORAD5 EAFLoggingUnitTesting { get; private set; }
|
||||
|
||||
public BIORAD5() : base(testContext: null, declaringType: null, skipEquipmentDictionary: false)
|
||||
|
@ -12,6 +12,10 @@ namespace _Tests.CreateSelfDescription.Staging.v2_36_3;
|
||||
[TestClass]
|
||||
public class MET08THFTIRSTRATUS : EAFLoggingUnitTesting
|
||||
{
|
||||
|
||||
#pragma warning disable CA2254
|
||||
#pragma warning disable IDE0060
|
||||
|
||||
internal static MET08THFTIRSTRATUS EAFLoggingUnitTesting { get; private set; }
|
||||
|
||||
public MET08THFTIRSTRATUS() : base(testContext: null, declaringType: null, skipEquipmentDictionary: false)
|
||||
|
@ -12,6 +12,10 @@ namespace _Tests.CreateSelfDescription.Staging.v2_39_0;
|
||||
[TestClass]
|
||||
public class BIORAD4 : EAFLoggingUnitTesting
|
||||
{
|
||||
|
||||
#pragma warning disable CA2254
|
||||
#pragma warning disable IDE0060
|
||||
|
||||
internal static BIORAD4 EAFLoggingUnitTesting { get; private set; }
|
||||
|
||||
public BIORAD4() : base(testContext: null, declaringType: null, skipEquipmentDictionary: false)
|
||||
|
@ -12,6 +12,10 @@ namespace _Tests.CreateSelfDescription.Staging.v2_39_0;
|
||||
[TestClass]
|
||||
public class BIORAD5 : EAFLoggingUnitTesting
|
||||
{
|
||||
|
||||
#pragma warning disable CA2254
|
||||
#pragma warning disable IDE0060
|
||||
|
||||
internal static BIORAD5 EAFLoggingUnitTesting { get; private set; }
|
||||
|
||||
public BIORAD5() : base(testContext: null, declaringType: null, skipEquipmentDictionary: false)
|
||||
|
@ -12,6 +12,10 @@ namespace _Tests.CreateSelfDescription.Staging.v2_39_0;
|
||||
[TestClass]
|
||||
public class MET08THFTIRSTRATUS : EAFLoggingUnitTesting
|
||||
{
|
||||
|
||||
#pragma warning disable CA2254
|
||||
#pragma warning disable IDE0060
|
||||
|
||||
internal static MET08THFTIRSTRATUS EAFLoggingUnitTesting { get; private set; }
|
||||
|
||||
public MET08THFTIRSTRATUS() : base(testContext: null, declaringType: null, skipEquipmentDictionary: false)
|
||||
|
Reference in New Issue
Block a user