DefaultCommentWindow
public interface CommentWindow
Modifier and Type | Method | Description |
---|---|---|
void |
close() |
Closes the window.
|
java.lang.String |
getInterruptMessage() |
Returns a message for a case when test needs to be interrupted.
|
boolean |
isInterrupted() |
Defines either test execution should be interrupted or not.
|
boolean |
isStopped() |
Defines either test(demo) has been stopped or not.
|
void |
nextStep(java.lang.String stepComment) |
Should display next step comment.
|
void |
setTitle(java.lang.String title) |
Defines window title.
|
void |
showFinalComment(java.lang.String stepComment) |
Method is invoked at the end of test(demo).
|
boolean isStopped()
boolean isInterrupted()
void setTitle(java.lang.String title)
title
- Title to display.void nextStep(java.lang.String stepComment)
stepComment
- Comments to be displayed.void showFinalComment(java.lang.String stepComment)
stepComment
- Comment to be displayed.void close()
java.lang.String getInterruptMessage()