Minimal sequential test runner. Tests run in registration order (several tests intentionally depend on cache state built up by earlier ones — order matters and is part of what's being tested). Returns the number of failures from Run().
Readonly
Per-test results from the most recent Run(); empty until Run() completes.
Minimal sequential test runner. Tests run in registration order (several tests intentionally depend on cache state built up by earlier ones — order matters and is part of what's being tested). Returns the number of failures from Run().