_ any
View Source
Assert provided items contain item matching given conditional expression.
Arguments
 |
Type |
Description |
$@ |
Array |
Collection of items to search |
$1 |
Conditional Expression |
Conditional expression |
Return Values
 |
Description |
0 |
Item was found |
1 |
Item was not found |
2 |
Argument error |
Example
View Spec