>A more conservative approach would be to build an abstract base test case >that did the manual configuration operations (as you are doing them), for >the combination of components that you want to test, in its setUp() method.
Hmmm ... so AbstractJsfTestCase would be extended by AbstractMyFacesTestCase? >Craig Dennis Byrne >>-----Original Message----- >> >From: Paul Spencer [mailto:[EMAIL PROTECTED] >> >Sent: Sunday, August 20, 2006 11:42 PM >> >To: 'MyFaces Development' >> >Subject: How to configure the default renderers and component within a >> Shale-Test based unit test >> > >> >I am writing a unit test based on the Shale Test Framework for a Tomahawk >> >component. My current problem is the I need to add the default MyFaces >> and >> >Tomahawk components and renderers to the FacesContext. To date I have >> been >> >using facesContext.getApplication().addComponent(...) and >> >facesContext.getRenderKit().addRenderer(...). This is becoming very >> >cumbersome. I know the defaults are out their in various configuration >> files, >> >but I do not know how to tell Shale's test framework how to use them. >> > >> >Suggestions? >> > >> >Paul Spencer >> > >> > >> >> >> >
