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 |
---|---|---|
|
|
The name of the test case. |
|
|
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