Class SqlPathTestFactory
java.lang.Object
io.trino.tempto.internal.convention.sql.SqlPathTestFactory
- All Implemented Interfaces:
ConventionBasedTestFactory.PathTestFactory
public class SqlPathTestFactory
extends Object
implements ConventionBasedTestFactory.PathTestFactory
-
Constructor Summary
ConstructorsConstructorDescriptionSqlPathTestFactory(TableDefinitionsRepository tableDefinitionsRepository, ConventionBasedTestProxyGenerator proxyGenerator, Configuration configuration) -
Method Summary
Modifier and TypeMethodDescriptioncreateTestsForPath(Path testFile, String testNamePrefix, ConventionBasedTestFactory factory) booleanisSupportedPath(Path path)
-
Constructor Details
-
SqlPathTestFactory
public SqlPathTestFactory(TableDefinitionsRepository tableDefinitionsRepository, ConventionBasedTestProxyGenerator proxyGenerator, Configuration configuration)
-
-
Method Details
-
isSupportedPath
- Specified by:
isSupportedPathin interfaceConventionBasedTestFactory.PathTestFactory
-
createTestsForPath
public List<ConventionBasedTest> createTestsForPath(Path testFile, String testNamePrefix, ConventionBasedTestFactory factory) - Specified by:
createTestsForPathin interfaceConventionBasedTestFactory.PathTestFactory
-