Uses of Interface
org.testng.reporters.IBuffer
-
Packages that use IBuffer Package Description org.testng.reporters -
-
Uses of IBuffer in org.testng.reporters
Classes in org.testng.reporters that implement IBuffer Modifier and Type Class Description class
FileStringBuffer
A string buffer that flushes its content to a temporary file whenever the internal string buffer becomes larger than MAX.Methods in org.testng.reporters that return IBuffer Modifier and Type Method Description IBuffer
IBuffer. append(java.lang.CharSequence string)
static IBuffer
Buffer. create()
IBuffer
XMLStringBuffer. getStringBuffer()
Methods in org.testng.reporters with parameters of type IBuffer Modifier and Type Method Description static void
XMLUtils. appendAttributes(IBuffer result, java.util.Properties attributes)
Appends the attributes to result.static void
XMLUtils. xmlClose(IBuffer result, java.lang.String indent, java.lang.String tag, java.lang.String comment)
static void
XMLUtils. xmlOpen(IBuffer result, java.lang.String indent, java.lang.String tag, java.util.Properties attributes)
static void
XMLUtils. xmlOpen(IBuffer result, java.lang.String indent, java.lang.String tag, java.util.Properties attributes, boolean noNewLine)
static void
XMLUtils. xmlOptional(IBuffer result, java.lang.String sp, java.lang.String elementName, java.lang.Boolean value, java.util.Properties attributes)
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)
Constructors in org.testng.reporters with parameters of type IBuffer Constructor Description XMLStringBuffer(IBuffer buffer, java.lang.String start)
-