|
AWS IoT Device SDK C:
Shadow
AWS IoT Device Shadow library
|
| Return to main page ↑ |
Test runner for Shadow tests. More...
#include <stdbool.h>#include "unity_fixture.h"Functions | |
| void | RunShadowTests (bool disableNetworkTests, bool disableLongTests) |
| Runs the Shadow test groups. More... | |
Test runner for Shadow tests.
| void RunShadowTests | ( | bool | disableNetworkTests, |
| bool | disableLongTests | ||
| ) |
Runs the Shadow test groups.
| [in] | disableNetworkTests | Whether tests that require the network should run. |
| [in] | disableLongTests | Whether tests that take a long time should run. |