| Summary: | [design] refactor unit tests for theming | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Holger Staudacher <holger.staudacher> |
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | ||
| Version: | 1.3 | ||
| Target Milestone: | 1.3 M7 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Holger Staudacher
Instead of coding the expected property values for each element, style, state, etc. in Java code, we can create those "test plans" in CSS files. This reduces the amount of test code to write to one simple test case per theme. Introduced a class ThemeTestCase that provides means to execute those CSS tests. Fixed. Thanks to Ralf. Changes are in CVS HEAD now. |