Uses of Class
org.testframe.engine.TestResult
Packages that use TestResult
-
Uses of TestResult in org.testframe.engine
Methods in org.testframe.engine that return types with arguments of type TestResultModifier and TypeMethodDescriptionstatic List<TestResult> Runs the tests of a test class and reports the results.Methods in org.testframe.engine with parameters of type TestResultModifier and TypeMethodDescriptionintTestResultComparator.compare(TestResult resultA, TestResult resultB) Compares test result statuses according to the order inTestResultStatus.Constructor parameters in org.testframe.engine with type arguments of type TestResultModifierConstructorDescriptionTestResultsReporter(String name, List<TestResult> results) Sole constructor.