Enum parables_testing::test_runner::Outcome [−][src]
The outcome of a single test.
Variants
Failed(PanicInfo)Contains information about the failed outcome.
Errored(Error)An error was raised.
OkOnly indicates that the test was successful.