Home | History | Annotate | Download | only in gmock

Lines Matching refs:property

264   // Asserts that the ON_CALL() statement has a certain property.
265 void AssertSpecProperty(bool property,
267 Assert(property, file_, line_, failure_message);
270 // Expects that the ON_CALL() statement has a certain property.
271 void ExpectSpecProperty(bool property,
273 Expect(property, file_, line_, failure_message);
740 // Asserts that the EXPECT_CALL() statement has the given property.
741 void AssertSpecProperty(bool property,
743 Assert(property, file_, line_, failure_message);
746 // Expects that the EXPECT_CALL() statement has the given property.
747 void ExpectSpecProperty(bool property,
749 Expect(property, file_, line_, failure_message);