]> source.dussan.org Git - vaadin-framework.git/commit
/**
authorJani Laakso <jani.laakso@itmill.com>
Thu, 4 Oct 2007 13:15:52 +0000 (13:15 +0000)
committerJani Laakso <jani.laakso@itmill.com>
Thu, 4 Oct 2007 13:15:52 +0000 (13:15 +0000)
commit4d60288a0de086ace241b8851de377b4110276ea
treeacec0fdc83e421ea2340c5c8deba4f15eb5c422c
parent209a5f0b9b6c2b50989e77d9b1b2b77fb2ec801c
/**
 * 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
src/com/itmill/toolkit/tests/TestBench.java [new file with mode: 0644]