Package ru.vyarus.dropwizard.guice.test
Interface StartupErrorRule.AfterExitAssertion
- Enclosing class:
- StartupErrorRule
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Interface implementation may be registered to check assertions after system exit.
-
Method Summary
-
Method Details
-
check
Called after system exit call to perform custom assertions.- Parameters:
out- output stream content or empty stringerr- error stream content (exception logged there)- Throws:
Exception- in case of error
-