Package | Description |
---|---|
org.testng.internal | |
org.testng.reporters |
Modifier and Type | Method and Description |
---|---|
static Object[] |
Parameters.createConfigurationParameters(Method m,
Map<String,String> params,
Object[] parameterValues,
ITestNGMethod currentTestMethod,
IAnnotationFinder finder,
XmlSuite xmlSuite,
ITestContext ctx,
ITestResult testResult)
Creates the parameters needed for the specified @Configuration
Method . |
static BufferedWriter |
Utils.openWriter(String outputDir,
String fileName)
Open a BufferedWriter for the specified file.
|
static void |
Utils.writeFile(String outputDir,
String fileName,
String sb)
Writes the content of the sb string to the file named filename in outDir.
|
static void |
Utils.writeUtf8File(String outputDir,
String fileName,
String sb)
Writes the content of the sb string to the file named filename in outDir encoding the output as UTF-8.
|
static void |
Utils.writeUtf8File(String outputDir,
String fileName,
XMLStringBuffer xsb,
String prefix) |
Modifier and Type | Method and Description |
---|---|
void |
XMLStringBuffer.addEmptyElement(String tagName,
Properties attributes)
Add an empty element tag (e.g.
|
void |
XMLStringBuffer.addOptional(String tagName,
Boolean value)
Add an optional Boolean element to the current tag.
|
void |
XMLStringBuffer.addOptional(String tagName,
Boolean value,
Properties attributes)
Add an optional Boolean element to the current tag.
|
void |
XMLStringBuffer.addOptional(String tagName,
Boolean value,
Properties attributes)
Add an optional Boolean element to the current tag.
|
void |
XMLStringBuffer.addOptional(String tagName,
String value)
Add an optional String element to the current tag.
|
void |
XMLStringBuffer.addOptional(String tagName,
String value,
Properties attributes)
Add an optional String element to the current tag.
|
void |
XMLStringBuffer.addOptional(String tagName,
String value,
Properties attributes)
Add an optional String element to the current tag.
|
void |
XMLStringBuffer.addOptional(String tagName,
String value,
String... attributes) |
void |
XMLStringBuffer.addRequired(String tagName,
String value)
Add a required element to the current tag.
|
void |
XMLStringBuffer.addRequired(String tagName,
String value,
Properties attributes)
Add a required element to the current tag.
|
void |
XMLStringBuffer.addRequired(String tagName,
String value,
Properties attributes)
Add a required element to the current tag.
|
void |
XMLStringBuffer.addRequired(String tagName,
String value,
String... attributes) |
void |
XMLStringBuffer.push(String tagName,
Properties attributes)
Push a new tag.
|
void |
XMLStringBuffer.push(String tagName,
String schema)
Push a new tag.
|
void |
XMLStringBuffer.push(String tagName,
String schema,
Properties attributes)
Push a new tag.
|
void |
XMLStringBuffer.push(String tagName,
String schema,
Properties attributes)
Push a new tag.
|
static String |
XMLUtils.xml(String indent,
String name,
String content,
Properties attributes)
Generate tag.
|
static String |
XMLUtils.xml(String indent,
String name,
String content,
Properties attributes)
Generate tag.
|
static void |
XMLUtils.xmlOptional(IBuffer result,
String sp,
String elementName,
String value,
Properties attributes) |
static void |
XMLUtils.xmlRequired(IBuffer result,
String sp,
String elementName,
String value,
Properties attributes) |
static void |
XMLUtils.xmlRequired(IBuffer result,
String sp,
String elementName,
String value,
Properties attributes) |
Copyright © 2017. All Rights Reserved.