|
| alexaClientSDK::acsdkAuthorization::test::TEST_F (AuthorizationManagerTest, test_create_Succeeds) |
| Test that create succeeds. More...
|
|
| alexaClientSDK::acsdkAuthorization::test::TEST_F (AuthorizationManagerTest, test_createNullParam_Fails) |
| Test that create with null param results in nullptr. More...
|
|
| alexaClientSDK::acsdkAuthorization::test::TEST_F (AuthorizationManagerTest, test_authorizingState_DoesNotPersist) |
| Test that in the AUTHORIZING state, auth and user id are not persisted. More...
|
|
| alexaClientSDK::acsdkAuthorization::test::TEST_F (AuthorizationManagerTest, test_authorizingState_NoToken) |
| Test that in the AUTHORIZING state, the getToken calls no-op. More...
|
|
| alexaClientSDK::acsdkAuthorization::test::TEST_F (AuthorizationManagerTest, test_refreshedState_Persisted) |
| Check that in the REFRESHED state, the token is now valid as well as adapter id and user id are persisted. More...
|
|
| alexaClientSDK::acsdkAuthorization::test::TEST_F (AuthorizationManagerTest, test_unrecoverableError_Success) |
| Check the behavior if AuthorizationManager is in the UNRECOVERABLE_ERROR state. More...
|
|
| alexaClientSDK::acsdkAuthorization::test::TEST_F (AuthorizationManagerTest, test_invalidStateTransition_NoNotification) |
| Check invalid transitions. More...
|
|
| alexaClientSDK::acsdkAuthorization::test::TEST_F (AuthorizationManagerTest, test_getState) |
| Check that getState returns the correct thing. More...
|
|
| alexaClientSDK::acsdkAuthorization::test::TEST_F (AuthorizationManagerTest, test_activeAuthorization_Success) |
| Check that the active authorization returns the correct id. More...
|
|
| alexaClientSDK::acsdkAuthorization::test::TEST_F (AuthorizationManagerTest, test_logout) |
| Check that logout succeeds. More...
|
|
| alexaClientSDK::acsdkAuthorization::test::INSTANTIATE_TEST_CASE_P (Parameterized, AuthorizationManagerTest, ::testing::Values(std::pair< std::string, std::string >(ADAPTER_ID, USER_ID_2), std::pair< std::string, std::string >(ADAPTER_ID_2, USER_ID), std::pair< std::string, std::string >(ADAPTER_ID_2, USER_ID_2))) |
| Parameterized Tests to test combinations of mismatched adapter and user ids. More...
|
|
| alexaClientSDK::acsdkAuthorization::test::TEST_P (AuthorizationManagerTest, test_mismatchingIdRefreshed_AuthorizingRequest_ImplictLogout) |
| Check the implict logout behavior if AuthorizationManager is in the REFRESHED state. More...
|
|
| alexaClientSDK::acsdkAuthorization::test::TEST_P (AuthorizationManagerTest, test_mismatchingIdAuthorizing_AuthorizingRequest_ImplictLogout) |
|
| alexaClientSDK::acsdkAuthorization::test::TEST_P (AuthorizationManagerTest, test_mismatchingId_RefreshingRequest_Logout) |
|