@TestOnly
 public void clearUncommittedDocuments() {
   myLastCommittedTexts.clear();
   myUncommittedDocuments.clear();
   mySynchronizer.cleanupForNextTest();
 }