Greenbone Vulnerability Management Libraries 22.18.1
|
#include "mqtt.c"
#include <cgreen/assertions.h>
#include <cgreen/cgreen.h>
#include <cgreen/constraint_syntax_helpers.h>
#include <cgreen/internal/c_assertions.h>
#include <cgreen/mocks.h>
Functions | |
void | MQTTClient_destroy (MQTTClient *client) |
Describe (mqtt) | |
BeforeEach (mqtt) | |
AfterEach (mqtt) | |
Ensure (mqtt, mqtt_client_destroy_nulls_client) | |
int | main (int argc, char **argv) |
AfterEach | ( | mqtt | ) |
BeforeEach | ( | mqtt | ) |
Describe | ( | mqtt | ) |
Ensure | ( | mqtt | , |
mqtt_client_destroy_nulls_client | ) |
int main | ( | int | argc, |
char ** | argv ) |
void MQTTClient_destroy | ( | MQTTClient * | client | ) |