|
| alexaClientSDK::contextManager::test::TEST_F (ContextManagerTest, test_setStateForLegacyRegisteredProvider) |
|
| alexaClientSDK::contextManager::test::TEST_F (ContextManagerTest, test_setStateForUnregisteredLegacyProvider) |
|
| alexaClientSDK::contextManager::test::TEST_F (ContextManagerTest, test_getContextLegacyProvider) |
|
| alexaClientSDK::contextManager::test::TEST_F (ContextManagerTest, test_setLegacyStateProviderSetStateTwiceShouldFail) |
|
| alexaClientSDK::contextManager::test::TEST_F (ContextManagerTest, test_provideStateTimeout) |
|
| alexaClientSDK::contextManager::test::TEST_F (ContextManagerTest, test_incorrectToken) |
|
| alexaClientSDK::contextManager::test::TEST_F (ContextManagerTest, test_sometimesProviderWithValidState) |
|
| alexaClientSDK::contextManager::test::TEST_F (ContextManagerTest, test_sometimesProviderWithEmptyState) |
|
| alexaClientSDK::contextManager::test::TEST_F (ContextManagerTest, test_neverProvider) |
|
| alexaClientSDK::contextManager::test::TEST_F (ContextManagerTest, test_getEndpointContextShouldIncludeOnlyRelevantStates) |
| Test that only context relevant to the given endpoint is included in the getContext. More...
|
|
| alexaClientSDK::contextManager::test::TEST_F (ContextManagerTest, test_getContextWhenStateAndCacheAreUnavailableShouldFail) |
| Test that requester will get notified of a failure when one provider was not able to provide its state. More...
|
|
| alexaClientSDK::contextManager::test::TEST_F (ContextManagerTest, test_getContextWhenStateUnavailableShouldReturnCache) |
| Test that requester will get cached value when provider cannot provide latest state. More...
|
|
| alexaClientSDK::contextManager::test::TEST_F (ContextManagerTest, test_reportStateChangeShouldNotifyObserver) |
| Test that report state change notifies the ContextManagerObserverInterface . More...
|
|
| alexaClientSDK::contextManager::test::TEST_F (ContextManagerTest, test_getContextInParallelShouldSucceed) |
| Test that getContext can handle multiple getContext at the same time. More...
|
|
| alexaClientSDK::contextManager::test::TEST_F (ContextManagerTest, test_getContextWithoutReportableStateProperties) |
|
| alexaClientSDK::contextManager::test::TEST_F (ContextManagerTest, test_getContextWithReportableStateProperties) |
| Test if the getContext() method includes state from StateProviders which have reportable state properties. More...
|
|
| alexaClientSDK::contextManager::test::TEST_F (ContextManagerTest, test_getContextShouldReturnCache) |
| Test that requester will get cached value when provider set shouldQueryState to false. More...
|
|