OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stackTraceOutputMethod
(Results
1 - 2
of
2
) sorted by null
/external/testng/src/main/java/org/testng/reporters/
XMLReporterConfig.java
118
private int
stackTraceOutputMethod
= STACKTRACE_FULL;
173
return
stackTraceOutputMethod
;
176
public void setStackTraceOutputMethod(int
stackTraceOutputMethod
) {
177
this.
stackTraceOutputMethod
=
stackTraceOutputMethod
;
/prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar
Completed in 52 milliseconds