Interface NativeImageStartedNotifier


  • @Deprecated
    public 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 Detail

      • isNativeImageStarted

        boolean isNativeImageStarted()
        Deprecated.