testng
testng copied to clipboard
Support to setup a method selector instance directly
Maven Surefire currently contains a HORRIBLE hack because it can't set a method selector instance it can only add a classname that then is loaded using ClassForName what introduces major problems if different classloaders are in use.
TestNG should support setting an instance directly (or use some kind of JavaServiceLoader Mechanism or similar)