Package nl.basjes.modbus.schema.test
Class TestScenarioResults
-
- All Implemented Interfaces:
public class TestScenarioResults
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanallPassedprivate final StringtestNameprivate final SchemaDeviceschemaDeviceprivate final Map<String, Map<String, SchemaDevice.TestResult>>testResults
-
Constructor Summary
Constructors Constructor Description TestScenarioResults(String testName, SchemaDevice schemaDevice, Map<String, Map<String, SchemaDevice.TestResult>> testResults)
-
Method Summary
Modifier and Type Method Description final BooleangetAllPassed()final StringgetTestName()final SchemaDevicegetSchemaDevice()final Map<String, Map<String, SchemaDevice.TestResult>>getTestResults()final StringtoTable(Boolean onlyFailed)-
-
Constructor Detail
-
TestScenarioResults
TestScenarioResults(String testName, SchemaDevice schemaDevice, Map<String, Map<String, SchemaDevice.TestResult>> testResults)
-
-
Method Detail
-
getAllPassed
final Boolean getAllPassed()
-
getTestName
final String getTestName()
-
getSchemaDevice
final SchemaDevice getSchemaDevice()
-
getTestResults
final Map<String, Map<String, SchemaDevice.TestResult>> getTestResults()
-
-
-
-