Home
last modified time | relevance | path

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

/external/rust/crates/googletest/tests/
Dproperty_matcher_test.rs76 struct StructWithString { in matches_struct_with_matching_string_reference_property() struct
79 impl StructWithString { in matches_struct_with_matching_string_reference_property() impl
84 let value = StructWithString { property: "Something".into() }; in matches_struct_with_matching_string_reference_property()
85 verify_that!(value, property!(*StructWithString.get_property_ref(), eq("Something"))) in matches_struct_with_matching_string_reference_property()