AWS IoT Device SDK C: Shadow
AWS IoT Device Shadow library
Return to main page ↑
aws_iot_tests_shadow.c File Reference

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...
 

Detailed Description

Test runner for Shadow tests.

Function Documentation

◆ RunShadowTests()

void RunShadowTests ( bool  disableNetworkTests,
bool  disableLongTests 
)

Runs the Shadow test groups.

Parameters
[in]disableNetworkTestsWhether tests that require the network should run.
[in]disableLongTestsWhether tests that take a long time should run.