2 Commits

5 changed files with 19 additions and 13 deletions

View File

@ -4,7 +4,13 @@
"name": ".NET Core Attach",
"type": "coreclr",
"request": "attach",
"processId": 11620
"processId": 24012
},
{
"type": "node",
"request": "launch",
"name": "node Launch Current Opened File",
"program": "${file}"
}
]
}

View File

@ -46,7 +46,7 @@ public class BIORAD4
Shared.AdaptationTesting.UpdatePassDirectory(variables[2]);
}
#if !DEBUG
#if DEBUG
[Ignore]
#endif
[TestMethod]
@ -62,7 +62,7 @@ public class BIORAD4
Shared.AdaptationTesting.UpdatePassDirectory(variables[2]);
}
#if !DEBUG
#if DEBUG
[Ignore]
#endif
[TestMethod]
@ -78,7 +78,7 @@ public class BIORAD4
Shared.AdaptationTesting.UpdatePassDirectory(variables[2]);
}
#if !DEBUG
#if DEBUG
[Ignore]
#endif
[TestMethod]
@ -94,7 +94,7 @@ public class BIORAD4
Shared.AdaptationTesting.UpdatePassDirectory(variables[2]);
}
#if !DEBUG
#if DEBUG
[Ignore]
#endif
[TestMethod]

View File

@ -37,7 +37,7 @@ public class BIORAD5
[TestMethod]
public void Production__v2_59_0__BIORAD5__txt() => _BIORAD5.Production__v2_59_0__BIORAD5__txt();
#if !DEBUG
#if DEBUG
[Ignore]
#endif
[TestMethod]
@ -60,7 +60,7 @@ public class BIORAD5
[TestMethod]
public void Production__v2_59_0__BIORAD5__Stratus() => _BIORAD5.Production__v2_59_0__BIORAD5__Stratus();
#if !DEBUG
#if DEBUG
[Ignore]
#endif
[TestMethod]

View File

@ -46,7 +46,7 @@ public class BIORAD4
Shared.AdaptationTesting.UpdatePassDirectory(variables[2]);
}
#if !DEBUG
#if DEBUG
[Ignore]
#endif
[TestMethod]
@ -62,7 +62,7 @@ public class BIORAD4
Shared.AdaptationTesting.UpdatePassDirectory(variables[2]);
}
#if !DEBUG
#if DEBUG
[Ignore]
#endif
[TestMethod]
@ -78,7 +78,7 @@ public class BIORAD4
Shared.AdaptationTesting.UpdatePassDirectory(variables[2]);
}
#if !DEBUG
#if DEBUG
[Ignore]
#endif
[TestMethod]
@ -94,7 +94,7 @@ public class BIORAD4
Shared.AdaptationTesting.UpdatePassDirectory(variables[2]);
}
#if !DEBUG
#if DEBUG
[Ignore]
#endif
[TestMethod]

View File

@ -37,7 +37,7 @@ public class BIORAD5
[TestMethod]
public void Production__v2_60_0__BIORAD5__txt() => _BIORAD5.Production__v2_60_0__BIORAD5__txt();
#if !DEBUG
#if DEBUG
[Ignore]
#endif
[TestMethod]
@ -60,7 +60,7 @@ public class BIORAD5
[TestMethod]
public void Production__v2_60_0__BIORAD5__Stratus() => _BIORAD5.Production__v2_60_0__BIORAD5__Stratus();
#if !DEBUG
#if DEBUG
[Ignore]
#endif
[TestMethod]