public enum ReporterDefault extends Enum<ReporterDefault>
utPLSQL.
Furthermore, it defines the default output file for each Reporter.
In case the output file is set to -, it will mean the stdout of the
process.| Enum Constant and Description |
|---|
UT_COVERAGE_HTML_REPORTER |
UT_COVERAGE_SONAR_REPORTER |
UT_COVERALLS_REPORTER |
UT_DOCUMENTATION_REPORTER |
UT_SONAR_TEST_REPORTER |
UT_TEAMCITY_REPORTER |
UT_XUNIT_REPORTER |
| Modifier and Type | Method and Description |
|---|---|
String |
getOutputFile() |
static ReporterDefault |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReporterDefault[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReporterDefault UT_DOCUMENTATION_REPORTER
public static final ReporterDefault UT_COVERAGE_HTML_REPORTER
public static final ReporterDefault UT_TEAMCITY_REPORTER
public static final ReporterDefault UT_XUNIT_REPORTER
public static final ReporterDefault UT_COVERALLS_REPORTER
public static final ReporterDefault UT_COVERAGE_SONAR_REPORTER
public static final ReporterDefault UT_SONAR_TEST_REPORTER
public static ReporterDefault[] values()
for (ReporterDefault c : ReporterDefault.values()) System.out.println(c);
public static ReporterDefault valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getOutputFile()
Copyright © 2021. All rights reserved.