TRUNK-5816 Use MockitoExtension in BaseContextSensitiveTest
this is a JUnit 5 extension that initializes and cleans up mocks
its set to strict by default which will help us keep our tests free of
unused mocks. We already use this mechanism in the jupiter/BaseContextMockTest
teleivo <teleivo@users.noreply.github.com>
7cffb3746f55dad924a816075e6a9ac150b330df
TRUNK-5816 Do not allow JUnit 4 tests to be added to the api
we allow only a handful that we need to ensure module devs can still
write JUnit 4 tests. If there is a bug and you would need to add another
one please name them with JUnit4 like the examples. This will allow us
to remove them once we are on JUnit 5. Every other new test should be written
in JUnit 5 :)
teleivo <teleivo@users.noreply.github.com>
18c9c2a4c5a922c56aab240cdf9401441ff1b3ce
TRUNK-5816 Add JUnit 4 tests
to ensure the annotations work on JUnit 4 with the JUnit 4 helper
classes
teleivo <teleivo@users.noreply.github.com>
a1637013f199f38e3f3547eb579e4f5fd411b697
WIP
teleivo <teleivo@users.noreply.github.com>
cb59c583153ccc22f59aafd17a26e69bd519dd10
TRUNK-5816 Test StartModuleAnnotation on JUnit 4 & 5