[rfc][icedtea-web] AWTFramework and sample reproducers using it
Jana Fabrikova
jfabriko at redhat.com
Wed Apr 24 10:27:46 PDT 2013
Hi,
the big AWTFramework patch is in the attachment, together with three
pictures used by the reproducers.
Thanks for any comments,
Jana
ChangeLog:
2013-04-24 Jana Fabrikova <jfabriko at redhat.com>
* /tests/test-extensions/net/sourceforge/jnlp/closinglisteners/RulesFolowingClosingListener.java:
added a getter method getRules
* tests/test-extensions/net/sourceforge/jnlp/awt/AWTHelper.java:
the most important class of AWTFramework, combines closing listener and
possibility to use mouse and keyboard for input to tests
*
tests/test-extensions/net/sourceforge/jnlp/awt/AWTFrameworkException.java:
exception that is raised in the framework whenever programmer did not
provide enough information
*
tests/test-extensions/net/sourceforge/jnlp/awt/awtactions/KeyboardActions.java:
class with utility keyboard methods
*
tests/test-extensions/net/sourceforge/jnlp/awt/awtactions/MouseActions.java:
class with utility mouse methods
*
tests/test-extensions/net/sourceforge/jnlp/awt/imagesearch/ComponentFinder.java:
class for finding components in a screenshot
*
tests/test-extensions/net/sourceforge/jnlp/awt/imagesearch/ComponentNotFoundException.java:
exception that can be raised if an important component could not be
found
*
tests/test-extensions/net/sourceforge/jnlp/awt/imagesearch/ImageSeeker.java:
class for general image searching
* tests/reproducers/simple/AWTCommonResourcesOnly/resources/marker.png:
reproducer with resources only, contains the default icon marking
applets
1st reproducer: browser tests for mouse clicking on a button in applet,
applet is found using an icon, button is found using colors and in
one case also icon - greenbutton.png
*
tests/reproducers/simple/AppletAWTRobotUsageSample/resources/AppletAWTRobotUsageSample.html:
*
tests/reproducers/simple/AppletAWTRobotUsageSample/resources/applet-awtrobot-usage-sample.jnlp:
*
tests/reproducers/simple/AppletAWTRobotUsageSample/resources/greenbutton.png
*
tests/reproducers/simple/AppletAWTRobotUsageSample/srcs/AppletAWTRobotUsageSample.java:
*
tests/reproducers/simple/AppletAWTRobotUsageSample/testcases/AppletAWTRobotUsageSampleTest.java:
2nd reproducer: javaws tests - the same as above, only buttons found
by color
*
tests/reproducers/simple/JavawsAWTRobotUsageSample/resources/javaws-awtrobot-usage-sample.jnlp:
*
tests/reproducers/simple/JavawsAWTRobotUsageSample/srcs/JavawsAWTRobotUsageSample.java:
*
tests/reproducers/simple/JavawsAWTRobotUsageSample/testcases/JavawsAWTRobotUsageSampleTest.java:
3rd reproducer: javaws tests - applet with two labeled buttons,
the applet is found using an icon,
mouse finds the button ButtonA by serching for icon buttonA.png
*
tests/reproducers/simple/JavawsAWTRobotFindsButton/resources/buttonA.png:
*
tests/reproducers/simple/JavawsAWTRobotFindsButton/resources/javaws-awtrobot-finds-button.jnlp:
*
tests/reproducers/simple/JavawsAWTRobotFindsButton/srcs/JavawsAWTRobotFindsButton.java:
*
tests/reproducers/simple/JavawsAWTRobotFindsButton/testcases/JavawsAWTRobotFindsButtonTest.java:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: adding_awtframework_and3reproducers.patch
Type: text/x-patch
Size: 99669 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20130424/3b02f53b/adding_awtframework_and3reproducers.patch
-------------- next part --------------
A non-text attachment was scrubbed...
Name: greenbutton.png
Type: image/png
Size: 280 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20130424/3b02f53b/greenbutton.png
-------------- next part --------------
A non-text attachment was scrubbed...
Name: buttonA.png
Type: image/png
Size: 452 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20130424/3b02f53b/buttonA.png
-------------- next part --------------
A non-text attachment was scrubbed...
Name: marker.png
Type: image/png
Size: 180 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20130424/3b02f53b/marker.png
More information about the distro-pkg-dev
mailing list