yahelpers
Enhanced debugging functionality for the ya ecosystem
Loading...
Searching...
No Matches
Functions
test_assert.c File Reference
#include <stdarg.h>
#include <stddef.h>
#include <setjmp.h>
#include <cmocka.h>
#include <ya-ecosystem/helpers/assert.h>
Include dependency graph for test_assert.c:

Functions

static void test_assert_no_abort (void **state)
 
static void test_assert_should_abort (void **state)
 
int main (void)
 

Function Documentation

◆ main()

int main ( void  )

◆ test_assert_no_abort()

static void test_assert_no_abort ( void **  state)
static

◆ test_assert_should_abort()

static void test_assert_should_abort ( void **  state)
static