Class EglOutputBufferPrintExecutionListenerTests.StartsRecordingWhenOutputBufferIsAboutToBePrintedTo
- java.lang.Object
-
- org.eclipse.epsilon.egl.engine.traceability.fine.internal.EglOutputBufferPrintExecutionListenerTests.StartsRecordingWhenOutputBufferIsAboutToBePrintedTo
-
- Enclosing class:
- EglOutputBufferPrintExecutionListenerTests
public static class EglOutputBufferPrintExecutionListenerTests.StartsRecordingWhenOutputBufferIsAboutToBePrintedTo extends Object
-
-
Constructor Summary
Constructors Constructor Description StartsRecordingWhenOutputBufferIsAboutToBePrintedTo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doesNotStartToRecordWhenLeftHandSideIsNotAnOutputBuffer()
void
doesNotStartToRecordWhenMethodIsNotPrint()
void
startsToRecordWhenFinishedExecutingLeftHandSideOfCallToPrintMethodOnOutputBuffer()
-
-
-
Method Detail
-
startsToRecordWhenFinishedExecutingLeftHandSideOfCallToPrintMethodOnOutputBuffer
public void startsToRecordWhenFinishedExecutingLeftHandSideOfCallToPrintMethodOnOutputBuffer() throws Exception
- Throws:
Exception
-
doesNotStartToRecordWhenMethodIsNotPrint
public void doesNotStartToRecordWhenMethodIsNotPrint() throws Exception
- Throws:
Exception
-
-