Home
last modified time | relevance | path

Searched defs:Expectations (Results 1 – 14 of 14) sorted by relevance

/external/cronet/third_party/googletest/src/docs/
Dgmock_for_dummies.md288 ### General Syntax
344 ### Matchers: What Arguments Do We Expect?
400 ### Cardinalities: How Many Times Will It Be Called?
430 ### Actions: What Should It Do?
523 ### Using Multiple Expectations {#MultiExpectations}
566 ### Ordered vs Unordered Calls {#OrderedCalls}
603 ### All Expectations Are Sticky (Unless Said Otherwise) {#StickyExpectations}
691 ### Uninteresting Calls
Dgmock_cook_book.md1483 ### Knowing When to Expect {#UseOnCall}
1534 ### Ignoring Uninteresting Calls
1547 ### Disallowing Unexpected Calls
1573 ### Understanding Uninteresting vs Unexpected Calls {#uninteresting-vs-unexpected}
1648 ### Ignoring Uninteresting Arguments {#ParameterlessExpectations}
1674 ### Expecting Ordered Calls {#OrderedCalls}
1705 ### Expecting Partially Ordered Calls {#PartialOrder}
1763 ### Controlling When an Expectation Retires
/external/googletest/docs/
Dgmock_for_dummies.md288 ### General Syntax
344 ### Matchers: What Arguments Do We Expect?
400 ### Cardinalities: How Many Times Will It Be Called?
430 ### Actions: What Should It Do?
523 ### Using Multiple Expectations {#MultiExpectations}
566 ### Ordered vs Unordered Calls {#OrderedCalls}
603 ### All Expectations Are Sticky (Unless Said Otherwise) {#StickyExpectations}
691 ### Uninteresting Calls
Dgmock_cook_book.md1492 ### Knowing When to Expect {#UseOnCall}
1543 ### Ignoring Uninteresting Calls
1556 ### Disallowing Unexpected Calls
1582 ### Understanding Uninteresting vs Unexpected Calls {#uninteresting-vs-unexpected}
1657 ### Ignoring Uninteresting Arguments {#ParameterlessExpectations}
1683 ### Expecting Ordered Calls {#OrderedCalls}
1714 ### Expecting Partially Ordered Calls {#PartialOrder}
1772 ### Controlling When an Expectation Retires
/external/cronet/third_party/boringssl/src/third_party/googletest/docs/
Dgmock_for_dummies.md288 ### General Syntax
344 ### Matchers: What Arguments Do We Expect?
400 ### Cardinalities: How Many Times Will It Be Called?
430 ### Actions: What Should It Do?
523 ### Using Multiple Expectations {#MultiExpectations}
566 ### Ordered vs Unordered Calls {#OrderedCalls}
603 ### All Expectations Are Sticky (Unless Said Otherwise) {#StickyExpectations}
691 ### Uninteresting Calls
Dgmock_cook_book.md1492 ### Knowing When to Expect {#UseOnCall}
1543 ### Ignoring Uninteresting Calls
1556 ### Disallowing Unexpected Calls
1582 ### Understanding Uninteresting vs Unexpected Calls {#uninteresting-vs-unexpected}
1657 ### Ignoring Uninteresting Arguments {#ParameterlessExpectations}
1683 ### Expecting Ordered Calls {#OrderedCalls}
1714 ### Expecting Partially Ordered Calls {#PartialOrder}
1772 ### Controlling When an Expectation Retires
/external/cronet/testing/rust_gtest_interop/
DREADME.md98 ### Expectations subsection
/external/pigweed/pw_unit_test/
Dframework_test.cc270 class Expectations : public ::testing::Test { class
272 Expectations() : cool_number_(3) { PW_CHECK_INT_EQ(cool_number_, 3); } in Expectations() function in pw::__anonb9ff69ee0111::Expectations
279 TEST_F(Expectations, SetCoolNumber) { cool_number_ = 14159; } in TEST_F() argument
Ddocs.rst603 Expectations section in C++ API reference
624 .. _module-pw_unit_test-api-assert:
/external/cronet/testing/unexpected_passes_common/
Dexpectations.py138 def RegisterInstance(instance: 'Expectations') -> None:
156 class Expectations(object): class
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.random.sample/
Dsample.pass.cpp62 PopulationIterator>::iterator_category> Expectations; in test() typedef
/external/cronet/third_party/libc++/src/test/std/algorithms/alg.modifying.operations/alg.random.sample/
Dsample.pass.cpp61 PopulationIterator>::iterator_category> Expectations; in test() typedef
/external/deqp/external/openglcts/modules/gles31/
Des31cProgramInterfaceQueryTests.cpp126 virtual std::string Expectations() in Expectations() function in glcts::__anon60ade5d60111::PIQBase
772 virtual std::string Expectations() in Expectations() function in glcts::__anon60ade5d60111::InputBuiltIn
3359 virtual std::string Expectations() in Expectations() function in glcts::__anon60ade5d60111::OutputBuiltIn
/external/deqp/external/openglcts/modules/gl/
Dgl4cProgramInterfaceQueryTests.cpp178 virtual std::string Expectations() in Expectations() function in gl4cts::__anond3e332c50111::PIQBase
829 virtual std::string Expectations() in Expectations() function in gl4cts::__anond3e332c50111::InputBuiltIn
899 virtual std::string Expectations() in Expectations() function in gl4cts::__anond3e332c50111::OutputBuiltIn