assert_function_arguments_in_API: Checks the input arguments for mark_my_assignment and mark_my_file
Description
Checks that the input arguments are of the correct type.Usage
assert_function_arguments_in_API(tasks, mark_file, lab_file = NULL,
force_get_tests, quiet, reporter)
Arguments
tasks
Arguments from mark_my_assignment and mark_my_file.
mark_file
Arguments from mark_my_assignment and mark_my_file.
lab_file
Arguments from mark_my_assignment and mark_my_file.
force_get_tests
Arguments from mark_my_assignment and mark_my_file.
quiet
Arguments from mark_my_assignment and mark_my_file.
reporter
Arguments from mark_my_assignment and mark_my_file.
Value
- If all inputs are OK, nothing. Otherwise the functions stop.