Description
Enables UI testing with UISpec4J. UISpec4J is an Open Source functional and/or unit testing library for Swing-based Java applications
Installation
The current version of griffon-uispec4j-plugin is 0.3
To install just issue the following command
Usage
Every UISpec4j test must initialize the application properly and cleanup any resources after each test method has run. The base UISpec4j testcase enforces this by making the following methods final: setUp(), tearDown(). However you may perform additional steps during those phases by overriding onSetup() and onTearDown() respectively. Here as a sample testcase that demonstrates its usage
The UISpec4j plugin can provide cobertura reports if the code-coverage plugin is installed, just make sure to append a -coverage flag to the command line when running your UISpec4j test cases
Scripts
- create-uispec-test - creates a new UISpec4j enabled integration test
History
Version |
Date |
Notes |
|---|---|---|
0.3 |
10-21-11 |
Release sync with Griffon 0.9.4 |
0.2 |
06-27-10 |
Release sync with Griffon 0.9.3-beta-2 |
0.1 |
02-21-11 |
First release |


