Weighing: Restructure class structure
This commit is contained in:
@ -5,7 +5,7 @@ namespace Tests.WeighingTests {
|
||||
class ScaleTestMatzen {
|
||||
|
||||
private MockScale? Mock;
|
||||
private SystecScale? Scale;
|
||||
private SysTecITScale? Scale;
|
||||
|
||||
private static (string, bool) ScaleHandler(string req, int weight, string? error, int identNr) {
|
||||
var modes = error?.Split(';') ?? [];
|
||||
|
Reference in New Issue
Block a user