public abstract class AbstractDirectConfigurator extends Object implements Configurator
Modifier and Type | Class and Description |
---|---|
static class |
AbstractDirectConfigurator.Setter
Describes a property setter by method name and parameter class
|
Modifier and Type | Method and Description |
---|---|
void |
configure(org.testng.TestNG testng,
Map<String,String> options) |
void |
configure(org.testng.xml.XmlSuite suite,
Map<String,String> options) |
protected Map<String,String> |
filterForSuite(Map<String,String> options) |
public void configure(org.testng.TestNG testng, Map<String,String> options) throws TestSetFailedException
configure
in interface Configurator
TestSetFailedException
public void configure(org.testng.xml.XmlSuite suite, Map<String,String> options) throws TestSetFailedException
configure
in interface Configurator
TestSetFailedException
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.