Interface WithName

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

public interface WithName extends org.testng.ITest
Marker interface for test classes which explicitly define dest name.
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getTestName

      String getTestName()
      Specified by:
      getTestName in interface org.testng.ITest