27282930313233
*/ public abstract class BaseGoogleComputeEngineParseTest<T> extends BaseItemParserTest<T> { @Override protected Injector injector() { return Guice.createInjector(new GsonModule(), new GoogleComputeEngineParserModule()); }
28293031323334
25262728293031
public abstract class BaseGoogleComputeEngineParseTest<T> extends BaseItemParserTest<T> { @Override protected Injector injector() { return Guice.createInjector(new GsonModule(), new GoogleComputeEngineParserModule()); }