Package org.testng.reporters
Class RuntimeBehavior
- java.lang.Object
-
- org.testng.reporters.RuntimeBehavior
-
public class RuntimeBehavior extends java.lang.ObjectThis class houses handling all JVM arguments related to TestNG's default reports.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringFILE_NAME
-
Constructor Summary
Constructors Modifier Constructor Description privateRuntimeBehavior()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringgetDefaultEmailableReport2Name()static java.lang.StringgetDefaultEmailableReportName()static java.lang.StringgetDefaultFileNameForXmlReports()static java.lang.StringgetDefaultLineSeparator()static java.lang.StringgetDefaultStacktraceLevels()static java.lang.StringgetLineSeparatorOrNewLine()static booleanverboseMode()
-
-
-
Field Detail
-
FILE_NAME
public static final java.lang.String FILE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
verboseMode
public static boolean verboseMode()
-
getDefaultEmailableReport2Name
public static java.lang.String getDefaultEmailableReport2Name()
-
getDefaultEmailableReportName
public static java.lang.String getDefaultEmailableReportName()
-
getDefaultStacktraceLevels
public static java.lang.String getDefaultStacktraceLevels()
-
getDefaultFileNameForXmlReports
public static java.lang.String getDefaultFileNameForXmlReports()
-
getDefaultLineSeparator
public static java.lang.String getDefaultLineSeparator()
-
getLineSeparatorOrNewLine
public static java.lang.String getLineSeparatorOrNewLine()
-
-