testng icon indicating copy to clipboard operation
testng copied to clipboard

Support to setup a method selector instance directly

Open laeubi opened this issue 10 months ago • 0 comments

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)

laeubi avatar Mar 02 '25 07:03 laeubi