Home
last modified time | relevance | path

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

/trunk/main/framework/qa/complex/framework/recovery/
H A DRecoveryTest.java138 int expectedDocumentCount = windowsPosSize.size() + 1; in normalCrash() local
151 int expectedDocumentCount = 3; in testCrash() local
195 int expectedDocumentCount = windowsPosSize.size() + 1; in makeRecoveryData() local
206 private void checkDocumentCount(int expectedDocumentCount){ in checkDocumentCount()
321 private void handleRecoveryDialogAfterCrash(int expectedDocumentCount){ in handleRecoveryDialogAfterCrash()
406 private void handleRecoveryDialog_QuickExit(int expectedDocumentCount){ in handleRecoveryDialog_QuickExit()
413 private void handleRecoveryDialog_QuickExitAndSave(int expectedDocumentCount){ in handleRecoveryDialog_QuickExitAndSave()
419 private void handleRecoveryDialog_Recover(int expectedDocumentCount){ in handleRecoveryDialog_Recover()
422 private void handleRecoveryDialog_RecoverAndCrashreporter(int expectedDocumentCount){ in handleRecoveryDialog_RecoverAndCrashreporter()
435 …private void handleRecoveryDialogAtRestart(int expectedDocumentCount, boolean recover, boolean can… in handleRecoveryDialogAtRestart()