Package nl.basjes.modbus.schema.test
Class ExpectedBlock
-
- All Implemented Interfaces:
public final class ExpectedBlock
-
-
Constructor Summary
Constructors Constructor Description ExpectedBlock(String blockId)
-
Method Summary
Modifier and Type Method Description final Map<String, List<String>>getExpected()final StringgetBlockId()final UnitaddExpectation(String fieldId, List<String> value)-
-
Constructor Detail
-
ExpectedBlock
ExpectedBlock(String blockId)
-
-
Method Detail
-
getExpected
final Map<String, List<String>> getExpected()
-
getBlockId
final String getBlockId()
-
addExpectation
final Unit addExpectation(String fieldId, List<String> value)
-
-
-
-