Is it possible to have com.javaforge.tapestry.testng.TestBase
include a method for generating default mocks? Perhaps a
newMock(Class<T> mockClass, boolean strick) 

I would like to modify the DataSqueezer of TestAutocompleter.test_Render_JSON
to not be a strict mock, since there's no way to predetermine the 
invokation order of its squeeze method. 

Of course, I could include this in one of TestBase subclasses
in tapestry-test or tapestry-framework, but it wouldn't be nice...


-- 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to