OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:addEmptyElement
(Results
1 - 5
of
5
) sorted by null
/external/testng/src/main/java/org/testng/reporters/
XMLStringBuffer.java
268
public void
addEmptyElement
(String tagName) {
269
addEmptyElement
(tagName, (Properties) null);
277
public void
addEmptyElement
(String tagName, @Nullable Properties attributes) {
283
public void
addEmptyElement
(String tagName, String... attributes) {
284
addEmptyElement
(tagName, createProperties(attributes));
JUnitXMLReporter.java
175
// document.
addEmptyElement
(XMLConstants.PROPERTIES);
224
doc.
addEmptyElement
(XMLConstants.TESTCASE, attrs);
242
doc.
addEmptyElement
(XMLConstants.FAILURE); // THIS IS AN ERROR
247
doc.
addEmptyElement
("skipped");
XMLReporter.java
109
xmlBuffer.
addEmptyElement
(XMLReporterConfig.TAG_SUITE, attrs);
139
xmlBuffer.
addEmptyElement
(XMLReporterConfig.TAG_METHOD, methodAttrs);
XMLSuiteResultWriter.java
100
xmlBuffer.
addEmptyElement
(XMLReporterConfig.TAG_TEST, attrs);
263
xmlBuffer.
addEmptyElement
(XMLReporterConfig.TAG_PARAM_VALUE, valueAttrs);
330
xmlBuffer.
addEmptyElement
(XMLReporterConfig.TAG_ATTRIBUTE, attributeAttrs);
/prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar
Completed in 49 milliseconds