A collection of test file results created while grading an assignment
test_file_resultsThe TestFileResult objects created during grading
new()Create a CheckCollector. Add a TestFileResult to this collector.
CheckCollector$new()
add_result()CheckCollector$add_result(test_file_result)test_file_resultThe TestFileResult to add Retrieve the list TestFileResult objects stored in this collector.
get_results()CheckCollector$get_results()The list of TestFileResult objects
clone()The objects of this class are cloneable with this method.
CheckCollector$clone(deep = FALSE)deepWhether to make a deep clone.