a SpecificationStructure
object from a className if that class is a SpecificationStructure
class.
Tries to load the class name and cast it to a specification
None in case of an exception.
a SpecificationStructure
object from a className if that class is a SpecificationStructure
class.
Tries to load the class name and cast it to a specification
None in case of an exception.
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
This trait loads specifications found on a given source directory based on a regular expression representing the Specification name, usually .*Spec