Home
last modified time | relevance | path

Searched defs:expectedDocumentCount (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/framework/qa/complex/framework/recovery/
H A DRecoveryTest.java146 int expectedDocumentCount = windowsPosSize.size() + 1; in normalCrash() local
158 int expectedDocumentCount = 3; in testCrash() local
201 int expectedDocumentCount = windowsPosSize.size() + 1; in makeRecoveryData() local
213 private void checkDocumentCount(int expectedDocumentCount){ in checkDocumentCount()
331 private void handleRecoveryDialogAfterCrash(int expectedDocumentCount){ in handleRecoveryDialogAfterCrash()
416 private void handleRecoveryDialog_QuickExit(int expectedDocumentCount){ in handleRecoveryDialog_QuickExit()
423 private void handleRecoveryDialog_QuickExitAndSave(int expectedDocumentCount){ in handleRecoveryDialog_QuickExitAndSave()
429 private void handleRecoveryDialog_Recover(int expectedDocumentCount){ in handleRecoveryDialog_Recover()
432 private void handleRecoveryDialog_RecoverAndCrashreporter(int expectedDocumentCount){ in handleRecoveryDialog_RecoverAndCrashreporter()
445 …private void handleRecoveryDialogAtRestart(int expectedDocumentCount, boolean recover, boolean can… in handleRecoveryDialogAtRestart()