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
-
Method Details
-
isRunning
Primary interface, based on system output of the process (yet not error output).- Parameters:
output- the output line- Returns:
truefor process is up and running,falseelse
-
isRunning
default boolean isRunning()Secondary interface, some other output independent test, e.g., based on network availability.- Returns:
truefor process is up and running,falseelse
-