[ http://jira.codehaus.org/browse/MSUREFIRE-66?page=comments#action_78960 ] Brett Porter commented on MSUREFIRE-66: ---------------------------------------
I think so, but I'm confused (it is early). In junit, we have to use reflection to call out to the test classes from surefire because of the separation of classloaders. Does this solution rely on the ability of testng to use a different classloader, and so by moving testng into the surefire classloader, the tests can be entirely separated? > Fix classloader separation of Test NG > ------------------------------------- > > Key: MSUREFIRE-66 > URL: http://jira.codehaus.org/browse/MSUREFIRE-66 > Project: Maven 2.x Surefire Plugin > Issue Type: Sub-task > Components: TestNG support > Affects Versions: 2.2 > Reporter: Brett Porter > Fix For: 2.3 > > > 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. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
