Searched refs:expectedDocumentCount (Results 1 – 1 of 1) sorted by relevance
146 int expectedDocumentCount = windowsPosSize.size() + 1; in normalCrash() local147 handleRecoveryDialogAfterCrash(expectedDocumentCount); in normalCrash()149 handleRecoveryDialog_QuickExit(expectedDocumentCount); in normalCrash()151 checkDocumentCount(expectedDocumentCount); in normalCrash()158 int expectedDocumentCount = 3; in testCrash() local160 handleRecoveryDialog_QuickExitAndSave(expectedDocumentCount); in testCrash()201 int expectedDocumentCount = windowsPosSize.size() + 1; in makeRecoveryData() local202 handleRecoveryDialogAfterCrash(expectedDocumentCount); in makeRecoveryData()213 private void checkDocumentCount(int expectedDocumentCount){ in checkDocumentCount() argument227 msg += "\texpected:\t" + expectedDocumentCount + "\n"; in checkDocumentCount()[all …]