Package | Description |
---|---|
org.testng.internal | |
org.testng.reporters |
Modifier and Type | Method and Description |
---|---|
static java.lang.Object[] |
Parameters.createConfigurationParameters(java.lang.reflect.Method m,
java.util.Map<java.lang.String,java.lang.String> params,
java.lang.Object[] parameterValues,
ITestNGMethod currentTestMethod,
IAnnotationFinder finder,
XmlSuite xmlSuite,
ITestContext ctx,
ITestResult testResult)
Creates the parameters needed for the specified @Configuration
Method . |
private static java.io.BufferedWriter |
Utils.openWriter(java.io.File outputFile,
java.lang.String encoding,
boolean append) |
static java.io.BufferedWriter |
Utils.openWriter(java.lang.String outputDir,
java.lang.String fileName)
Open a BufferedWriter for the specified file.
|
private static void |
Utils.writeFile(java.io.File outputFile,
java.lang.String sb,
java.lang.String encoding,
boolean append) |
private static void |
Utils.writeFile(java.io.File outDir,
java.lang.String fileName,
java.lang.String sb,
java.lang.String encoding,
boolean append)
Writes the content of the sb string to the file named filename in outDir.
|
private static void |
Utils.writeFile(java.io.File outDir,
java.lang.String fileName,
java.lang.String sb,
java.lang.String encoding,
boolean append)
Writes the content of the sb string to the file named filename in outDir.
|
static void |
Utils.writeFile(java.lang.String outputDir,
java.lang.String fileName,
java.lang.String sb)
Writes the content of the sb string to the file named filename in outDir.
|
static void |
Utils.writeUtf8File(java.lang.String outputDir,
java.lang.String fileName,
java.lang.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(java.lang.String outputDir,
java.lang.String fileName,
XMLStringBuffer xsb,
java.lang.String prefix) |
Modifier and Type | Method and Description |
---|---|
void |
XMLStringBuffer.addEmptyElement(java.lang.String tagName,
java.util.Properties attributes)
Add an empty element tag (e.g.
|
void |
XMLStringBuffer.addOptional(java.lang.String tagName,
java.lang.Boolean value)
Add an optional Boolean element to the current tag.
|
void |
XMLStringBuffer.addOptional(java.lang.String tagName,
java.lang.Boolean value,
java.util.Properties attributes)
Add an optional Boolean element to the current tag.
|
void |
XMLStringBuffer.addOptional(java.lang.String tagName,
java.lang.Boolean value,
java.util.Properties attributes)
Add an optional Boolean element to the current tag.
|
void |
XMLStringBuffer.addOptional(java.lang.String tagName,
java.lang.String value)
Add an optional String element to the current tag.
|
void |
XMLStringBuffer.addOptional(java.lang.String tagName,
java.lang.String value,
java.util.Properties attributes)
Add an optional String element to the current tag.
|
void |
XMLStringBuffer.addOptional(java.lang.String tagName,
java.lang.String value,
java.util.Properties attributes)
Add an optional String element to the current tag.
|
void |
XMLStringBuffer.addOptional(java.lang.String tagName,
java.lang.String value,
java.lang.String... attributes) |
void |
XMLStringBuffer.addRequired(java.lang.String tagName,
java.lang.String value)
Add a required element to the current tag.
|
void |
XMLStringBuffer.addRequired(java.lang.String tagName,
java.lang.String value,
java.util.Properties attributes)
Add a required element to the current tag.
|
void |
XMLStringBuffer.addRequired(java.lang.String tagName,
java.lang.String value,
java.util.Properties attributes)
Add a required element to the current tag.
|
void |
XMLStringBuffer.addRequired(java.lang.String tagName,
java.lang.String value,
java.lang.String... attributes) |
private void |
XMLStringBuffer.init(IBuffer buffer,
java.lang.String start,
java.lang.String version,
java.lang.String encoding) |
private void |
XMLStringBuffer.init(IBuffer buffer,
java.lang.String start,
java.lang.String version,
java.lang.String encoding) |
void |
XMLStringBuffer.push(java.lang.String tagName,
java.util.Properties attributes)
Push a new tag.
|
void |
XMLStringBuffer.push(java.lang.String tagName,
java.lang.String schema)
Push a new tag.
|
void |
XMLStringBuffer.push(java.lang.String tagName,
java.lang.String schema,
java.util.Properties attributes)
Push a new tag.
|
void |
XMLStringBuffer.push(java.lang.String tagName,
java.lang.String schema,
java.util.Properties attributes)
Push a new tag.
|
static java.lang.String |
XMLUtils.xml(java.lang.String indent,
java.lang.String name,
java.lang.String content,
java.util.Properties attributes)
Generate tag.
|
static java.lang.String |
XMLUtils.xml(java.lang.String indent,
java.lang.String name,
java.lang.String content,
java.util.Properties attributes)
Generate tag.
|
static void |
XMLUtils.xmlOptional(IBuffer result,
java.lang.String sp,
java.lang.String elementName,
java.lang.String value,
java.util.Properties attributes) |
static void |
XMLUtils.xmlRequired(IBuffer result,
java.lang.String sp,
java.lang.String elementName,
java.lang.String value,
java.util.Properties attributes) |
static void |
XMLUtils.xmlRequired(IBuffer result,
java.lang.String sp,
java.lang.String elementName,
java.lang.String value,
java.util.Properties attributes) |