aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/tests/util
Commit message (Collapse)AuthorAgeFilesLines
* #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"Henri Sara2009-05-113-345/+0
| | | | | | | - com.itmill.toolkit.external not yet fully renamed svn changeset:7715/svn branch:6.0
* Cleaned up the whole projectArtur Signell2009-01-022-1/+3
| | | | svn changeset:6398/svn branch:trunk
* Created com.itmill.toolkit.automatedtests package which contains "official" ↵Jani Laakso2008-04-073-219/+1
| | | | | | | | | | | | | | | | automated tests * do not touch them unless you change automated test client's testcase scripts too. * copy your testing application to package com.itmill.toolkit.automatedtests * do not point to "development / testing / production" packages which are edited in the future without relation to testing * use setDebugId's for all components that are used in testing Moved few classes from "experimental" com.itmill.toolkit.tests package into "official" side. Copied featurebrowser to automatedtests package and added setDebugId's for most components that are used in the testing. svn changeset:4138/svn branch:trunk
* For bug #1486Jani Laakso2008-03-111-5/+4
| | | | svn changeset:4025/svn branch:trunk
* Activated few examples more for robustness tests.Jani Laakso2008-03-031-10/+6
| | | | svn changeset:3955/svn branch:trunk
* tests updatedJani Laakso2008-02-081-8/+11
| | | | svn changeset:3759/svn branch:trunk
* svn changeset:3745/svn branch:trunkJani Laakso2008-02-072-8/+17
|
* Robustness tests changed.Jani Laakso2008-02-071-2/+8
| | | | svn changeset:3732/svn branch:trunk
* Added few tests utility classes that can be used forJani Laakso2008-02-075-0/+548
* Logging (displays caller class, method, linenumber which is clickable on Eclipse console) * LogPrintWriter which can be used to gather all data send from server to client (if you wish not to use firebug) * RandomComponents which provides means to create random layouts and random components / demo custom components * Test listeners for checking robustness / memory leaks svn changeset:3721/svn branch:trunk