Skip to content

cappuccino/ojunit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published