set_expected_results()

set_expected_results()#

Set the expected results for a test case.

Prototype

PUBLIC void set_expected_results(
    const char  *test_name,
    const char  *expected_result
);
        

Parameters

Key

Type

Description

test_name

const char *

The name of the test case.

expected_result

const char *

The expected result for the test case.


Return Value

No return value. This function sets the expected results for the specified test case.

Prototype

// Not applicable in JS

Prototype

# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples