Class ContinuousTestingSharedStateListener
java.lang.Object
io.quarkus.deployment.dev.testing.ContinuousTestingSharedStateListener
- All Implemented Interfaces:
TestListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidlistenerRegistered(TestController testController) voidsetBrokenOnly(boolean bo) voidsetInstrumentationBasedReload(boolean ibr) voidsetLiveReloadEnabled(boolean lre) voidsetTestOutput(boolean to) voidtestRunStarted(Consumer<TestRunListener> listenerConsumer) voidvoidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.quarkus.deployment.dev.testing.TestListener
testCompileFailed, testCompileSucceeded
-
Constructor Details
-
ContinuousTestingSharedStateListener
public ContinuousTestingSharedStateListener()
-
-
Method Details
-
listenerRegistered
- Specified by:
listenerRegisteredin interfaceTestListener
-
testsEnabled
public void testsEnabled()- Specified by:
testsEnabledin interfaceTestListener
-
testsDisabled
public void testsDisabled()- Specified by:
testsDisabledin interfaceTestListener
-
testRunStarted
- Specified by:
testRunStartedin interfaceTestListener
-
setBrokenOnly
public void setBrokenOnly(boolean bo) - Specified by:
setBrokenOnlyin interfaceTestListener
-
setTestOutput
public void setTestOutput(boolean to) - Specified by:
setTestOutputin interfaceTestListener
-
setInstrumentationBasedReload
public void setInstrumentationBasedReload(boolean ibr) - Specified by:
setInstrumentationBasedReloadin interfaceTestListener
-
setLiveReloadEnabled
public void setLiveReloadEnabled(boolean lre) - Specified by:
setLiveReloadEnabledin interfaceTestListener
-