Package io.trino.tempto.testmarkers
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
-
Method Details
-
getTestName
String getTestName()- Specified by:
getTestNamein interfaceorg.testng.ITest
-