Searched refs:STACKTRACE_FULL (Results 1 – 2 of 2) sorted by relevance
98 public static final int STACKTRACE_FULL = 2; field in XMLReporterConfig118 private int stackTraceOutputMethod = STACKTRACE_FULL;
292 … if ((config.getStackTraceOutputMethod() & XMLReporterConfig.STACKTRACE_FULL) == XMLReporterConfig in addTestResultException()293 .STACKTRACE_FULL) { in addTestResultException()