Uses of Class
org.testframe.engine.TestResult
-
Uses of TestResult in org.testframe.engine
Modifier and TypeMethodDescriptionstatic List
<TestResult> Runs the tests of a test class and reports the results.Modifier and TypeMethodDescriptionint
TestResultComparator.compare
(TestResult resultA, TestResult resultB) Compares test result statuses according to the order inTestResultStatus
.ModifierConstructorDescriptionTestResultsReporter
(String name, List<TestResult> results) Sole constructor.