Interface ServiceManagerTest.WithExecutionException
- Enclosing class:
ServiceManagerTest
static interface ServiceManagerTest.WithExecutionException
A method execution without parameters potentially causing an exception.
- Author:
- Holger Eichelberger, SSE
-
Method Summary
Modifier and TypeMethodDescriptionvoidrun()A method execution without parameters potentially causing an exception.
-
Method Details
-
run
A method execution without parameters potentially causing an exception.- Throws:
ExecutionException- may occur if something fails
-