Uses of Class
org.jboss.arquillian.test.spi.TestResult
Packages that use TestResult
-
Uses of TestResult in org.jboss.arquillian.test.spi
Methods in org.jboss.arquillian.test.spi that return TestResultModifier and TypeMethodDescriptionstatic TestResultstatic TestResultTestResult.flatten(Collection<TestResult> results) static TestResultTestResult.passed()static TestResultTestResult.setEnd(long end) Set the end time of the test.TestResult.setStart(long start) Set the start time of the test.TestResult.setStatus(TestResult.Status status) Deprecated.TestResult.setThrowable(Throwable throwable) static TestResultTestResult.skipped()static TestResultstatic TestResultTestRunnerAdaptor.test(TestMethodExecutor testMethodExecutor) Activate a TestMethod execution.
This will trigger the Test event.Method parameters in org.jboss.arquillian.test.spi with type arguments of type TestResultModifier and TypeMethodDescriptionstatic TestResultTestResult.flatten(Collection<TestResult> results)