Uses of Class
org.jboss.arquillian.test.spi.TestResult
-
Packages that use TestResult Package Description org.jboss.arquillian.test.spi -
-
Uses of TestResult in org.jboss.arquillian.test.spi
Methods in org.jboss.arquillian.test.spi that return TestResult Modifier and Type Method Description static TestResultTestResult. failed(Throwable cause)static TestResultTestResult. flatten(Collection<TestResult> results)static TestResultTestResult. passed()static TestResultTestResult. passed(String description)TestResultTestResult. setEnd(long end)Set the end time of the test.TestResultTestResult. setStart(long start)Set the start time of the test.TestResultTestResult. setStatus(TestResult.Status status)Deprecated.TestResultTestResult. setThrowable(Throwable throwable)static TestResultTestResult. skipped()static TestResultTestResult. skipped(String description)static TestResultTestResult. skipped(Throwable cause)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 TestResult Modifier and Type Method Description static TestResultTestResult. flatten(Collection<TestResult> results)
-