org.netbeans.jemmy.demo |
Demo package
Demo package
Contains classes alowing to create automated application demoes.
@since 9 Nov 2002
|
Java Source File Name | Type | Comment |
CommentWindow.java | Interface | Interface implementation defines a way to display step comments
during demo or test debug. |
DefaultCommentWindow.java | Class | Default org.netbeans.jemmy.demo.CommentWindow implementation. |
DemoInterruptedException.java | Class | Exception is throught if test (demo) execution has been interrupted
(CommentWindow.isInterrupted() returned true). |
Demonstrator.java | Class | Class to display step comments. |