Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Problems with test fragments

Hello,
 
I am having trouble running tests with the tycho-surefire-plugin.
 
My app is an E4 application, with a number of modules and some test fragments. My problem is that one of the test fragments works correctly and runs the test, but the others do not. They all fail with a “No tests found” error.
 
Those modules are the same as the one that works (I even compared them with BeyondCompare to make sure they’re configured the same way) and the tests classes are in src/main/java and all end with “Test.java”.
 
I build with JDK7, so I use with Tycho 0.24.0.
 
Can somebody give me some tips on how to find out what’s wrong?
 
Thanks a lot,
 
Sébastien
 

Back to the top