Name

NSSpecifierTest — Mac OS X 10.0

Synopsis

This class represents a single Boolean expression. NSSpecifierTest is initialized with the method initWithObjectSpecifier:comparisonOperator:testObject:. This method will initialize the specifier test to compare testObject: with the object specifier by the ...ObjectSpecifier: parameter; the comparison is made using the indicated comparisonOperator:, which is a constant of type NSTestComparisonOperation.

image with no caption

@interface NSSpecifierTest : NSScriptWhoseTest
                                  // Initializers
   - (id)initWithObjectSpecifier:(NSScriptObjectSpecifier *)obj1
                                 comparisonOperator:(NSTestComparisonOperation)compOp 
                                 testObject:(id)obj2;

Get Cocoa in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.