Package nl.basjes.modbus.schema.test
Class TestScenarioResultsList
-
- All Implemented Interfaces:
public final class TestScenarioResultsList
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanallPassedprivate final List<String>failedTests
-
Constructor Summary
Constructors Constructor Description TestScenarioResultsList()
-
Method Summary
Modifier and Type Method Description final BooleangetAllPassed()final List<String>getFailedTests()final BooleanlogResults()Logs all the results -
-
Method Detail
-
getAllPassed
final Boolean getAllPassed()
-
getFailedTests
final List<String> getFailedTests()
-
logResults
final Boolean logResults()
Logs all the results
- Returns:
true if all passed, false if one or more failed.
-
-
-
-