@FunctionalInterface
public static interface StartupErrorRule.AfterExitAssertion
| Modifier and Type | Method and Description |
|---|---|
void |
check(java.lang.String out,
java.lang.String err)
Called after system exit call to perform custom assertions.
|
void check(java.lang.String out,
java.lang.String err)
throws java.lang.Exception
out - output stream content or empty stringerr - error stream content (exception logged there)java.lang.Exception - in case of error