Searched refs:expectedDocumentCount (Results 1 – 1 of 1) sorted by relevance
138 int expectedDocumentCount = windowsPosSize.size() + 1; in normalCrash() local139 handleRecoveryDialogAfterCrash(expectedDocumentCount); in normalCrash()141 handleRecoveryDialog_QuickExit(expectedDocumentCount); in normalCrash()143 checkDocumentCount(expectedDocumentCount); in normalCrash()151 int expectedDocumentCount = 3; in testCrash() local153 handleRecoveryDialog_QuickExitAndSave(expectedDocumentCount); in testCrash()195 int expectedDocumentCount = windowsPosSize.size() + 1; in makeRecoveryData() local196 handleRecoveryDialogAfterCrash(expectedDocumentCount); in makeRecoveryData()206 private void checkDocumentCount(int expectedDocumentCount){ in checkDocumentCount() argument220 msg += "\texpected:\t" + expectedDocumentCount + "\n"; in checkDocumentCount()[all …]