init(orTestWith:)
Returns an NSLogicalTest object initialized to perform an OR operation with the NSSpecifierTest objects in a given array.
Declaration
init(orTestWith subTests: [NSSpecifierTest])Parameters
- subTests:
An array of
NSSpecifierTestobjects representing Boolean expressions.
Return Value
An NSLogicalTest object initialized to perform an OR operation with the NSSpecifierTest objects in subTests.