public class AntReporterConfig extends Object
NOTE: this class needs to be public. It's used by TestNG Ant task
| Modifier and Type | Class and Description |
|---|---|
static class |
AntReporterConfig.Property |
| Modifier and Type | Field and Description |
|---|---|
protected String |
className
The class name of the reporter listener
|
| Constructor and Description |
|---|
AntReporterConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
addProperty(AntReporterConfig.Property property) |
String |
serialize() |
void |
setClassName(String className) |
protected String className
public void addProperty(AntReporterConfig.Property property)
public void setClassName(String className)
public String serialize()
Copyright © 2025. All rights reserved.