302303304305306307308309
} } private static void checkDialogText(String expectedDialogText, String actualDialogText) { if (expectedDialogText != null && !expectedDialogText.equals(actualDialogText)) { throw new DialogTextMismatch(actualDialogText, expectedDialogText); } }