Searched refs:getCountOfEncryptedTopics (Results 1 – 7 of 7) sorted by relevance
25 public abstract int getCountOfEncryptedTopics(); in getCountOfEncryptedTopics() method in TopicsEncryptionGetTopicsReportedStats
31 public abstract int getCountOfEncryptedTopics(); in getCountOfEncryptedTopics() method in TopicsEncryptionEpochComputationReportedStats
812 stats.getCountOfEncryptedTopics(), in logTopicsEncryptionEpochComputationReportedStats()823 stats.getCountOfEncryptedTopics(), in logTopicsEncryptionGetTopicsReportedStats()
36 expect.that(stats.getCountOfEncryptedTopics()).isEqualTo(COUNT_OF_ENCRYPTED_TOPICS); in testBuildTopicsEncryptionGetTopicsReportedStats()
49 expect.that(stats.getCountOfEncryptedTopics()).isEqualTo(COUNT_OF_ENCRYPTED_TOPICS); in testBuildTopicsEncryptionEpochComputationReportedStats()
881 assertThat(stats.getCountOfEncryptedTopics()).isEqualTo(4); in testProcessEpoch_enableEncryptedTopics_encryptionSucceed()976 assertThat(stats.getCountOfEncryptedTopics()).isEqualTo(0); in testProcessEpoch_enableEncryptedTopics_encryptionFailed()
1037 assertThat(stats.getCountOfEncryptedTopics()).isEqualTo(2); in testGetTopics_enableEncryption_success()1130 assertThat(stats.getCountOfEncryptedTopics()).isEqualTo(1); in testGetTopics_enableEncryption_missingEncryptedTopics()