Skip to content

File main_test.cpp

FileList > test > main_test.cpp

Go to the source code of this file

  • #include <unity.h>
  • #include "../include/CayenneLPP.hpp"
  • #include <cstring>

Public Functions

Type Name
int main (void)
void setUp (void)
void tearDown (void)
void test_CayenneLPP_CopyAssignment (void)
void test_CopyToNullBuffer (void)
void test_CopyToValidBuffer (void)
void test_addAccelerometer (void)
void test_addAnalogInput (void)
void test_addAnalogOutput (void)
void test_addBarometer (void)
void test_addDigitalInput (void)
void test_addDigitalOutput (void)
void test_addDigitalOutput_bool (void)
void test_addGPSLocation (void)
void test_addGyroscope (void)
void test_addHumidity (void)
void test_addIllumination (void)
void test_addPresence (void)
void test_addTemperature (void)

Macros

Type Name
define BUF_DEFAULT 64

Public Functions Documentation

function main

int main (
    void
) 

function setUp

void setUp (
    void
) 

function tearDown

void tearDown (
    void
) 

function test_CayenneLPP_CopyAssignment

void test_CayenneLPP_CopyAssignment (
    void
) 

function test_CopyToNullBuffer

void test_CopyToNullBuffer (
    void
) 

function test_CopyToValidBuffer

void test_CopyToValidBuffer (
    void
) 

function test_addAccelerometer

void test_addAccelerometer (
    void
) 

function test_addAnalogInput

void test_addAnalogInput (
    void
) 

function test_addAnalogOutput

void test_addAnalogOutput (
    void
) 

function test_addBarometer

void test_addBarometer (
    void
) 

function test_addDigitalInput

void test_addDigitalInput (
    void
) 

function test_addDigitalOutput

void test_addDigitalOutput (
    void
) 

function test_addDigitalOutput_bool

void test_addDigitalOutput_bool (
    void
) 

function test_addGPSLocation

void test_addGPSLocation (
    void
) 

function test_addGyroscope

void test_addGyroscope (
    void
) 

function test_addHumidity

void test_addHumidity (
    void
) 

function test_addIllumination

void test_addIllumination (
    void
) 

function test_addPresence

void test_addPresence (
    void
) 

function test_addTemperature

void test_addTemperature (
    void
) 

Macro Definition Documentation

define BUF_DEFAULT

#define BUF_DEFAULT 64

The documentation for this class was generated from the following file test/main_test.cpp