Module file_test_runner::collection::strategies
source · Structs§
- Maps collected tests into categories or other tests.
- Recursively searches directories finding the provided filename. If a directory sub tree does not contain the file then an error is raised. Once a matching test file is found in a directory, traversing will stop.
- All the files in every sub directory will be traversed to find tests that match the pattern.
Traits§
- Strategy for collecting tests.