1<?xml version="1.0" encoding="utf-8"?> 2<module> 3 4 <inherits name="com.google.gwt.user.User"/> 5 <inherits name="com.google.gwt.junit.JUnit"/> 6 <inherits name="com.google.common.base.Base"/> 7 <inherits name="com.google.common.escape.testing.Testing"/> 8 <inherits name="com.google.common.html.Html"/> 9 <inherits name="com.google.common.truth.Truth"/> 10 <entry-point class="com.google.common.html.TestModuleEntryPoint"/> 11 12 <source path=""/> 13 14</module> 15