> The call is required in the setUp() method to make things work correctly on > the *first* test, when you have the MyFaces implementation in the classpath > of the tests. Calling it in tearDown() doesn't hurt anything, but protects > test developers who try to subvert the JUnit test lifecycle stuff.
Exactly. I don't think its necessary in the teardown but it won't hurt. Its *defnitely* needed in the setup for the reason you mentioned. > Craig Sean
