org.ops4j.pax.exam2 icon indicating copy to clipboard operation
org.ops4j.pax.exam2 copied to clipboard

Remove dependency of reflection for TestNG

Open krmahadevan opened this issue 11 months ago • 4 comments

The PaxExam listener makes use of reflection to disable configuration methods.

This is NOT needed because the TestNG API has Provided setters via which these can be set.

The reason why this change is required is because TestNG in its upcoming version is going to be Changing the data type of these two attributes viz “m_beforeTestMethods” and “m_afterTestMethods”

krmahadevan avatar Mar 21 '24 06:03 krmahadevan