org.netbeans.jemmy.demo
public interface CommentWindow
Modifier and Type | Method and Description |
---|---|
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).
|
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()