Class AssertWarningOperationContributor.BookmarkedStream
- java.lang.Object
-
- org.eclipse.epsilon.eol.engine.test.acceptance.eunit.AssertWarningOperationContributor.BookmarkedStream
-
- Enclosing class:
- AssertWarningOperationContributor
public static class AssertWarningOperationContributor.BookmarkedStream extends Object
-
-
Constructor Summary
Constructors Constructor Description BookmarkedStream()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getUnreadContents()
void
markCurrentContentsAsRead()
PrintStream
toPrintSteam()
-
-
-
Method Detail
-
toPrintSteam
public PrintStream toPrintSteam()
-
getUnreadContents
public String getUnreadContents()
-
markCurrentContentsAsRead
public void markCurrentContentsAsRead()
-
-