104 lines
3.5 KiB
C#
104 lines
3.5 KiB
C#
#if true
|
|
using Adaptation._Tests.Shared;
|
|
using Adaptation.Shared;
|
|
using Adaptation.Shared.Methods;
|
|
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
|
using System;
|
|
using System.Diagnostics;
|
|
using System.Reflection;
|
|
|
|
namespace Adaptation._Tests.Extract.Production.v2_61_1;
|
|
|
|
[TestClass]
|
|
public class DEP08CEPIEPSILON
|
|
{
|
|
|
|
#pragma warning disable CA2254
|
|
#pragma warning disable IDE0060
|
|
|
|
private static CreateSelfDescription.Production.v2_61_1.DEP08CEPIEPSILON _DEP08CEPIEPSILON;
|
|
|
|
[ClassInitialize]
|
|
public static void ClassInitialize(TestContext testContext)
|
|
{
|
|
CreateSelfDescription.Production.v2_61_1.DEP08CEPIEPSILON.ClassInitialize(testContext);
|
|
_DEP08CEPIEPSILON = CreateSelfDescription.Production.v2_61_1.DEP08CEPIEPSILON.EAFLoggingUnitTesting;
|
|
}
|
|
|
|
private static void NonThrowTryCatch()
|
|
{
|
|
try
|
|
{ throw new Exception(); }
|
|
catch (Exception) { }
|
|
}
|
|
|
|
#if DEBUG
|
|
[Ignore]
|
|
#endif
|
|
[TestMethod]
|
|
public void Production__v2_61_1__DEP08CEPIEPSILON__R2() => _DEP08CEPIEPSILON.Production__v2_61_1__DEP08CEPIEPSILON__R2();
|
|
|
|
#if DEBUG
|
|
[Ignore]
|
|
#endif
|
|
[TestMethod]
|
|
public void Production__v2_61_1__DEP08CEPIEPSILON__R3() => _DEP08CEPIEPSILON.Production__v2_61_1__DEP08CEPIEPSILON__R3();
|
|
|
|
#if DEBUG
|
|
[Ignore]
|
|
#endif
|
|
[TestMethod]
|
|
public void Production__v2_61_1__DEP08CEPIEPSILON__R4() => _DEP08CEPIEPSILON.Production__v2_61_1__DEP08CEPIEPSILON__R4();
|
|
|
|
#if DEBUG
|
|
[Ignore]
|
|
#endif
|
|
[TestMethod]
|
|
public void Production__v2_61_1__DEP08CEPIEPSILON__R5() => _DEP08CEPIEPSILON.Production__v2_61_1__DEP08CEPIEPSILON__R5();
|
|
|
|
#if DEBUG
|
|
[Ignore]
|
|
#endif
|
|
[TestMethod]
|
|
public void Production__v2_61_1__DEP08CEPIEPSILON__R6() => _DEP08CEPIEPSILON.Production__v2_61_1__DEP08CEPIEPSILON__R6();
|
|
|
|
#if DEBUG
|
|
[Ignore]
|
|
#endif
|
|
[TestMethod]
|
|
public void Production__v2_61_1__DEP08CEPIEPSILON__R7() => _DEP08CEPIEPSILON.Production__v2_61_1__DEP08CEPIEPSILON__R7();
|
|
|
|
#if DEBUG
|
|
[Ignore]
|
|
#endif
|
|
[TestMethod]
|
|
public void Production__v2_61_1__DEP08CEPIEPSILON__InfinityQS638895639451629988__First()
|
|
{
|
|
string check = "*.pdsf";
|
|
MethodBase methodBase = new StackFrame().GetMethod();
|
|
_DEP08CEPIEPSILON.Production__v2_61_1__DEP08CEPIEPSILON__InfinityQS();
|
|
string[] variables = _DEP08CEPIEPSILON.AdaptationTesting.GetVariables(methodBase, check, validatePDSF: false);
|
|
IFileRead fileRead = _DEP08CEPIEPSILON.AdaptationTesting.Get(methodBase, sourceFileLocation: variables[2], sourceFileFilter: variables[3], useCyclicalForDescription: false);
|
|
Logistics logistics = new(fileRead);
|
|
_ = AdaptationTesting.ReExtractCompareUpdatePassDirectory(variables, fileRead, logistics);
|
|
NonThrowTryCatch();
|
|
}
|
|
|
|
#if DEBUG
|
|
[Ignore]
|
|
#endif
|
|
[TestMethod]
|
|
public void Production__v2_61_1__DEP08CEPIEPSILON__Log638895639451629989__Index()
|
|
{
|
|
string check = "*.log";
|
|
MethodBase methodBase = new StackFrame().GetMethod();
|
|
_DEP08CEPIEPSILON.Production__v2_61_1__DEP08CEPIEPSILON__Log();
|
|
string[] variables = _DEP08CEPIEPSILON.AdaptationTesting.GetVariables(methodBase, check, validatePDSF: false);
|
|
IFileRead fileRead = _DEP08CEPIEPSILON.AdaptationTesting.Get(methodBase, sourceFileLocation: variables[2], sourceFileFilter: variables[3], useCyclicalForDescription: false);
|
|
Logistics logistics = new(fileRead);
|
|
_ = AdaptationTesting.ReExtractCompareUpdatePassDirectory(variables, fileRead, logistics);
|
|
NonThrowTryCatch();
|
|
}
|
|
|
|
}
|
|
#endif |