AWS IoT Device SDK C: MQTT
MQTT 3.1.1 client library
Return to main page ↑
iot_tests_mqtt.c File Reference

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

Detailed Description

Test runner for MQTT tests.

Function Documentation

◆ RunMqttTests()

void RunMqttTests ( bool  disableNetworkTests,
bool  disableLongTests 
)

Runs the MQTT test groups.

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