Struct term_transcript::test::TestStats [−][src]
pub struct TestStats { /* fields omitted */ }This is supported on crate feature
test only.Expand description
Stats of a single snapshot test output by TestConfig::test_transcript_for_stats().
Implementations
Returns the number of successfully matched user inputs with at least the specified
match_level.
Returns the number of user inputs that do not match with at least the specified
match_level.
Returns match kinds per each user input of the tested Transcript. None values
mean no match.
Panics if these stats contain errors.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TestStats
impl UnwindSafe for TestStats
Blanket Implementations
Mutably borrows from an owned value. Read more
