Contents

NSScriptWhoseTest

An abstract class that provides the basis for testing specifiers one at a time or in groups.

Declaration

class NSScriptWhoseTest

Overview

NSScriptWhoseTest is an abstract class whose sole method is isTrue(). Two concrete subclasses of NSScriptWhoseTest generate objects representing Boolean expressions comparing one object with another and objects representing multiple Boolean expressions connected by logical operators (OR, AND, NOT). These classes are, respectively, NSSpecifierTest and NSLogicalTest. In evaluating itself, an NSWhoseSpecifier invokes the isTrue() method of its “test” object.

You shouldn’t need to subclass NSScriptWhoseTest, and you should rarely need to subclass one of its subclasses.

Topics

Evaluating a test

Initializers

See Also

Object Matching Tests