Improve test code #128
Labels
codeDone
The issue is rechecked for development branch
codeReadyForRecheck
The issue is fixed/implemented AND merged into development, but needs to be rechecked there
improvement
Low Priority
Milestone
Exchange the expected parameter of the Test annotation with Assert.assertThrows within our test suite.
This reduces the risk of masking an error because the same error was thrown accidentally. Create a PR afterwards.
before:
@Test(expected = UIAssertionError.class
after:
The text was updated successfully, but these errors were encountered: