Class ReporterFactoryOptions
java.lang.Object
org.apache.maven.surefire.api.report.ReporterFactoryOptions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone
(ClassLoader target) boolean
void
setStatPerSourceName
(boolean statPerSourceName)
-
Constructor Details
-
ReporterFactoryOptions
public ReporterFactoryOptions() -
ReporterFactoryOptions
public ReporterFactoryOptions(boolean statPerSourceName)
-
-
Method Details
-
isStatPerSourceName
public boolean isStatPerSourceName() -
setStatPerSourceName
public void setStatPerSourceName(boolean statPerSourceName) -
clone
-