protected static class TestCloudServersRestClientModule extends CloudServersRestClientModule {
@Provides
@Singleton
GetAuth provideGetAuth() {
return new GetAuth(null) {
@Override
public Auth load(Credentials in) {
return new ParseAuthTest().expected();
}
};