Class ContinuousTestingWebSocketListener

  • All Implemented Interfaces:
    io.quarkus.deployment.dev.testing.TestListener

    public class ContinuousTestingWebSocketListener
    extends Object
    implements io.quarkus.deployment.dev.testing.TestListener
    • Constructor Detail

      • ContinuousTestingWebSocketListener

        public ContinuousTestingWebSocketListener()
    • Method Detail

      • listenerRegistered

        public void listenerRegistered​(io.quarkus.deployment.dev.testing.TestController testController)
        Specified by:
        listenerRegistered in interface io.quarkus.deployment.dev.testing.TestListener
      • testsEnabled

        public void testsEnabled()
        Specified by:
        testsEnabled in interface io.quarkus.deployment.dev.testing.TestListener
      • testsDisabled

        public void testsDisabled()
        Specified by:
        testsDisabled in interface io.quarkus.deployment.dev.testing.TestListener
      • testRunStarted

        public void testRunStarted​(Consumer<io.quarkus.deployment.dev.testing.TestRunListener> listenerConsumer)
        Specified by:
        testRunStarted in interface io.quarkus.deployment.dev.testing.TestListener
      • setBrokenOnly

        public void setBrokenOnly​(boolean bo)
        Specified by:
        setBrokenOnly in interface io.quarkus.deployment.dev.testing.TestListener
      • setTestOutput

        public void setTestOutput​(boolean to)
        Specified by:
        setTestOutput in interface io.quarkus.deployment.dev.testing.TestListener
      • setInstrumentationBasedReload

        public void setInstrumentationBasedReload​(boolean ibr)
        Specified by:
        setInstrumentationBasedReload in interface io.quarkus.deployment.dev.testing.TestListener