Details
-
Type:
Sub-task
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.0 (2.2 plugin)
-
Fix Version/s: None
-
Component/s: TestNG support
-
Labels:None
-
Number of attachments :
Description
Currently, all of the test classes go into the surefire classloader (as before) so that TestNG can find them.
Using the context classloader might be the key to avoiding this.
I think this is fixed by my commit in revision 441092 (see
SUREFIRE-54).The solution is to have 2 classloaders; one with the tests, and another one with surefire + testing framework,
that has the tests-classloader as a parent.
Close?