Updated tests with new runs
This commit is contained in:
parent
72d021cf82
commit
0ef44389c6
@ -47,7 +47,7 @@ public class MET08DDUPSFS6420
|
|||||||
[Ignore]
|
[Ignore]
|
||||||
#endif
|
#endif
|
||||||
[TestMethod]
|
[TestMethod]
|
||||||
public void Production__v2_60_0__MET08DDUPSFS6420__OpenInsightMetrologyViewer637810124350899080__Normal()
|
public void Production__v2_60_0__MET08DDUPSFS6420__OpenInsightMetrologyViewer638851139271252054__Normal()
|
||||||
{
|
{
|
||||||
string check = "*.pdsf";
|
string check = "*.pdsf";
|
||||||
bool validatePDSF = false;
|
bool validatePDSF = false;
|
||||||
@ -76,7 +76,7 @@ public class MET08DDUPSFS6420
|
|||||||
[Ignore]
|
[Ignore]
|
||||||
#endif
|
#endif
|
||||||
[TestMethod]
|
[TestMethod]
|
||||||
public void Production__v2_60_0__MET08DDUPSFS6420__OpenInsight638052163299572098__IqsSql()
|
public void Production__v2_60_0__MET08DDUPSFS6420__OpenInsight638851304220990490__IqsSql()
|
||||||
{
|
{
|
||||||
string check = "*.pdsf";
|
string check = "*.pdsf";
|
||||||
MethodBase methodBase = new StackFrame().GetMethod();
|
MethodBase methodBase = new StackFrame().GetMethod();
|
||||||
@ -98,7 +98,7 @@ public class MET08DDUPSFS6420
|
|||||||
[Ignore]
|
[Ignore]
|
||||||
#endif
|
#endif
|
||||||
[TestMethod]
|
[TestMethod]
|
||||||
public void Production__v2_60_0__MET08DDUPSFS6420__OpenInsightMetrologyViewerAttachments638519735942138814__HeaderId()
|
public void Production__v2_60_0__MET08DDUPSFS6420__OpenInsightMetrologyViewerAttachments638851355286349752__HeaderId()
|
||||||
{
|
{
|
||||||
string check = "*.pdsf";
|
string check = "*.pdsf";
|
||||||
MethodBase methodBase = new StackFrame().GetMethod();
|
MethodBase methodBase = new StackFrame().GetMethod();
|
||||||
|
@ -41,26 +41,7 @@ public class TENCOR1
|
|||||||
[Ignore]
|
[Ignore]
|
||||||
#endif
|
#endif
|
||||||
[TestMethod]
|
[TestMethod]
|
||||||
[ExpectedException(typeof(MissingMethodException))]
|
public void Production__v2_60_0__TENCOR1__pcl638851335365053074__Normal()
|
||||||
public void Production__v2_60_0__TENCOR1__pcl637955518212649513__Normal()
|
|
||||||
{
|
|
||||||
string check = "*.pcl";
|
|
||||||
bool validatePDSF = false;
|
|
||||||
_TENCOR1.Production__v2_60_0__TENCOR1__pcl();
|
|
||||||
MethodBase methodBase = new StackFrame().GetMethod();
|
|
||||||
string[] variables = _TENCOR1.AdaptationTesting.GetVariables(methodBase, check, validatePDSF);
|
|
||||||
IFileRead fileRead = _TENCOR1.AdaptationTesting.Get(methodBase, sourceFileLocation: variables[2], sourceFileFilter: variables[3], useCyclicalForDescription: false);
|
|
||||||
Logistics logistics = new(fileRead);
|
|
||||||
_ = Shared.AdaptationTesting.ReExtractCompareUpdatePassDirectory(variables, fileRead, logistics, validatePDSF);
|
|
||||||
NonThrowTryCatch();
|
|
||||||
}
|
|
||||||
|
|
||||||
#if DEBUG
|
|
||||||
[Ignore]
|
|
||||||
#endif
|
|
||||||
[TestMethod]
|
|
||||||
[ExpectedException(typeof(MissingMethodException))]
|
|
||||||
public void Production__v2_60_0__TENCOR1__pcl638838745567643708__TooMany()
|
|
||||||
{
|
{
|
||||||
string check = "*.pcl";
|
string check = "*.pcl";
|
||||||
bool validatePDSF = false;
|
bool validatePDSF = false;
|
||||||
|
@ -41,8 +41,7 @@ public class TENCOR2
|
|||||||
[Ignore]
|
[Ignore]
|
||||||
#endif
|
#endif
|
||||||
[TestMethod]
|
[TestMethod]
|
||||||
[ExpectedException(typeof(MissingMethodException))]
|
public void Production__v2_60_0__TENCOR2__pcl638851352261289484__Normal()
|
||||||
public void Production__v2_60_0__TENCOR2__pcl637955534973701250__Normal()
|
|
||||||
{
|
{
|
||||||
string check = "*.pcl";
|
string check = "*.pcl";
|
||||||
bool validatePDSF = false;
|
bool validatePDSF = false;
|
||||||
|
@ -41,26 +41,7 @@ public class TENCOR3
|
|||||||
[Ignore]
|
[Ignore]
|
||||||
#endif
|
#endif
|
||||||
[TestMethod]
|
[TestMethod]
|
||||||
[ExpectedException(typeof(MissingMethodException))]
|
public void Production__v2_60_0__TENCOR3__pcl638851336413561558__Normal()
|
||||||
public void Production__v2_60_0__TENCOR3__pcl637955520360305921__Normal()
|
|
||||||
{
|
|
||||||
string check = "*.pcl";
|
|
||||||
bool validatePDSF = false;
|
|
||||||
_TENCOR3.Production__v2_60_0__TENCOR3__pcl();
|
|
||||||
MethodBase methodBase = new StackFrame().GetMethod();
|
|
||||||
string[] variables = _TENCOR3.AdaptationTesting.GetVariables(methodBase, check, validatePDSF);
|
|
||||||
IFileRead fileRead = _TENCOR3.AdaptationTesting.Get(methodBase, sourceFileLocation: variables[2], sourceFileFilter: variables[3], useCyclicalForDescription: false);
|
|
||||||
Logistics logistics = new(fileRead);
|
|
||||||
_ = Shared.AdaptationTesting.ReExtractCompareUpdatePassDirectory(variables, fileRead, logistics, validatePDSF);
|
|
||||||
NonThrowTryCatch();
|
|
||||||
}
|
|
||||||
|
|
||||||
#if DEBUG
|
|
||||||
[Ignore]
|
|
||||||
#endif
|
|
||||||
[TestMethod]
|
|
||||||
[ExpectedException(typeof(MissingMethodException))]
|
|
||||||
public void Production__v2_60_0__TENCOR3__pcl638725158781216195__Parital()
|
|
||||||
{
|
{
|
||||||
string check = "*.pcl";
|
string check = "*.pcl";
|
||||||
bool validatePDSF = false;
|
bool validatePDSF = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user