Lines Matching defs:property
256 // Asserts that the ON_CALL() statement has a certain property.
257 void AssertSpecProperty(bool property,
259 Assert(property, file_, line_, failure_message);
262 // Expects that the ON_CALL() statement has a certain property.
263 void ExpectSpecProperty(bool property,
265 Expect(property, file_, line_, failure_message);
738 // Asserts that the EXPECT_CALL() statement has the given property.
739 void AssertSpecProperty(bool property,
741 Assert(property, file_, line_, failure_message);
744 // Expects that the EXPECT_CALL() statement has the given property.
745 void ExpectSpecProperty(bool property,
747 Expect(property, file_, line_, failure_message);