Returns an NSLogicalTest object initialized to perform an AND operation with the NSSpecifierTest objects in a given array.
Original signature is '- (id)initAndTestWithTests:(NSArray *)subTests'
Available in Mac OS X v10.0 and later.


- subTests (NSArray)
- An array of NSSpecifierTest objects representing Boolean expressions.

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

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)