Searched refs:OAuth2MintTokenFlowTest (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/google_apis/gaia/
H A Doauth2_mint_token_flow.h18 class OAuth2MintTokenFlowTest;
123 friend class OAuth2MintTokenFlowTest;
124 FRIEND_TEST_ALL_PREFIXES(OAuth2MintTokenFlowTest, CreateApiCallBody);
125 FRIEND_TEST_ALL_PREFIXES(OAuth2MintTokenFlowTest, ParseIssueAdviceResponse);
126 FRIEND_TEST_ALL_PREFIXES(OAuth2MintTokenFlowTest, ParseMintTokenResponse);
127 FRIEND_TEST_ALL_PREFIXES(OAuth2MintTokenFlowTest, ProcessApiCallSuccess);
128 FRIEND_TEST_ALL_PREFIXES(OAuth2MintTokenFlowTest, ProcessApiCallFailure);
129 FRIEND_TEST_ALL_PREFIXES(OAuth2MintTokenFlowTest,
H A Doauth2_mint_token_flow_unittest.cc150 class OAuth2MintTokenFlowTest : public testing::Test { class in inherits:testing::Test
152 OAuth2MintTokenFlowTest() {} function in class:OAuth2MintTokenFlowTest
153 virtual ~OAuth2MintTokenFlowTest() { }
183 TEST_F(OAuth2MintTokenFlowTest, CreateApiCallBody) {
230 TEST_F(OAuth2MintTokenFlowTest, ParseMintTokenResponse) {
251 TEST_F(OAuth2MintTokenFlowTest, ParseIssueAdviceResponse) {
279 TEST_F(OAuth2MintTokenFlowTest, ProcessApiCallSuccess) {
332 TEST_F(OAuth2MintTokenFlowTest, ProcessApiCallFailure) {
349 TEST_F(OAuth2MintTokenFlowTest, ProcessMintAccessTokenFailure) {
H A Doauth2_api_call_flow.h18 class OAuth2MintTokenFlowTest;

Completed in 77 milliseconds