Searched refs:getDebugToken (Results 1 – 4 of 4) sorted by relevance
85 assertThat(actualConsentedDebugConfiguration.getDebugToken()) in testGetAllActiveConsentedDebugConfigurations()86 .isEqualTo(DB_CONSENTED_DEBUG_CONFIGURATION.getDebugToken()); in testGetAllActiveConsentedDebugConfigurations()123 assertThat(actualConsentedDebugConfiguration.getDebugToken()) in testGetAllActiveConsentedDebugConfigurations_fetchesRecentlyCreated()124 .isEqualTo(dbConsentedDebugConfigurationCreatedOneHourLater.getDebugToken()); in testGetAllActiveConsentedDebugConfigurations_fetchesRecentlyCreated()206 assertThat(dbConsentedDebugConfigurationsBeforeDelete.get(0).getDebugToken()) in testDeleteExistingConsentedDebugConfigurationsAndPersist()207 .isEqualTo(dbConsentedDebugConfigurationBeforeDelete.getDebugToken()); in testDeleteExistingConsentedDebugConfigurationsAndPersist()212 assertThat(dbConsentedDebugConfigurationsAfterDelete.get(0).getDebugToken()) in testDeleteExistingConsentedDebugConfigurationsAndPersist()213 .isEqualTo(dbConsentedDebugConfigurationAfterDelete.getDebugToken()); in testDeleteExistingConsentedDebugConfigurationsAndPersist()
68 .setToken(dbConsentedDebugConfiguration.getDebugToken()) in create()
57 public abstract String getDebugToken(); in getDebugToken() method in DBConsentedDebugConfiguration
297 .put(JSON_DEBUG_TOKEN, consentedDebugConfiguration.getDebugToken()) in convertToJson()