
otest
NAME
otest -- SenTestingKit, OCUnit. SYNOPSIS
otest [-SenTest Self | All | None | <TestCaseClassName/testMethodName>] path DESCRIPTION
This program runs the unit tests found in the code given at path. Argument descriptions: path Path to the code that contains the unit tests. A list of flags and their descriptions: -SenTest This flag denotes the scope of the unit test to be run. Possible values are Self, All, None and <TestCaseClassName/testMethod- Name>. The default value is Self. FILES
/Developer/Tools/RunTargetUnitTests A script that calls otest with the correct arguments for use with Xcode. Darwin August 11, 2005 Darwin