Package io.quarkus.test.common
Interface NativeImageStartedNotifier
Deprecated.
Interface than can be implemented to notify the test infrastructure that the native image has started for
non HTTP based tests.
This class has been deprecated and users should use
IntegrationTestStartedNotifier instead when working
with @QuarkusIntegrationTest-
Method Summary
-
Method Details
-
isNativeImageStarted
boolean isNativeImageStarted()Deprecated.
-