Searched refs:failWithMsg (Results 1 – 1 of 1) sorted by relevance
511 failWithMsg(message); in getLayoutLog()522 failWithMsg(message == null ? "" : message); in getLayoutLog()529 failWithMsg(message); in getLayoutLog()539 failWithMsg(message); in getLayoutLog()580 failWithMsg(msgFormat == null ? "" : msgFormat, args); in getLogger()585 failWithMsg(msgFormat, args); in getLogger()602 private static void failWithMsg(@NonNull String msgFormat, Object... args) { in failWithMsg() method in RenderTestBase