AdaptationTesting
This commit is contained in:
@ -3,9 +3,12 @@ using Microsoft.Extensions.Logging;
|
||||
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
||||
using Shared;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Diagnostics;
|
||||
using System.IO;
|
||||
using System.Reflection;
|
||||
using System.Text.Json;
|
||||
using System.Threading;
|
||||
|
||||
namespace _Tests.CreateSelfDescription.Staging.v2_39_0;
|
||||
|
||||
@ -71,7 +74,7 @@ public class MET08DDUPSFS6420 : EAFLoggingUnitTesting
|
||||
[TestMethod]
|
||||
public void Staging__v2_39_0__MET08DDUPSFS6420__MET08DDUPSFS6420__()
|
||||
{
|
||||
string check = "~IsXToOpenInsight";
|
||||
string check = "~IsXToIQSGaN";
|
||||
MethodBase methodBase = new StackFrame().GetMethod();
|
||||
EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Getting configuration"));
|
||||
_ = Helpers.Metrology.GetWriteConfigurationGetFileRead(methodBase, check, EAFLoggingUnitTesting.AdaptationTesting);
|
||||
@ -81,7 +84,7 @@ public class MET08DDUPSFS6420 : EAFLoggingUnitTesting
|
||||
[TestMethod]
|
||||
public void Staging__v2_39_0__MET08DDUPSFS6420__MET08DDUPSFS6420___()
|
||||
{
|
||||
string check = "~IsXToOpenInsightMetrologyViewerAttachments";
|
||||
string check = "~IsXToOpenInsight";
|
||||
MethodBase methodBase = new StackFrame().GetMethod();
|
||||
EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Getting configuration"));
|
||||
_ = Helpers.Metrology.GetWriteConfigurationGetFileRead(methodBase, check, EAFLoggingUnitTesting.AdaptationTesting);
|
||||
@ -91,7 +94,7 @@ public class MET08DDUPSFS6420 : EAFLoggingUnitTesting
|
||||
[TestMethod]
|
||||
public void Staging__v2_39_0__MET08DDUPSFS6420__MET08DDUPSFS6420____()
|
||||
{
|
||||
string check = "~IsXToAPC";
|
||||
string check = "~IsXToOpenInsightMetrologyViewerAttachments";
|
||||
MethodBase methodBase = new StackFrame().GetMethod();
|
||||
EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Getting configuration"));
|
||||
_ = Helpers.Metrology.GetWriteConfigurationGetFileRead(methodBase, check, EAFLoggingUnitTesting.AdaptationTesting);
|
||||
@ -101,7 +104,7 @@ public class MET08DDUPSFS6420 : EAFLoggingUnitTesting
|
||||
[TestMethod]
|
||||
public void Staging__v2_39_0__MET08DDUPSFS6420__MET08DDUPSFS6420_____()
|
||||
{
|
||||
string check = "~IsXToSPaCe";
|
||||
string check = "~IsXToAPC";
|
||||
MethodBase methodBase = new StackFrame().GetMethod();
|
||||
EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Getting configuration"));
|
||||
_ = Helpers.Metrology.GetWriteConfigurationGetFileRead(methodBase, check, EAFLoggingUnitTesting.AdaptationTesting);
|
||||
@ -111,7 +114,7 @@ public class MET08DDUPSFS6420 : EAFLoggingUnitTesting
|
||||
[TestMethod]
|
||||
public void Staging__v2_39_0__MET08DDUPSFS6420__MET08DDUPSFS6420______()
|
||||
{
|
||||
string check = "~IsXToArchive";
|
||||
string check = "~IsXToSPaCe";
|
||||
MethodBase methodBase = new StackFrame().GetMethod();
|
||||
EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Getting configuration"));
|
||||
_ = Helpers.Metrology.GetWriteConfigurationGetFileRead(methodBase, check, EAFLoggingUnitTesting.AdaptationTesting);
|
||||
@ -121,7 +124,7 @@ public class MET08DDUPSFS6420 : EAFLoggingUnitTesting
|
||||
[TestMethod]
|
||||
public void Staging__v2_39_0__MET08DDUPSFS6420__MET08DDUPSFS6420_______()
|
||||
{
|
||||
string check = "~IsArchive";
|
||||
string check = "~IsXToArchive";
|
||||
MethodBase methodBase = new StackFrame().GetMethod();
|
||||
EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Getting configuration"));
|
||||
_ = Helpers.Metrology.GetWriteConfigurationGetFileRead(methodBase, check, EAFLoggingUnitTesting.AdaptationTesting);
|
||||
@ -130,6 +133,16 @@ public class MET08DDUPSFS6420 : EAFLoggingUnitTesting
|
||||
|
||||
[TestMethod]
|
||||
public void Staging__v2_39_0__MET08DDUPSFS6420__MET08DDUPSFS6420________()
|
||||
{
|
||||
string check = "~IsArchive";
|
||||
MethodBase methodBase = new StackFrame().GetMethod();
|
||||
EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Getting configuration"));
|
||||
_ = Helpers.Metrology.GetWriteConfigurationGetFileRead(methodBase, check, EAFLoggingUnitTesting.AdaptationTesting);
|
||||
EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Exit"));
|
||||
}
|
||||
|
||||
[TestMethod]
|
||||
public void Staging__v2_39_0__MET08DDUPSFS6420__MET08DDUPSFS6420_________()
|
||||
{
|
||||
string check = "~IsDummy";
|
||||
MethodBase methodBase = new StackFrame().GetMethod();
|
||||
@ -138,4 +151,14 @@ public class MET08DDUPSFS6420 : EAFLoggingUnitTesting
|
||||
EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Exit"));
|
||||
}
|
||||
|
||||
[TestMethod]
|
||||
public void Staging__v2_39_0__MET08DDUPSFS6420__MET08DDUPSFS6420__________()
|
||||
{
|
||||
string check = "~IsManualOIEntry";
|
||||
MethodBase methodBase = new StackFrame().GetMethod();
|
||||
EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Getting configuration"));
|
||||
_ = Helpers.Metrology.GetWriteConfigurationGetFileRead(methodBase, check, EAFLoggingUnitTesting.AdaptationTesting);
|
||||
EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Exit"));
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user