Home
last modified time | relevance | path

Searched refs:with_current_test_outcome (Results 1 – 1 of 1) sorted by relevance

/external/rust/android-crates-io/crates/googletest/src/internal/
Dtest_outcome.rs46 Self::with_current_test_outcome(|mut current_test_outcome| { in init_current_test_outcome()
67 TestOutcome::with_current_test_outcome(|mut outcome| { in close_current_test_outcome()
90 TestOutcome::with_current_test_outcome(|mut outcome| { in get_current_test_outcome()
103 TestOutcome::with_current_test_outcome(|mut outcome| { in fail_current_test()
115 fn with_current_test_outcome<T>(action: impl FnOnce(RefMut<Option<TestOutcome>>) -> T) -> T { in with_current_test_outcome() method
121 TestOutcome::with_current_test_outcome(|outcome| { in ensure_test_context_present()