Xml文件  |  26行  |  1.15 KB

<module>
  <inherits name="com.google.common.collect.testing.Testing" />
  <inherits name="com.google.common.collect.testing.google.Google" />
  <inherits name="com.google.common.escape.testing.Testing" />
  <inherits name="com.google.common.testing.Testing" />

  <inherits name="com.google.common.base.testModule" />
  <inherits name="com.google.common.cache.testModule" />
  <inherits name="com.google.common.collect.testModule" />
  <inherits name="com.google.common.collect.testing.testModule" />
  <inherits name="com.google.common.escape.testModule" />
  <inherits name="com.google.common.html.testModule" />
  <inherits name="com.google.common.io.testModule" />
  <inherits name="com.google.common.math.testModule" />
  <inherits name="com.google.common.net.testModule" />
  <inherits name="com.google.common.primitives.testModule" />
  <inherits name="com.google.common.testing.testModule" />
  <inherits name="com.google.common.util.concurrent.testModule" />
  <inherits name="com.google.common.xml.testModule" />

  <source path="">
    <include name="GuavaTestsEntryPoint.java" />
  </source>
  <entry-point class="com.google.common.GuavaTestsEntryPoint" />
</module>