All Projects → cappuccino → ojunit

cappuccino / ojunit

Licence: other
OJUnit - Original unit testing framework for Objective-J. Soon to be deprecated in favor of http://github.com/280north/ojtest

Programming Languages

Objective-J
44 projects
OJUnit is a simple unit test tool written in and for Objective-J. It's based on the xUnit design.

Use the "ojtest" command line tool to run tests. For example, you can test CPDate in Cappuccino using the following:

    ojtest cappuccino/Tests/Foundation/CPDateTest.j

To run all tests in a directory (test-directory in this case):

    ojtest test-directory/*Test.j

Or to run all tests in a tree:

    find test-directory -name "*Test.j" | xargs ojtest
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].