blob: dc1e5ed79091c792602b18957d63b4dfbed85819 [file] [log] [blame]
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