> - ControlTestCase -- abstract base class used to setup the control > container context and initialize fields marked with @Control. Also > has convenience methods for creating controls programmatically. > - ControlTestUtils -- static helper methods that can be used in a test > environment when a test case needs to extend a different base class. > These would be called in user code from the setUp / tearDown methods. > - ControlTestContainerContext -- simple ControlContainerContext > implementation that allows a test author to wire-up contextual > services, etc
Excellent - I am most interested in ControlTestUtils (and of course ControlTestContainerContext) because many of my controls tests already extend other TestCase abstract classes like MockObjectsTestCase. Thanks, Eddie - I'll watch for the check-in and try it out when available. - jeremiah