Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tag
-selectElementWithMatcher:
with NS_WARN_UNUSED_RESULT
We often run into a human error, when an element is selected by not asserted on or acted upon. With the unused result attribute, the person writing a test would get a nag that no action was performed on the element.
- Loading branch information