Searched defs:Expectations (Results 1 – 7 of 7) sorted by relevance
287 ### General Syntax343 ### Matchers: What Arguments Do We Expect?399 ### Cardinalities: How Many Times Will It Be Called?429 ### Actions: What Should It Do?522 ### Using Multiple Expectations {#MultiExpectations}565 ### Ordered vs Unordered Calls {#OrderedCalls}602 ### All Expectations Are Sticky (Unless Said Otherwise) {#StickyExpectations}690 ### Uninteresting Calls
1526 ### Knowing When to Expect {#UseOnCall}1577 ### Ignoring Uninteresting Calls1590 ### Disallowing Unexpected Calls1616 ### Understanding Uninteresting vs Unexpected Calls {#uninteresting-vs-unexpected}1691 ### Ignoring Uninteresting Arguments {#ParameterlessExpectations}1717 ### Expecting Ordered Calls {#OrderedCalls}1748 ### Expecting Partially Ordered Calls {#PartialOrder}1806 ### Controlling When an Expectation Retires
165 class Expectations : public ::testing::Test { class167 Expectations() : cool_number_(3) { ASSERT_EQ(cool_number_, 3); } in Expectations() function in pw::__anonb8f06de10111::Expectations174 TEST_F(Expectations, SetCoolNumber) { cool_number_ = 14159; } in TEST_F() argument
62 PopulationIterator>::iterator_category> Expectations; in test() typedef
61 PopulationIterator>::iterator_category> Expectations; in test() typedef
126 virtual std::string Expectations() in Expectations() function in glcts::__anon3976b7490111::PIQBase772 virtual std::string Expectations() in Expectations() function in glcts::__anon3976b7490111::InputBuiltIn3352 virtual std::string Expectations() in Expectations() function in glcts::__anon3976b7490111::OutputBuiltIn
178 virtual std::string Expectations() in Expectations() function in gl4cts::__anon920390580111::PIQBase829 virtual std::string Expectations() in Expectations() function in gl4cts::__anon920390580111::InputBuiltIn899 virtual std::string Expectations() in Expectations() function in gl4cts::__anon920390580111::OutputBuiltIn