Infineon.EAF.Runtime v2.60.0
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
#if true
|
||||
#if v2_59_0
|
||||
using Adaptation._Tests.Shared;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
||||
@ -7,7 +7,7 @@ using System.Diagnostics;
|
||||
using System.IO;
|
||||
using System.Reflection;
|
||||
|
||||
namespace Adaptation._Tests.CreateSelfDescription.Staging.v2_59_0;
|
||||
namespace Adaptation._Tests.CreateSelfDescription.Production.v2_59_0;
|
||||
|
||||
[TestClass]
|
||||
public class MET08RESISRP2100 : EAFLoggingUnitTesting
|
||||
@ -52,7 +52,7 @@ public class MET08RESISRP2100 : EAFLoggingUnitTesting
|
||||
[Ignore]
|
||||
#endif
|
||||
[TestMethod]
|
||||
public void Staging__v2_59_0__MET08RESISRP2100__MoveMatchingFiles()
|
||||
public void Production__v2_59_0__MET08RESISRP2100__MoveMatchingFiles()
|
||||
{
|
||||
string check = "*.pdsf";
|
||||
MethodBase methodBase = new StackFrame().GetMethod();
|
||||
@ -65,7 +65,7 @@ public class MET08RESISRP2100 : EAFLoggingUnitTesting
|
||||
[Ignore]
|
||||
#endif
|
||||
[TestMethod]
|
||||
public void Staging__v2_59_0__MET08RESISRP2100__OpenInsightMetrologyViewer()
|
||||
public void Production__v2_59_0__MET08RESISRP2100__OpenInsightMetrologyViewer()
|
||||
{
|
||||
string check = "*.pdsf";
|
||||
MethodBase methodBase = new StackFrame().GetMethod();
|
||||
@ -78,7 +78,7 @@ public class MET08RESISRP2100 : EAFLoggingUnitTesting
|
||||
[Ignore]
|
||||
#endif
|
||||
[TestMethod]
|
||||
public void Staging__v2_59_0__MET08RESISRP2100__IQSSi()
|
||||
public void Production__v2_59_0__MET08RESISRP2100__IQSSi()
|
||||
{
|
||||
string check = "*.pdsf";
|
||||
MethodBase methodBase = new StackFrame().GetMethod();
|
||||
@ -91,7 +91,7 @@ public class MET08RESISRP2100 : EAFLoggingUnitTesting
|
||||
[Ignore]
|
||||
#endif
|
||||
[TestMethod]
|
||||
public void Staging__v2_59_0__MET08RESISRP2100__OpenInsight()
|
||||
public void Production__v2_59_0__MET08RESISRP2100__OpenInsight()
|
||||
{
|
||||
string check = "*.pdsf";
|
||||
MethodBase methodBase = new StackFrame().GetMethod();
|
||||
@ -104,7 +104,7 @@ public class MET08RESISRP2100 : EAFLoggingUnitTesting
|
||||
[Ignore]
|
||||
#endif
|
||||
[TestMethod]
|
||||
public void Staging__v2_59_0__MET08RESISRP2100__OpenInsightMetrologyViewerAttachments()
|
||||
public void Production__v2_59_0__MET08RESISRP2100__OpenInsightMetrologyViewerAttachments()
|
||||
{
|
||||
string check = "*.pdsf";
|
||||
MethodBase methodBase = new StackFrame().GetMethod();
|
||||
@ -117,7 +117,7 @@ public class MET08RESISRP2100 : EAFLoggingUnitTesting
|
||||
[Ignore]
|
||||
#endif
|
||||
[TestMethod]
|
||||
public void Staging__v2_59_0__MET08RESISRP2100__APC()
|
||||
public void Production__v2_59_0__MET08RESISRP2100__APC()
|
||||
{
|
||||
string check = "*.pdsf";
|
||||
MethodBase methodBase = new StackFrame().GetMethod();
|
||||
@ -130,7 +130,7 @@ public class MET08RESISRP2100 : EAFLoggingUnitTesting
|
||||
[Ignore]
|
||||
#endif
|
||||
[TestMethod]
|
||||
public void Staging__v2_59_0__MET08RESISRP2100__SPaCe()
|
||||
public void Production__v2_59_0__MET08RESISRP2100__SPaCe()
|
||||
{
|
||||
string check = "*.pdsf";
|
||||
MethodBase methodBase = new StackFrame().GetMethod();
|
||||
@ -143,7 +143,7 @@ public class MET08RESISRP2100 : EAFLoggingUnitTesting
|
||||
[Ignore]
|
||||
#endif
|
||||
[TestMethod]
|
||||
public void Staging__v2_59_0__MET08RESISRP2100__Processed()
|
||||
public void Production__v2_59_0__MET08RESISRP2100__Processed()
|
||||
{
|
||||
string check = "*.pdsf";
|
||||
MethodBase methodBase = new StackFrame().GetMethod();
|
||||
@ -156,7 +156,7 @@ public class MET08RESISRP2100 : EAFLoggingUnitTesting
|
||||
[Ignore]
|
||||
#endif
|
||||
[TestMethod]
|
||||
public void Staging__v2_59_0__MET08RESISRP2100__Archive()
|
||||
public void Production__v2_59_0__MET08RESISRP2100__Archive()
|
||||
{
|
||||
string check = "*.pdsf";
|
||||
MethodBase methodBase = new StackFrame().GetMethod();
|
||||
@ -169,7 +169,7 @@ public class MET08RESISRP2100 : EAFLoggingUnitTesting
|
||||
[Ignore]
|
||||
#endif
|
||||
[TestMethod]
|
||||
public void Staging__v2_59_0__MET08RESISRP2100__Dummy()
|
||||
public void Production__v2_59_0__MET08RESISRP2100__Dummy()
|
||||
{
|
||||
string check = "638191594841489860.zip";
|
||||
MethodBase methodBase = new StackFrame().GetMethod();
|
||||
|
Reference in New Issue
Block a user