private void runDocumentStatisticUpdatedTest(
DocumentServiceImpl spyService,
ContentState oldState, ContentState newState, WordStatistic stats) {
int wordCount = 10;
WordStatistic oldStats = StatisticsUtil.copyWordStatistic(stats);
oldStats.decrement(newState, wordCount);
oldStats.increment(oldState, wordCount);
DocumentStatisticUpdatedEvent event =
new DocumentStatisticUpdatedEvent(oldStats, stats, versionId,
docId, localeId, oldState, newState);