libamxo  4.3.4
Object Definition Language (ODL) parsing
test_import_resolver.h File Reference

Go to the source code of this file.

Functions

void test_import_resolver_resolves (void **state)
 
void test_import_resolver_invalid_data (void **state)
 
void test_import_resolver_can_specify_flags (void **state)
 
void test_import_resolver_multiple_import (void **state)
 
void test_import_resolver_import_dlopen_fails (void **state)
 
void test_can_call_entry_point (void **state)
 
void test_entry_point_invocation_continues_after_failing_entry_point (void **state)
 
void test_entry_point_only_added_once (void **state)
 
void test_parsing_fails_when_entry_point_can_not_be_resolved (void **state)
 
void test_entry_point_invoke_does_not_crash_with_invalid_args (void **state)
 
void test_open_non_existing_file (void **state)
 
void test_resolve_non_existing_function (void **state)
 

Function Documentation

◆ test_can_call_entry_point()

void test_can_call_entry_point ( void **  state)

◆ test_entry_point_invocation_continues_after_failing_entry_point()

void test_entry_point_invocation_continues_after_failing_entry_point ( void **  state)

◆ test_entry_point_invoke_does_not_crash_with_invalid_args()

void test_entry_point_invoke_does_not_crash_with_invalid_args ( void **  state)

◆ test_entry_point_only_added_once()

void test_entry_point_only_added_once ( void **  state)

◆ test_import_resolver_can_specify_flags()

void test_import_resolver_can_specify_flags ( void **  state)

◆ test_import_resolver_import_dlopen_fails()

void test_import_resolver_import_dlopen_fails ( void **  state)

◆ test_import_resolver_invalid_data()

void test_import_resolver_invalid_data ( void **  state)

◆ test_import_resolver_multiple_import()

void test_import_resolver_multiple_import ( void **  state)

◆ test_import_resolver_resolves()

void test_import_resolver_resolves ( void **  state)

◆ test_open_non_existing_file()

void test_open_non_existing_file ( void **  state)

◆ test_parsing_fails_when_entry_point_can_not_be_resolved()

void test_parsing_fails_when_entry_point_can_not_be_resolved ( void **  state)

◆ test_resolve_non_existing_function()

void test_resolve_non_existing_function ( void **  state)