Infineon.EAF.Runtime v2.60.0

This commit is contained in:
2025-06-16 11:31:20 -07:00
parent 87c9149e7e
commit 5a601420f4
30 changed files with 2279 additions and 1295 deletions

View File

@ -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 SRP : EAFLoggingUnitTesting
@ -52,7 +52,7 @@ public class SRP : EAFLoggingUnitTesting
[Ignore]
#endif
[TestMethod]
public void Staging__v2_59_0__SRP__json()
public void Production__v2_59_0__SRP__json()
{
string check = "*.json";
MethodBase methodBase = new StackFrame().GetMethod();