Searched refs:getCountJoinUrls (Results 1 – 4 of 4) sorted by relevance
300 assertThat(serverAuctionBackgroundKeyFetchScheduledStats.getCountJoinUrls()).isEqualTo(0);359 assertThat(serverAuctionBackgroundKeyFetchScheduledStats.getCountJoinUrls()).isEqualTo(0);409 assertThat(serverAuctionBackgroundKeyFetchScheduledStats.getCountJoinUrls()).isEqualTo(1);460 assertThat(serverAuctionBackgroundKeyFetchScheduledStats.getCountJoinUrls()).isEqualTo(0);529 assertThat(serverAuctionBackgroundKeyFetchScheduledStats.getCountJoinUrls()).isEqualTo(0);
34 public abstract int getCountJoinUrls(); in getCountJoinUrls() method in ServerAuctionBackgroundKeyFetchScheduledStats
885 stats.getCountJoinUrls()); in logServerAuctionBackgroundKeyFetchScheduledStats()
44 expect.that(stats.getCountJoinUrls()).isEqualTo(COUNT_JOIN_URLS); in testBuildServerAuctionBackgroundKeyFetchScheduledStats()