Weighing: Restructure class structure

This commit is contained in:
2024-02-21 12:57:55 +01:00
parent 7ff069d068
commit 99ca12b276
6 changed files with 161 additions and 104 deletions

View File

@ -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(';') ?? [];