Class ReporterFactoryOptions
- java.lang.Object
-
- org.apache.maven.surefire.api.report.ReporterFactoryOptions
-
public class ReporterFactoryOptions extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ReporterFactoryOptions()
ReporterFactoryOptions(boolean statPerSourceName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
clone(java.lang.ClassLoader target)
boolean
isStatPerSourceName()
void
setStatPerSourceName(boolean statPerSourceName)
-