Interface TestServerPluginDescriptor.ProcessUpSupplier

Enclosing class:
TestServerPluginDescriptor

public static interface TestServerPluginDescriptor.ProcessUpSupplier
Supplies whether a TestServerPluginDescriptor.JvmTestServer is up and running.
Author:
Holger Eichelberger, SSE
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
    Secondary interface, some other output independent test, e.g., based on network availability.
    boolean
    isRunning(String output)
    Primary interface, based on system output of the process (yet not error output).
  • Method Details

    • isRunning

      boolean isRunning(String output)
      Primary interface, based on system output of the process (yet not error output).
      Parameters:
      output - the output line
      Returns:
      true for process is up and running, false else
    • isRunning

      default boolean isRunning()
      Secondary interface, some other output independent test, e.g., based on network availability.
      Returns:
      true for process is up and running, false else