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 Summary

    Modifier and Type
    Method
    Description
    boolean
    Deprecated.
     
  • Method Details

    • isNativeImageStarted

      boolean isNativeImageStarted()
      Deprecated.