diff options
author | Jani Laakso <jani.laakso@itmill.com> | 2007-10-04 13:15:52 +0000 |
---|---|---|
committer | Jani Laakso <jani.laakso@itmill.com> | 2007-10-04 13:15:52 +0000 |
commit | 4d60288a0de086ace241b8851de377b4110276ea (patch) | |
tree | acec0fdc83e421ea2340c5c8deba4f15eb5c422c /src/com/itmill/toolkit/tests/BasicRandomTest.java | |
parent | 209a5f0b9b6c2b50989e77d9b1b2b77fb2ec801c (diff) | |
download | vaadin-framework-4d60288a0de086ace241b8851de377b4110276ea.tar.gz vaadin-framework-4d60288a0de086ace241b8851de377b4110276ea.zip |
/**
* TestBench finds out testable classes within given java packages and adds them
* to menu from where they can be executed. Class is considered testable if it
* is of class Application or CustomComponent.
*
* Note: edit TestBench.testablePackages array
*
* @author IT Mill Ltd.
*
*/
Rationality here is that
* testing is easier (no web.xml editing is required)
* tests are shared with all developers
* we get new test programs
* explain issues easily by creating mini test and linking to test from TRAC tickets
* it's easier to test your components under various containers (e.g. windows)
YOU should add all your tests com.itmill.toolkit.tests package. No matter how small or big. If you wish to use other package name for your tests, then add package name to TestBench.testablePackages array.
svn changeset:2434/svn branch:trunk
Diffstat (limited to 'src/com/itmill/toolkit/tests/BasicRandomTest.java')
0 files changed, 0 insertions, 0 deletions