Class ContinuousTestingWebSocketTestListener
- java.lang.Object
-
- io.quarkus.vertx.http.deployment.devmode.console.ContinuousTestingWebSocketTestListener
-
- All Implemented Interfaces:
io.quarkus.deployment.dev.testing.TestListener
public class ContinuousTestingWebSocketTestListener extends Object implements io.quarkus.deployment.dev.testing.TestListener
-
-
Constructor Summary
Constructors Constructor Description ContinuousTestingWebSocketTestListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidlistenerRegistered(io.quarkus.deployment.dev.testing.TestController testController)voidsetBrokenOnly(boolean bo)voidsetInstrumentationBasedReload(boolean ibr)voidsetLiveReloadEnabled(boolean lre)voidsetTestOutput(boolean to)voidtestRunStarted(Consumer<io.quarkus.deployment.dev.testing.TestRunListener> listenerConsumer)voidtestsDisabled()voidtestsEnabled()
-
-
-
Method Detail
-
listenerRegistered
public void listenerRegistered(io.quarkus.deployment.dev.testing.TestController testController)
- Specified by:
listenerRegisteredin interfaceio.quarkus.deployment.dev.testing.TestListener
-
testsEnabled
public void testsEnabled()
- Specified by:
testsEnabledin interfaceio.quarkus.deployment.dev.testing.TestListener
-
testsDisabled
public void testsDisabled()
- Specified by:
testsDisabledin interfaceio.quarkus.deployment.dev.testing.TestListener
-
testRunStarted
public void testRunStarted(Consumer<io.quarkus.deployment.dev.testing.TestRunListener> listenerConsumer)
- Specified by:
testRunStartedin interfaceio.quarkus.deployment.dev.testing.TestListener
-
setBrokenOnly
public void setBrokenOnly(boolean bo)
- Specified by:
setBrokenOnlyin interfaceio.quarkus.deployment.dev.testing.TestListener
-
setTestOutput
public void setTestOutput(boolean to)
- Specified by:
setTestOutputin interfaceio.quarkus.deployment.dev.testing.TestListener
-
setInstrumentationBasedReload
public void setInstrumentationBasedReload(boolean ibr)
- Specified by:
setInstrumentationBasedReloadin interfaceio.quarkus.deployment.dev.testing.TestListener
-
setLiveReloadEnabled
public void setLiveReloadEnabled(boolean lre)
- Specified by:
setLiveReloadEnabledin interfaceio.quarkus.deployment.dev.testing.TestListener
-
-