Skip to main content

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

Look at the log because that happens if your OSGI module (test fragment) cannot be loaded.

Jeff

On Fri, Apr 29, 2016 at 8:44 AM, Sébastien Pennec <sebastien.pennec@xxxxxxxxx> wrote:
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
 

_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/tycho-user



--
Jeff MAURY


"Legacy code" often differs from its suggested alternative by actually working and scaling.
 - Bjarne Stroustrup

http://www.jeffmaury.com
http://riadiscuss.jeffmaury.com
http://www.twitter.com/jeffmaury

Back to the top