Module parables_testing::test_runner [−][src]
Provides a simple test scaffolding for running tests in parallel.
Structs
| Location |
Location of a panic. |
| ModuleRunner | |
| PanicInfo |
Information about a panic. |
| Test |
A single test. |
| TestResult |
The result from a single test. |
| TestRunner |
A scaffolding that runs tests very efficiently. |
Enums
| Outcome |
The outcome of a single test. |
Traits
| IntoResult |
Convert into a result. |
| Suite |
Helper trait to register tests. |
| TestEntry |
The entrypoint of a test. |