SyntaxFix
Write A Post
Hire A Developer
Questions
If you're running test Suite via @RunWith(Suite.class) @Suite.SuiteClasses({}) check if all provided classes are really test classes ;).
@RunWith(Suite.class) @Suite.SuiteClasses({})
In my case one of the classes was an actual implementation, not a test class. Just a silly typo.