Class TestConsoleHandler
java.lang.Object
io.quarkus.deployment.dev.testing.TestConsoleHandler
- All Implemented Interfaces:
TestListener
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) boolean(package private) final DevModeType(package private) boolean(package private) boolean(package private) TestControllerstatic final ConsoleCommand -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) voidvoidinstall()voidlistenerRegistered(TestController testController) 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
setBrokenOnly, setInstrumentationBasedReload, setLiveReloadEnabled, setTestOutput, testCompileFailed, testCompileSucceeded
-
Field Details
-
TOGGLE_TEST_OUTPUT
-
devModeType
-
firstRun
boolean firstRun -
disabled
boolean disabled -
currentlyFailing
boolean currentlyFailing -
testController
-
-
Constructor Details
-
TestConsoleHandler
-
-
Method Details
-
install
public void install() -
listenerRegistered
- Specified by:
listenerRegisteredin interfaceTestListener
-
addTestOutput
void addTestOutput() -
testsEnabled
public void testsEnabled()- Specified by:
testsEnabledin interfaceTestListener
-
testsDisabled
public void testsDisabled()- Specified by:
testsDisabledin interfaceTestListener
-
testRunStarted
- Specified by:
testRunStartedin interfaceTestListener
-