Contents

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 NSSpecifierTest objects representing Boolean expressions.

Return Value

An NSLogicalTest object initialized to perform an OR operation with the NSSpecifierTest objects in subTests.

See Also

Initializing a logical test