Package io.quarkus.test.debug
Class SureFireDebugProvider
- java.lang.Object
-
- org.apache.maven.surefire.api.provider.AbstractProvider
-
- io.quarkus.test.debug.SureFireDebugProvider
-
- All Implemented Interfaces:
org.apache.maven.surefire.api.provider.SurefireProvider
public class SureFireDebugProvider extends org.apache.maven.surefire.api.provider.AbstractProvider
-
-
Field Summary
Fields Modifier and Type Field Description static StringAPP_IS_READ_PRESS_ENTER_TO_EXITstatic StringRUN_TESTSstatic StringTEST_RUN_SUCCESS
-
Constructor Summary
Constructors Constructor Description SureFireDebugProvider(org.apache.maven.surefire.api.provider.ProviderParameters parameters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterable<Class<?>>getSuites()org.apache.maven.surefire.api.suite.RunResultinvoke(Object o)
-
-
-
Field Detail
-
APP_IS_READ_PRESS_ENTER_TO_EXIT
public static final String APP_IS_READ_PRESS_ENTER_TO_EXIT
- See Also:
- Constant Field Values
-
TEST_RUN_SUCCESS
public static final String TEST_RUN_SUCCESS
- See Also:
- Constant Field Values
-
RUN_TESTS
public static final String RUN_TESTS
- See Also:
- Constant Field Values
-
-
Method Detail
-
invoke
public org.apache.maven.surefire.api.suite.RunResult invoke(Object o) throws org.apache.maven.surefire.api.testset.TestSetFailedException, org.apache.maven.surefire.api.report.ReporterException, InvocationTargetException
- Throws:
org.apache.maven.surefire.api.testset.TestSetFailedExceptionorg.apache.maven.surefire.api.report.ReporterExceptionInvocationTargetException
-
-