Class RecursionPathTestFactory
java.lang.Object
io.trino.tempto.internal.convention.recursion.RecursionPathTestFactory
- All Implemented Interfaces:
ConventionBasedTestFactory.PathTestFactory
public class RecursionPathTestFactory
extends Object
implements ConventionBasedTestFactory.PathTestFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateTestsForPath(Path path, String testNamePrefix, ConventionBasedTestFactory factory) booleanisSupportedPath(Path path)
-
Constructor Details
-
RecursionPathTestFactory
public RecursionPathTestFactory()
-
-
Method Details
-
isSupportedPath
- Specified by:
isSupportedPathin interfaceConventionBasedTestFactory.PathTestFactory
-
createTestsForPath
public List<ConventionBasedTest> createTestsForPath(Path path, String testNamePrefix, ConventionBasedTestFactory factory) - Specified by:
createTestsForPathin interfaceConventionBasedTestFactory.PathTestFactory
-