IMethodInstance removed from method signature in IClassListener Interface

Viewed 9

In testng version 6.9.10 the IClassListner interface contains the following method signatures.

IClassListener Interface (6.11)

But when it comes to version 6.11, this method signature has been changed to the following.

IClassListener Interface (6.11)

I have class that has implemented the interface version 6.9.10 and have used the IMethodInstance variable in my implementation. I can't use IMethodInstance anymore because it has been removed from the method signature.

Can anyone please tell me what I can use instead of IMethodInstance variable in my implementation since it is a vital part of my code?

0 Answers
Related