testng
testng copied to clipboard
Fix unsafe casts in Invoker class
TestNG Version
Note: only the latest version is supported 6.12
There are some unsafe casts being done in Invoker class.
Examples can be found from the below review comments
Refer comments :
- https://github.com/cbeust/testng/pull/1582#discussion_r148303744
- https://github.com/cbeust/testng/pull/1582#discussion_r148251998
This issue is track addressing of them.