|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CommentWindow
Interface implementation defines a way to display step comments during demo or test debug.
Method Summary | |
---|---|
void |
close()
Closes the window. |
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(String stepComment)
Should display next step comment. |
void |
setTitle(String title)
Defines window title. |
void |
showFinalComment(String stepComment)
Method is invoked at the end of test(demo). |
Method Detail |
---|
boolean isStopped()
boolean isInterrupted()
void setTitle(String title)
title
- Title to display.void nextStep(String stepComment)
stepComment
- Comments to be displayed.void showFinalComment(String stepComment)
stepComment
- Comment to be displayed.void close()
String getInterruptMessage()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |