I have a scenario where many test suites are added to TestNG object for running. I have a testMethod() in a class TestClass. I am using dataProvider also.
I want to know inside the test method which is the current TestSuite ??
How can I achieve without disturbing my DataProvider parameters for the TestMethod ??