1 <?xml version="1.0" encoding="utf-8"?> 2 <module> 3 <inherits name="com.google.gwt.user.User"/> 4 <inherits name="com.google.gwt.junit.JUnit"/> 5 <inherits name="com.google.common.collect.Collect"/> 6 <inherits name="com.google.common.testing.Testing"/> 7 <entry-point class="com.google.common.testing.TestModuleEntryPoint"/> 8 9 <source path=""/> 10 11 <add-linker name="std"/> 12 13 <super-source path="super"/> 14 15 </module> 16