Expand description
Modules§
- gatherer
- TestSuiteCollection gathering
- printer
- Printing a TestReport
- runner
- Runs test cases to produce a TestReport
- types
- Common types used throughout Pharaoh
Structs§
- Color
Printer - The basic implementation of Printer
- Default
Runner - The basic implementation of Runner
- Yaml
Gatherer - Gather testcase from YAML files in a directory
Traits§
- Gatherer
- A trait to regroup all structs able to gather TestSuiteCollections from somewhere
- Printer
- A trait to regroup all structs able to print a TestReport in some way
- Runner
- A trait to regroup all struct able to run a TestSuiteCollection
Functions§
- run
- Runs the test suite.