Skip to content

Use @Test annotation to test for exceptions being thrown (#213)

Torsten Grote requested to merge 213-use-test-annotation into master

Please note that this commit only uses the @Test annotation where exceptions are thrown at the end of the test, because otherwise the test would not be executed completely.

Examples for this are in DatabaseComponentImplTest where many exceptions are thrown in close succession or in ConnectionRegistryImplTest where an exception is thrown in the middle of the test.

Closes #213 (closed)

Merge request reports