class TestableStackImpl
Defined at line 94 of file ../../src/connectivity/weave/weavestack/tests/stack_impl_test.cc
Public Methods
void TestableStackImpl (sys::ComponentContext * context)
Defined at line 96 of file ../../src/connectivity/weave/weavestack/tests/stack_impl_test.cc
void SetLookupResult (uint64_t endpoint_id, std::vector<HostPort> result)
Set the result for a future LookupHostPorts call
Defined at line 99 of file ../../src/connectivity/weave/weavestack/tests/stack_impl_test.cc
void SetExpectedResetConfigCall (uint16_t argument, WEAVE_ERROR result)
Set the result and expected argument to OnResetConfig
Defined at line 104 of file ../../src/connectivity/weave/weavestack/tests/stack_impl_test.cc
bool ResetConfigWasCalled ()
Defined at line 110 of file ../../src/connectivity/weave/weavestack/tests/stack_impl_test.cc