MET08RESIHGCV - v2.39.0 - DevOps - Dummy

This commit is contained in:
2022-03-01 10:45:54 -07:00
parent 7ca6604f52
commit 92727df943
8 changed files with 58 additions and 34 deletions

View File

@ -29,4 +29,28 @@ public class HGCV3
[TestMethod]
public void Staging__v2_39_0__HGCV3__pcl() => _HGCV3.Staging__v2_39_0__HGCV3__pcl();
[TestMethod]
public void Staging__v2_39_0__HGCV3__pcl637812984345592512__MinFileLength()
{
string check = "*.pcl";
_HGCV3.Staging__v2_39_0__HGCV3__pcl();
MethodBase methodBase = new StackFrame().GetMethod();
string[] variables = _HGCV3.AdaptationTesting.GetVariables(methodBase, check);
IFileRead fileRead = _HGCV3.AdaptationTesting.Get(methodBase, sourceFileLocation: variables[2], sourceFileFilter: variables[3], useCyclicalForDescription: false);
Logistics logistics = new(fileRead);
_ = Helpers.Metrology.ReExtractComapareUpdatePassDirectory(variables, fileRead, logistics);
}
[TestMethod]
public void Staging__v2_39_0__HGCV3__pcl637816384579205568__Normal()
{
string check = "*.pcl";
_HGCV3.Staging__v2_39_0__HGCV3__pcl();
MethodBase methodBase = new StackFrame().GetMethod();
string[] variables = _HGCV3.AdaptationTesting.GetVariables(methodBase, check);
IFileRead fileRead = _HGCV3.AdaptationTesting.Get(methodBase, sourceFileLocation: variables[2], sourceFileFilter: variables[3], useCyclicalForDescription: false);
Logistics logistics = new(fileRead);
_ = Helpers.Metrology.ReExtractComapareUpdatePassDirectory(variables, fileRead, logistics);
}
}

View File

@ -65,4 +65,7 @@ public class MET08RESIHGCV
[TestMethod]
public void Staging__v2_39_0__MET08RESIHGCV__MET08RESIHGCV________() => _MET08RESIHGCV.Staging__v2_39_0__MET08RESIHGCV__MET08RESIHGCV________();
[TestMethod]
public void Staging__v2_39_0__MET08RESIHGCV__MET08RESIHGCV________637816296802048814__Normal() => _MET08RESIHGCV.Staging__v2_39_0__MET08RESIHGCV__MET08RESIHGCV________();
}