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

/external/chromium_org/google_apis/gaia/
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) {

Completed in 457 milliseconds