google / polymorphicDSL

Apache License 2.0
11 stars 7 forks source link

Enable URL searching in directory tree via RegEx #7

Closed incident-recipient closed 3 years ago

incident-recipient commented 3 years ago

Many other BDD tools allow files to be discovered with a regular expression. Create a class that will locate files in a similar manner and produce a collection of URLs that can be used by a TestSpecificationFactory

incident-recipient commented 3 years ago

There is now a TestResourceFinder interface. Currently we have a FileSystemTestResourceFinder and GlobPathMatcher implementation to recursively search the filesystem for test resources.