R
- report entry type, see WrappedReportEntry from module the maven-surefire-commonS
- test-set statistics, see TestSetStats from module the maven-surefire-commonpublic abstract class StatelessTestsetInfoReporter<R extends TestSetReportEntry,S> extends Object
Constructor and Description |
---|
StatelessTestsetInfoReporter() |
Modifier and Type | Method and Description |
---|---|
abstract Object |
clone(ClassLoader target) |
abstract StatelessTestsetInfoConsoleReportEventListener<R,S> |
createListener(ConsoleLogger logger) |
abstract StatelessTestsetInfoFileReportEventListener<R,S> |
createListener(File reportsDirectory,
String reportNameSuffix,
Charset encoding) |
boolean |
isDisable() |
void |
setDisable(boolean disable) |
public abstract StatelessTestsetInfoConsoleReportEventListener<R,S> createListener(ConsoleLogger logger)
public abstract StatelessTestsetInfoFileReportEventListener<R,S> createListener(File reportsDirectory, String reportNameSuffix, Charset encoding)
public abstract Object clone(ClassLoader target)
public boolean isDisable()
public void setDisable(boolean disable)
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.