Searched refs:PRINT_MESSAGE (Results 1 – 2 of 2) sorted by relevance
22 private static final boolean PRINT_MESSAGE = false; field in Test193789 if (PRINT_MESSAGE) { in doTest()
80 return PRINT_MESSAGE ? t.getClass().getName() + ": " + t.getMessage() in DescribeThrowable()87 public static final boolean PRINT_MESSAGE = false; field in Main