Package org.eclipse.epsilon.egl.output
Class TestOutputBuffer
- java.lang.Object
-
- org.eclipse.epsilon.egl.output.TestOutputBuffer
-
public class TestOutputBuffer extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TestOutputBuffer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidformattingReplacesContents()voidsetUp()voidtestChop()voidtestChopAll()voidtestChopTooMany()voidtestPreserve()voidtestPreserveCustomAndSetContent()voidtestPreserveStopPreserve()voidtestPrint()voidtestPrintAndPrintLine()voidtestPrintLine()voidtestPrintNull()voidtestSetContentAndPreserveCustom()voidtestSetContentType()voidtestSetContentTypeTwice()voidtestStartPreserve()voidtestStartPreserveDouble()voidtestStartPreservePreserve()voidtestStopPreserve()voidtestStopPreserveWithNoStartPreserve()voidtestUnknownContent()voidtestUnspecifiedContent()
-
-
-
Method Detail
-
setUp
public void setUp()
-
testPrint
public void testPrint()
-
testPrintNull
public void testPrintNull()
-
testPrintLine
public void testPrintLine()
-
testPrintAndPrintLine
public void testPrintAndPrintLine()
-
testChop
public void testChop()
-
testChopAll
public void testChopAll()
-
testChopTooMany
public void testChopTooMany()
-
testStartPreserve
public void testStartPreserve() throws EglRuntimeException- Throws:
EglRuntimeException
-
testStartPreserveDouble
public void testStartPreserveDouble() throws EglRuntimeException- Throws:
EglRuntimeException
-
testStopPreserve
public void testStopPreserve() throws EglRuntimeException- Throws:
EglRuntimeException
-
testStopPreserveWithNoStartPreserve
public void testStopPreserveWithNoStartPreserve() throws EglRuntimeException- Throws:
EglRuntimeException
-
testPreserve
public void testPreserve() throws EglRuntimeException- Throws:
EglRuntimeException
-
testStartPreservePreserve
public void testStartPreservePreserve() throws EglRuntimeException- Throws:
EglRuntimeException
-
testPreserveStopPreserve
public void testPreserveStopPreserve() throws EglRuntimeException- Throws:
EglRuntimeException
-
testSetContentType
public void testSetContentType() throws EglRuntimeException- Throws:
EglRuntimeException
-
testSetContentTypeTwice
public void testSetContentTypeTwice() throws EglRuntimeException- Throws:
EglRuntimeException
-
testSetContentAndPreserveCustom
public void testSetContentAndPreserveCustom() throws EglRuntimeException- Throws:
EglRuntimeException
-
testPreserveCustomAndSetContent
public void testPreserveCustomAndSetContent() throws EglRuntimeException- Throws:
EglRuntimeException
-
formattingReplacesContents
public void formattingReplacesContents()
-
testUnknownContent
public void testUnknownContent() throws EglRuntimeException- Throws:
EglRuntimeException
-
testUnspecifiedContent
public void testUnspecifiedContent() throws EglRuntimeException- Throws:
EglRuntimeException
-
-