pub fn expected_outcome(
name: &str,
expectations: &Expectations,
) -> Option<Outcome>Expand description
Calculates the expected outcome for a test named name for the given set of
expectations.
pub fn expected_outcome(
name: &str,
expectations: &Expectations,
) -> Option<Outcome>Calculates the expected outcome for a test named name for the given set of
expectations.