Searched refs:getBareMessage (Results 1 – 3 of 3) sorted by relevance
72 "layout/with_class_name"), exception.getBareMessage()); in testMultipleLayoutFilesWithNameMismatch()84 "layout-land/with_class_name"), exception.getBareMessage()); in testMultipleLayoutFilesWithNameMismatch()139 config + "/layout_with_variable_type"), exception.getBareMessage()); in testMultipleLayoutFilesVariableMismatch()192 config + "/layout_with_import_type"), exception.getBareMessage()); in testMultipleLayoutFilesImportMismatch()245 exception.getBareMessage()); in testSameIdInIncludeAndView()
134 assertEquals(errorMessage, scopedException.getBareMessage()); in singleFileErrorTest()181 fail("unexpected exception " + exception.getBareMessage()); in testMultipleExceptionsInDifferentFiles()187 assertEquals(message, exception.getBareMessage()); in testMultipleExceptionsInDifferentFiles()343 ErrorMessages.INCLUDE_INSIDE_MERGE, ex.getBareMessage()); in testIncludeInMerge()364 "and cannot be assigned.", ex.getBareMessage()); in testAssignTwoWayEvent()
58 public String getBareMessage() { in getBareMessage() method in ScopedException