1<module> 2 <inherits name="com.google.common.collect.testing.Testing" /> 3 <inherits name="com.google.common.collect.testing.google.Google" /> 4 <inherits name="com.google.common.escape.testing.Testing" /> 5 <inherits name="com.google.common.testing.Testing" /> 6 7 <inherits name="com.google.common.base.testModule" /> 8 <inherits name="com.google.common.cache.testModule" /> 9 <inherits name="com.google.common.collect.testModule" /> 10 <inherits name="com.google.common.collect.testing.testModule" /> 11 <inherits name="com.google.common.escape.testModule" /> 12 <inherits name="com.google.common.html.testModule" /> 13 <inherits name="com.google.common.io.testModule" /> 14 <inherits name="com.google.common.math.testModule" /> 15 <inherits name="com.google.common.net.testModule" /> 16 <inherits name="com.google.common.primitives.testModule" /> 17 <inherits name="com.google.common.testing.testModule" /> 18 <inherits name="com.google.common.util.concurrent.testModule" /> 19 <inherits name="com.google.common.xml.testModule" /> 20 21 <source path=""> 22 <include name="GuavaTestsEntryPoint.java" /> 23 </source> 24 <entry-point class="com.google.common.GuavaTestsEntryPoint" /> 25</module> 26