| Verify that when a test method modifies the context classloader it is
reset before the next test is run.
This method works in conjunction with testResetContext2. There is no
way of knowing which test method junit will run first, but it doesn't
matter; whichever one of them runs first will modify the contextClassloader.
If the PathableTestSuite isn't resetting the contextClassLoader then whichever
of them runs second will fail. Of course if other methods are run in-between
then those methods might also fail...
|