Harness status: OK

Found 6 tests

6 Pass
Pass	if only one item has a *name* or id value matching the parameter, return that object and stop
Pass	if only one item has a name or *id* value matching the parameter, return that object and stop
Pass	if no item has a name or id value matching the parameter, return null and stop
Pass	if multiple items have a name or *id* value matching the parameter, return the first object and stop
Pass	if multiple items have a *name* or id value matching the parameter, return the first object and stop
Pass	if multiple items have a *name* or *id* value matching the parameter, return the first object and stop