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 void
formattingReplacesContents()
void
setUp()
void
testChop()
void
testChopAll()
void
testChopTooMany()
void
testPreserve()
void
testPreserveCustomAndSetContent()
void
testPreserveStopPreserve()
void
testPrint()
void
testPrintAndPrintLine()
void
testPrintLine()
void
testPrintNull()
void
testSetContentAndPreserveCustom()
void
testSetContentType()
void
testSetContentTypeTwice()
void
testStartPreserve()
void
testStartPreserveDouble()
void
testStartPreservePreserve()
void
testStopPreserve()
void
testStopPreserveWithNoStartPreserve()
void
testUnknownContent()
void
testUnspecifiedContent()
-
-
-
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
-
-