bind(Boolean.class)
.annotatedWith(EnableUpdater.class)
.toInstance(ThriftModule.ENABLE_BETA_UPDATER.get());
}
};
Injector injector = Guice.createInjector(testModule, new AopModule());
AuroraAdmin.Iface thriftInstance =
getResponseProxy(injector.getInstance(AuroraAdmin.Iface.class));
control.replay();
assertResponse(INVALID_REQUEST, thriftInstance.startJobUpdate(null, null));