In that case, it probably shouldn't have a name ending in (or starting with) "Test". Surefire detects test classes by name conventions and it might look odd if a test class has no tests.
Cheers, -- Richard > On 31.08.2016, at 21:00, Burn Lewis <[email protected]> wrote: > > It is run 3 times by TestAnnotator2 which is run by a JUnit test. > > On Wed, Aug 31, 2016 at 11:56 AM, Marshall Schor <[email protected]> wrote: > >> The class UimaContextHolderTest isn't a JUnit test, and therefore doesn't >> get >> run with the testing framework. >> >> Should this be converted to a JUnit test? >> >> -Marshall
