Get a list of specified attributes from a list of mock objects.
get_list_of_mock_attribute.Rd
Get a list of specified attributes from a list of mock objects.
Examples
if (FALSE) {
l_mock_obj <- list(mock_data_1, mock_data_2)
get_list_of_mock_attribute(l_mock_obj)
}