libamxo  4.3.4
Object Definition Language (ODL) parsing
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
test_valid_odl.h File Reference

Go to the source code of this file.

Functions

void test_can_parse_odl_file (void **state)
 
void test_can_parse_odl_file_no_resolve (void **state)
 
void test_can_parse_empty_file (void **state)
 
void test_can_parse_fd (void **state)
 
void test_can_parse_string (void **state)
 
void test_duplicate_func_name (void **state)
 
void test_object_has_event (void **state)
 

Function Documentation

◆ test_can_parse_empty_file()

void test_can_parse_empty_file ( void **  state)

◆ test_can_parse_fd()

void test_can_parse_fd ( void **  state)

◆ test_can_parse_odl_file()

void test_can_parse_odl_file ( void **  state)

◆ test_can_parse_odl_file_no_resolve()

void test_can_parse_odl_file_no_resolve ( void **  state)

◆ test_can_parse_string()

void test_can_parse_string ( void **  state)

◆ test_duplicate_func_name()

void test_duplicate_func_name ( void **  state)

◆ test_object_has_event()

void test_object_has_event ( void **  state)