Package nl.basjes.modbus.schema.test
Class TestScenarioResultsList
-
- All Implemented Interfaces:
-
java.io.Serializable,java.util.RandomAccess,kotlin.Cloneable,kotlin.collections.Collection,kotlin.collections.Iterable,kotlin.collections.List,kotlin.collections.MutableCollection,kotlin.collections.MutableIterable,kotlin.collections.MutableList
public final class TestScenarioResultsList extends ArrayList<TestScenarioResults>
-
-
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 -
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, addFirst, addLast, clear, clone, contains, ensureCapacity, equals, forEach, get, getFirst, getLast, getSize, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, removeAll, removeAt, removeFirst, removeIf, removeLast, replaceAll, retainAll, set, sort, spliterator, subList, toArray, toArray, trimToSize -
Methods inherited from class java.util.AbstractCollection
containsAll, toString -
Methods inherited from class kotlin.collections.Collection
parallelStream, stream, toArray -
Methods inherited from class kotlin.collections.List
reversed -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
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.
-
-
-
-