Class TestNGSuiteChecksTest


  • public class TestNGSuiteChecksTest
    extends Object
    This test checks for thread leaks. The check must be in a configuration method, because TestNG doesn't report listener exceptions properly.
    Since:
    10.0
    Author:
    Dan Berindei
    • Constructor Detail

      • TestNGSuiteChecksTest

        public TestNGSuiteChecksTest()
    • Method Detail

      • beforeSuite

        @BeforeSuite(alwaysRun=true)
        public void beforeSuite​(org.testng.ITestContext context)
      • afterSuite

        @AfterSuite(alwaysRun=true)
        public void afterSuite()