public interface TestClosure
This Interface should be implemented by Test-Parts which will be encapsulated in transactions.
To avoid having to implement try/catch in these parts, execute may throw Exception.
The Lambda executing code must handle this correctly. In case of Tests it is feasible to resend the Exception as
RuntimeException.
- Author:
- aschoerk