I have written @BeforeClass method if beforeclass method fails all @test method from that class should skip with onTestSkipped. What is happening in reality, whenever onTestSkipped is called, onTestFailure is also getting called. Any idea what is wrong with my code & how to stop it?
--
You received this message because you are subscribed to the Google Groups "testng-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to testng-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/testng-users/245f154f-136e-4f12-99a1-88eb5104f3b7n%40googlegroups.com.
I have written @BeforeClass method if beforeclass method fails all @test method from that class should skip with onTestSkipped. What is happening in reality, whenever onTestSkipped is called, onTestFailure is also getting called. Any idea what is wrong with my code & how to stop it?
--