Uses of Interface
org.testng.reporters.IBuffer
Packages that use IBuffer
-
Uses of IBuffer in org.testng.reporters
Classes in org.testng.reporters that implement IBufferModifier and TypeClassDescriptionclassA 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 IBufferModifier and TypeMethodDescriptionIBuffer.append(CharSequence string) static IBufferBuffer.create()XMLStringBuffer.getStringBuffer()Methods in org.testng.reporters with parameters of type IBufferModifier and TypeMethodDescriptionstatic voidXMLUtils.appendAttributes(IBuffer result, Properties attributes) Appends the attributes to result.static voidstatic voidXMLUtils.xmlOpen(IBuffer result, String indent, String tag, Properties attributes) static voidXMLUtils.xmlOpen(IBuffer result, String indent, String tag, Properties attributes, boolean noNewLine) static voidXMLUtils.xmlOptional(IBuffer result, String sp, String elementName, Boolean value, Properties attributes) static voidXMLUtils.xmlOptional(IBuffer result, String sp, String elementName, String value, Properties attributes) static voidXMLUtils.xmlRequired(IBuffer result, String sp, String elementName, String value, Properties attributes) Constructors in org.testng.reporters with parameters of type IBuffer