public class ReporterConfiguration extends Object
| Constructor and Description |
|---|
ReporterConfiguration(File reportsDirectory,
boolean trimStackTrace) |
| Modifier and Type | Method and Description |
|---|---|
File |
getReportsDirectory()
The directory where reports will be created, normally ${project.build.directory}/surefire-reports
|
boolean |
isTrimStackTrace()
Indicates if reporting should trim the stack traces.
|
public ReporterConfiguration(File reportsDirectory, boolean trimStackTrace)
public File getReportsDirectory()
public boolean isTrimStackTrace()
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.