template <typename TestEnvTraits>

class OrderedAssociativeContainerTestEnvironment

Defined at line 25 of file ../../src/lib/fidl/llcpp/tests/dispatcher/intrusive_container/ordered_associative_container_test_environment.h

OrderedAssociativeContainerTestEnvironment

<

>

Test environment which defines and implements tests and test utilities which

are applicable to all ordered associative containers (containers which keep

their elements sorted by key) such as binary search trees.

Public Methods

void DoOrderedIter (PopulateMethod populate_method)

Defined at line 69 of file ../../src/lib/fidl/llcpp/tests/dispatcher/intrusive_container/ordered_associative_container_test_environment.h

void OrderedIter ()

Defined at line 93 of file ../../src/lib/fidl/llcpp/tests/dispatcher/intrusive_container/ordered_associative_container_test_environment.h

void DoOrderedReverseIter (PopulateMethod populate_method)

Defined at line 99 of file ../../src/lib/fidl/llcpp/tests/dispatcher/intrusive_container/ordered_associative_container_test_environment.h

void OrderedReverseIter ()

Defined at line 125 of file ../../src/lib/fidl/llcpp/tests/dispatcher/intrusive_container/ordered_associative_container_test_environment.h

template <typename BoundTraits>
void DoBoundTest (PopulateMethod populate_method)

Defined at line 132 of file ../../src/lib/fidl/llcpp/tests/dispatcher/intrusive_container/ordered_associative_container_test_environment.h

void UpperBound ()

Defined at line 194 of file ../../src/lib/fidl/llcpp/tests/dispatcher/intrusive_container/ordered_associative_container_test_environment.h

void LowerBound ()

Defined at line 206 of file ../../src/lib/fidl/llcpp/tests/dispatcher/intrusive_container/ordered_associative_container_test_environment.h

Records