Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
None
-
None
-
None
-
Ubuntu Linux 14.04 x86_64 / Oracle Java 1.8.0_66 / Junit 4.12
Description
Complete source code available at https://cloud.mi.hdm-stuttgart.de/owncloud/index.php/s/6dTJHyjm5y1yVGY.
Project contains two test classes "FunctionalTests" (plural) and "FunctionalTest" (singular). Test methods within the latter get executed, those from the first class won't:
mvn test
...
Tests run: 1, ...
Merely renaming class FunctionalTests to e.g. "MyTestClass" solves the issue resulting in:
Tests run: 2, ...