Infineon.EAF.Runtime v2.60.0
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
#if true
|
||||
#if v2_59_0
|
||||
using Adaptation.Shared;
|
||||
using Adaptation.Shared.Methods;
|
||||
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
||||
@ -6,7 +6,7 @@ using System;
|
||||
using System.Diagnostics;
|
||||
using System.Reflection;
|
||||
|
||||
namespace Adaptation._Tests.Extract.Staging.v2_59_0;
|
||||
namespace Adaptation._Tests.Extract.Production.v2_59_0;
|
||||
|
||||
[TestClass]
|
||||
public class SRP
|
||||
@ -15,13 +15,13 @@ public class SRP
|
||||
#pragma warning disable CA2254
|
||||
#pragma warning disable IDE0060
|
||||
|
||||
private static CreateSelfDescription.Staging.v2_59_0.SRP _SRP;
|
||||
private static CreateSelfDescription.Production.v2_59_0.SRP _SRP;
|
||||
|
||||
[ClassInitialize]
|
||||
public static void ClassInitialize(TestContext testContext)
|
||||
{
|
||||
CreateSelfDescription.Staging.v2_59_0.SRP.ClassInitialize(testContext);
|
||||
_SRP = CreateSelfDescription.Staging.v2_59_0.SRP.EAFLoggingUnitTesting;
|
||||
CreateSelfDescription.Production.v2_59_0.SRP.ClassInitialize(testContext);
|
||||
_SRP = CreateSelfDescription.Production.v2_59_0.SRP.EAFLoggingUnitTesting;
|
||||
}
|
||||
|
||||
private static void NonThrowTryCatch()
|
||||
@ -35,17 +35,17 @@ public class SRP
|
||||
[Ignore]
|
||||
#endif
|
||||
[TestMethod]
|
||||
public void Staging__v2_59_0__SRP__json() => _SRP.Staging__v2_59_0__SRP__json();
|
||||
public void Production__v2_59_0__SRP__json() => _SRP.Production__v2_59_0__SRP__json();
|
||||
|
||||
#if DEBUG
|
||||
[Ignore]
|
||||
#endif
|
||||
[TestMethod]
|
||||
public void Staging__v2_59_0__SRP__json638185594063339969__First()
|
||||
public void Production__v2_59_0__SRP__json638185594063339969__First()
|
||||
{
|
||||
string check = "*.json";
|
||||
bool validatePDSF = false;
|
||||
_SRP.Staging__v2_59_0__SRP__json();
|
||||
_SRP.Production__v2_59_0__SRP__json();
|
||||
MethodBase methodBase = new StackFrame().GetMethod();
|
||||
string[] variables = _SRP.AdaptationTesting.GetVariables(methodBase, check, validatePDSF);
|
||||
IFileRead fileRead = _SRP.AdaptationTesting.Get(methodBase, sourceFileLocation: variables[2], sourceFileFilter: variables[3], useCyclicalForDescription: false);
|
||||
|
Reference in New Issue
Block a user