2.7 Testing an Application - Reference Documentation
Authors: Andres Almiray
Version: 1.2.0
2.7 Testing an Application
Thecreate-*
commands in Griffon automatically create integration tests for you within the test/integration
directory. It is of course up to you to populate these tests with valid test logic, information on which can be found in the section on Testing. However, if you wish to execute tests you can run the test-app command as follows:griffon test-app
build.xml
which can also run the tests by delegating to Griffon' test-app command:ant test