| Annotation Type | Description |
|---|---|
| IntegrationTest |
Interface to mark Tests as AllIntegrationTests for JUnit5 and Maven plugins surefire/failsave
|
| ModuleTest |
Interface to mark Tests for JUnit as DBLess tests and Maven plugins surefire/failsave
|
| PerformanceTest |
Interface to mark Tests as PerformanceTest for JUnit and Maven plugins surefire/failsave
|
| ServerIntegrationTest |
Interface to mark Tests as ServerIntegrationTest for JUnit and Maven plugins surefire/failsave This one is used to indicate that they won’t run with Keep pointing at a Notes client, only with a server
|
| UnitTest |
Interface to mark Tests as UnitTest for JUnit and Maven plugins surefire/failsave
|