a path to a directory containing scala files (it can be a glob: i.e. "dir/**/spec.scala")
a regular expression which is supposed to match an object name extending a Specification
a function to filter out unwanted specifications
specifications created from specification names
Read the content of the file at 'path' and return all names matching the object pattern or the class pattern
Read the content of the file at 'path' and return all names matching the object pattern or the class pattern
pattern to use to get specification names from file contents
pattern to use to get specification names from file contents
a path to a directory containing scala files (it can be a glob: i.e. "dir/**/spec.scala")
a regular expression which is supposed to match an object name extending a Specification
specification names by scanning files and trying to find specifications declarations
a path to a directory containing scala files (it can be a glob: i.e. "dir/**/spec.scala")
a regular expression which is supposed to match an object name extending a Specification
a function to filter out unwanted specifications
specifications created from specification names