Community
Participate
Working Groups
Support JUnit-like setUp and tearDown function in our javascript test framework. They would probably be called _setUp and _tearDown to be consistent with our js naming for private/protected fields.
Changes are in CVS HEAD. One limitation is that the setUp/tearDone function will also be executed *between* multipart tests (tests that are split into several function to allow dom-events to be fired inbetween them). To fix this would require some deeper changes to TestRunner.js