Uses of Interface
org.jboss.arquillian.test.spi.TestMethodExecutor
-
Packages that use TestMethodExecutor Package Description org.jboss.arquillian.test.spi org.jboss.arquillian.test.spi.event.suite -
-
Uses of TestMethodExecutor in org.jboss.arquillian.test.spi
Methods in org.jboss.arquillian.test.spi with parameters of type TestMethodExecutor Modifier and Type Method Description TestResultTestRunnerAdaptor. test(TestMethodExecutor testMethodExecutor)Activate a TestMethod execution.
This will trigger the Test event. -
Uses of TestMethodExecutor in org.jboss.arquillian.test.spi.event.suite
Methods in org.jboss.arquillian.test.spi.event.suite that return TestMethodExecutor Modifier and Type Method Description TestMethodExecutorTest. getTestMethodExecutor()Constructors in org.jboss.arquillian.test.spi.event.suite with parameters of type TestMethodExecutor Constructor Description Test(TestMethodExecutor testMethodExecutor)
-