|
ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages
|
|
This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles. This manual page is associated with the Mac OS X developer tools. The software or headers described may not be present on your Mac OS X installation until you install the developer tools package. This package is available on your Mac OS X installation DVD, and the latest versions can be downloaded from developer.apple.com. For more information about the manual page format, see the manual page for manpages(5). |
otest(1) BSD General Commands Manual otest(1)
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/testMethodName>. The default value is Self.
FILES
/Developer/Tools/RunTargetUnitTests A script that calls otest with the correct arguments for
use with Xcode.
SEE ALSO
RunTargetUnitTests(1) otest(1)
Darwin April 2, 2008 Darwin
|
|