<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">I am so +∞ on dropping the current patterns</div><div class=""><br class=""></div><div class="">I wonder if tycho’s default patterns are enough *Test*, *Test, *TestCase&nbsp;<a href="https://git.eclipse.org/c/tycho/org.eclipse.tycho.git/tree/tycho-surefire/tycho-surefire-plugin/src/main/java/org/eclipse/tycho/surefire/TestMojo.java#n149" class="">https://git.eclipse.org/c/tycho/org.eclipse.tycho.git/tree/tycho-surefire/tycho-surefire-plugin/src/main/java/org/eclipse/tycho/surefire/TestMojo.java#n149</a></div><div class=""><br class=""></div><div class="">1) abstract classes are not run by default. So if you called an AbstractFooTest class which is not abstract, it’s on you.</div><div class="">2) when Eclipse JUnit runner runs on a projects/packages, containing suites and individual classes, it’ll run tests from suites and ignore (duplicate) individual tests. If it’s a core JUnit feature, then it should behave the same in surefire. That needs to be verified obviously</div><div class=""><br class=""></div><br class=""><div><blockquote type="cite" class=""><div class="">Le 23 janv. 2015 à 08:38, Max Rydahl Andersen &lt;<a href="mailto:max.andersen@redhat.com" class="">max.andersen@redhat.com</a>&gt; a écrit :</div><br class="Apple-interchange-newline"><div class="">On 22 Jan 2015, at 20:51, Nick Boldt wrote:<br class=""><br class=""><blockquote type="cite" class="">You can set your own &lt;include&gt; entries in your root pom. Then all your<br class="">projects' tests will inherit those new rules.<br class=""></blockquote><br class="">the intent of the parent pom is to avoid we have unnecessary duplication <br class="">and conflicting approaches.<br class=""><br class="">So better if we can fix the parent pom if its not optimal than continue <br class="">to get different<br class="">additional unnecessary testing configs in the various pom's.<br class=""><br class="">/max<br class=""><a href="http://about.me/maxandersen" class="">http://about.me/maxandersen</a><br class="">_______________________________________________<br class="">jbosstools-dev mailing list<br class="">jbosstools-dev@lists.jboss.org<br class="">https://lists.jboss.org/mailman/listinfo/jbosstools-dev<br class=""></div></blockquote></div><br class=""></body></html>