Searched refs:getIsDebuggable (Results 1 – 7 of 7) sorted by relevance
134 assertEquals(false, fetchData.getIsDebuggable()); in testCreateFetchDataSuccess()160 assertEquals(true, fetchData.getIsDebuggable()); in testCreateDebuggableFetchDataSuccess()228 assertEquals(false, updatedFetchData.getIsDebuggable()); in testCopyWithFullSuccessfulUpdatableDataResetsFailureCounts()259 assertEquals(false, updatedFetchData.getIsDebuggable()); in testCopyWithFailedUpdatableDataUpdatesValidationFailureCount()291 assertEquals(false, updatedFetchData.getIsDebuggable()); in testCopyWithResponseValidationFailureUpdatesValidationFailureCount()322 assertEquals(false, updatedFetchData.getIsDebuggable()); in testCopyWithNetworkConnectTimeoutFailureUpdatesTimeoutFailureCount()353 assertEquals(false, updatedFetchData.getIsDebuggable()); in testCopyWithNetworkReadTimeoutFailureUpdatesTimeoutFailureCount()382 assertEquals(false, updatedFetchData.getIsDebuggable()); in testCopyWithKAnonFailureDesNotUpdate()410 assertEquals(false, updatedFetchData.getIsDebuggable()); in testCopyWithUnknownFailureDesNotUpdate()
73 .that(dbScheduledCustomAudienceUpdate.getIsDebuggable()) in testBuildDBScheduledCustomAudienceUpdate_BuilderSuccess()
95 public abstract boolean getIsDebuggable(); in getIsDebuggable() method in DBCustomAudienceBackgroundFetchData178 .setIsDebuggable(getIsDebuggable()); in copyWithUpdatableData()
85 public abstract boolean getIsDebuggable(); in getIsDebuggable() method in DBScheduledCustomAudienceUpdate
159 fetchData.getIsDebuggable()) in updateCustomAudience()
297 update.getIsDebuggable() in fetchUpdate()
141 assertThat(customAudienceBackgroundFetchData.getIsDebuggable()).isTrue(); in testCustomAudienceBackgroundFetchDataFromJson_happyPath()