theCore C++ embedded framework
unity_helpers.hpp File Reference

Set of unity helpers. More...

#include <unity.h>
Include dependency graph for unity_helpers.hpp:
This graph shows which files directly or indirectly include this file:

Functions

static void UnityPrintWithEOL (const char *str)
 Prints string using Unity's facilities and put end of line at the end. More...
 

Detailed Description

Set of unity helpers.

Function Documentation

◆ UnityPrintWithEOL()

static void UnityPrintWithEOL ( const char *  str)
inlinestatic

Prints string using Unity's facilities and put end of line at the end.

Parameters
[in]strNULL-terminated string to print.