filename property
Glob
get
filename
The glob matching the basename of tests to run.
This is used to find tests within a directory.
Implementation
Glob get filename => _filename ?? defaultFilename;
The glob matching the basename of tests to run.
This is used to find tests within a directory.
Glob get filename => _filename ?? defaultFilename;