Searched refs:toWriter (Results 1 - 4 of 4) sorted by relevance

/external/testng/src/main/java/org/testng/reporters/
H A DIBuffer.java7 void toWriter(Writer fw); method in interface:IBuffer
H A DFileStringBuffer.java20 * toWriter() if you need to avoid this.
69 public void toWriter(Writer fw) { method in class:FileStringBuffer
71 throw new IllegalArgumentException("Writer (Argument 0 of FileStringBuffer#toWriter) should not be null");
180 fsb.toWriter(actualWriter);
H A DXMLStringBuffer.java363 public void toWriter(Writer fw) { method in class:XMLStringBuffer
364 m_buffer.toWriter(fw);
/external/testng/src/main/java/org/testng/internal/
H A DUtils.java117 xsb.toWriter(w);

Completed in 143 milliseconds