I have two JUnit test classes for my Play 2.0.4 project. They do get compiled but only one of them is actualy run with ‘play test’. It seems to be random which class gets executed.
There are no errors in the output, just no tests of the other class get executed:
[info] Total for test api.ApiTest
[info] Finished in 0.611 seconds
[info] 0 tests, 0 failures, 0 errors
I turned out to be a stupid mistake in my test setup. I’ll leave the question and answer here for future reference. Unfortunatelly the log did not show any issues with starting or stopping so I had debug it line by line.
WAS:
FIXED: