I took a look at the code, ironically the TestBase which I'm using and
has all the methods public is the one depending on @AfterMethod
invocation. Of course I can just call cleanUpControlSource() in my
tearDown() method in junit and achieve the same thing. Sure I can do
what Patrick said and copy the code, but I think it would be most
useful to everyone if the methods in BaseComponentTest are made public
seeing that all the methods in BaseTest already are and put a not in
the documentation about calling cleanUpControlSource if using it as a
utility class.

On 5/26/07, Patrick Moore <[EMAIL PROTECTED]> wrote:
Why not just copy to code and do whatever conversion you need to do...
probably simplest in the long run ??


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

Reply via email to