On Wednesday, July 13, 2022 at 3:06:37 AM UTC+2 [email protected] wrote:

> Thank you, the setting the <include> did it.
>

FYI, using a GWTTestSuite can improve performance (that's why it's the 
default in the plugin, because it favors best 
practices): 
https://www.gwtproject.org/doc/latest/DevGuideTesting.html#DevGuideJUnitSuites
 

> My next question about testing is, what are the expectations for the test 
> module? Are we still required to provide a separate JUnit.gwt.xml?
>

You've never been (or at least not for many many years) as GWT will 
synthesize a module that inherits both com.google.gwt.junit.JUnit and the 
module your GWTTestCase's getModuleName() returns.
The gwt-maven-plugin itself has no specific expectations either, 
so https://www.gwtproject.org/doc/latest/DevGuideTesting.html should apply 
as-is (I haven't re-read it though, but that's the goal of the plugin, to 
be a "thin" wrapper that only wires things that are specific to Maven, e.g. 
src/main/java, computing the classpath from dependencies, etc.)

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/0a37ffc8-a2e6-4412-9cc0-4011b0fedde4n%40googlegroups.com.

Reply via email to