Dec. 23, 2009
11:35 a.m.
On Dec 23, 2009, at 12:30 51PM, Alexandre Bergel wrote:
Ok but in that case I do not tests the behavior on class But this is an idea (Now I generate all the classes on the fly so I would have to compile all the methods).
In that case, you cannot test your behavior on existing class. Note that you can also in the setUp method recompile ClassDescription>>package and reinstall the original version in tearDown.
Cheers, Alexandre And please remember to use compileSilently: if doing this as part of tests ;)
Cheers, Henry