Interface WithTestGroups

All Superinterfaces:
org.testng.ITest
All Known Implementing Classes:
ConventionBasedTest, ConventionBasedTestProxyGenerator.ConventionBasedTestProxy, SqlQueryConventionBasedTest

public interface WithTestGroups extends org.testng.ITest
Marker interface for test classes which explicitly define list of groups test belong to.
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface org.testng.ITest

    getTestName
  • Method Details