@SmallTest
@MediumTest
@LargeTest
public void testProxyAuthHandlesDisabled() {
Bundle bundle = new Bundle();
bundle.putString("error", "service_disabled");
Intent intent = new Intent();
intent.putExtras(bundle);
MockAuthorizationClient client = new MockAuthorizationClient();
AuthorizationClient.KatanaProxyAuthHandler handler = client.new KatanaProxyAuthHandler();
AuthorizationClient.AuthorizationRequest request = createRequest();
client.setRequest(request);
handler.onActivityResult(0, Activity.RESULT_OK, intent);
assertNull(client.result);
assertTrue(client.triedNextHandler);
}
AuthorizationClientTests.java 文件源码
java
阅读 28
收藏 0
点赞 0
评论 0
项目:LostAndFound
作者:
评论列表
文章目录