Interface ConventionBasedTestFactory.PathTestFactory
- All Known Implementing Classes:
GeneratorPathTestFactory,RecursionPathTestFactory,SqlPathTestFactory
- Enclosing class:
- ConventionBasedTestFactory
public static interface ConventionBasedTestFactory.PathTestFactory
-
Method Summary
Modifier and TypeMethodDescriptioncreateTestsForPath(Path path, String testNamePrefix, ConventionBasedTestFactory factory) booleanisSupportedPath(Path path)
-
Method Details
-
isSupportedPath
-
createTestsForPath
List<ConventionBasedTest> createTestsForPath(Path path, String testNamePrefix, ConventionBasedTestFactory factory)
-