Home
last modified time | relevance | path

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

/external/cronet/stable/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/tot/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/tot/third_party/googletest/src/docs/
Dgmock_for_dummies.md290 ### General Syntax
346 ### Matchers: What Arguments Do We Expect?
402 ### Cardinalities: How Many Times Will It Be Called?
432 ### Actions: What Should It Do?
525 ### Using Multiple Expectations {#MultiExpectations}
568 ### Ordered vs Unordered Calls {#OrderedCalls}
605 ### All Expectations Are Sticky (Unless Said Otherwise) {#StickyExpectations}
693 ### 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/stable/third_party/googletest/src/docs/
Dgmock_for_dummies.md290 ### General Syntax
346 ### Matchers: What Arguments Do We Expect?
402 ### Cardinalities: How Many Times Will It Be Called?
432 ### Actions: What Should It Do?
525 ### Using Multiple Expectations {#MultiExpectations}
568 ### Ordered vs Unordered Calls {#OrderedCalls}
605 ### All Expectations Are Sticky (Unless Said Otherwise) {#StickyExpectations}
693 ### 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/googletest/docs/
Dgmock_for_dummies.md290 ### General Syntax
346 ### Matchers: What Arguments Do We Expect?
402 ### Cardinalities: How Many Times Will It Be Called?
432 ### Actions: What Should It Do?
525 ### Using Multiple Expectations {#MultiExpectations}
568 ### Ordered vs Unordered Calls {#OrderedCalls}
605 ### All Expectations Are Sticky (Unless Said Otherwise) {#StickyExpectations}
693 ### 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/tot/testing/rust_gtest_interop/
DREADME.md98 ### Expectations subsection
/external/cronet/stable/testing/rust_gtest_interop/
DREADME.md98 ### Expectations subsection
/external/pigweed/pw_unit_test/
Dframework_test.cc393 class Expectations : public ::testing::Test { class
395 Expectations() : cool_number_(3) { PW_CHECK_INT_EQ(cool_number_, 3); } in Expectations() function in pw::__anonc65dcad00111::Expectations
402 TEST_F(Expectations, SetCoolNumber) { cool_number_ = 14159; } in TEST_F() argument
Ddocs.rst608 Expectations section in C++ API reference
630 .. _module-pw_unit_test-api-assert:
/external/cronet/stable/testing/unexpected_passes_common/
Dexpectations.py136 def RegisterInstance(instance: 'Expectations') -> None:
154 class Expectations(object): class
/external/cronet/tot/testing/unexpected_passes_common/
Dexpectations.py136 def RegisterInstance(instance: 'Expectations') -> None:
154 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/stable/third_party/libc++/src/test/std/algorithms/alg.modifying.operations/alg.random.sample/
Dsample.pass.cpp61 PopulationIterator>::iterator_category> Expectations; in test() typedef
/external/cronet/tot/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::__anond034efb80111::PIQBase
772 virtual std::string Expectations() in Expectations() function in glcts::__anond034efb80111::InputBuiltIn
3359 virtual std::string Expectations() in Expectations() function in glcts::__anond034efb80111::OutputBuiltIn
/external/deqp/external/openglcts/modules/gl/
Dgl4cProgramInterfaceQueryTests.cpp178 virtual std::string Expectations() in Expectations() function in gl4cts::__anoncd2207670111::PIQBase
829 virtual std::string Expectations() in Expectations() function in gl4cts::__anoncd2207670111::InputBuiltIn
899 virtual std::string Expectations() in Expectations() function in gl4cts::__anoncd2207670111::OutputBuiltIn