- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for GWTTestSuite (0.04 seconds)
-
guava-gwt/test/com/google/common/GwtTestSuite.java
import com.google.gwt.junit.client.GWTTestCase; import com.google.gwt.junit.tools.GWTTestSuite; import java.io.IOException; import junit.framework.Test; import junit.framework.TestCase; /** * Runs all _gwt tests. Grouping them into a suite is much faster than running each as a one-test * "suite," as the per-suite setup is expensive. */ public class GwtTestSuite extends TestCase { public static Test suite() throws IOException {Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sat Jan 18 02:54:30 GMT 2025 - 1.6K bytes - Click Count (0) -
guava-gwt/pom.xml
<goals> <goal>test</goal> </goals> <configuration> <module>com.google.common.GuavaTests</module> <includes>**/GwtTestSuite.java</includes> <logLevel>${gwt.logLevel}</logLevel> <mode>htmlunit</mode> <htmlunit>FF38</htmlunit> <productionMode>true</productionMode>
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Jan 12 15:19:17 GMT 2026 - 18.2K bytes - Click Count (0)