Interface | Description |
---|---|
CommentWindow |
Interface implementation defines a way to display step comments
during demo or test debug.
|
Class | Description |
---|---|
DefaultCommentWindow |
Default org.netbeans.jemmy.demo.CommentWindow implementation.
|
Demonstrator |
Class to display step comments.
|
Exception | Description |
---|---|
DemoInterruptedException |
Exception is throught if test (demo) execution has been interrupted
(CommentWindow.isInterrupted() returned true).
|