Home
last modified time | relevance | path

Searched defs:TestAssertionFailure (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/googletest/src/internal/
Dtest_outcome.rs161 pub struct TestAssertionFailure { struct
167 impl TestAssertionFailure { implementation
181 impl Display for TestAssertionFailure { implementation
194 impl Debug for TestAssertionFailure { implementation
200 impl<T: std::error::Error> From<T> for TestAssertionFailure { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/googletest/src/
Dassertions.rs505 ) -> Result<(), TestAssertionFailure> { in check_matcher() argument
525 ) -> Result<(), TestAssertionFailure> { in report_failed_predicate() argument
Dlib.rs260 fn into_test_result(self) -> std::result::Result<T, TestAssertionFailure> { in into_test_result() argument
269 fn into_test_result(self) -> std::result::Result<OkT, TestAssertionFailure> { in into_test_result() argument
Dmatcher.rs218 ) -> TestAssertionFailure { in create_assertion_failure()