class TestThreadStackManager

Defined at line 14 of file ../../src/connectivity/weave/adaptation/tests/test_thread_stack_manager.h

Public Members

static const char[] kThreadInterfaceName

Public Methods

bool IsThreadProvisioned ()

Returns whether thread is provisioned.

Defined at line 22 of file ../../src/connectivity/weave/adaptation/tests/test_thread_stack_manager.h

bool IsThreadSupported ()

Returns whether thread is supported.

Defined at line 27 of file ../../src/connectivity/weave/adaptation/tests/test_thread_stack_manager.h

void ClearThreadProvision ()

Simulate clearing Thread provision when overridden.

Defined at line 32 of file ../../src/connectivity/weave/adaptation/tests/test_thread_stack_manager.h

std::string GetInterfaceName ()

Returns the thread interface name.

Defined at line 41 of file ../../src/connectivity/weave/adaptation/tests/test_thread_stack_manager.h

TestThreadStackManager & set_is_thread_provisioned (std::optional<bool> is_thread_provisioned)

Set whether thread is provisioned.

Defined at line 44 of file ../../src/connectivity/weave/adaptation/tests/test_thread_stack_manager.h

TestThreadStackManager & set_is_thread_supported (std::optional<bool> is_thread_supported)

Set whether thread is supported.

Defined at line 50 of file ../../src/connectivity/weave/adaptation/tests/test_thread_stack_manager.h