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