This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
ojunit /
| name | age | message | |
|---|---|---|---|
| |
Framework/ | Mon Nov 02 13:40:55 -0800 2009 | |
| |
README | Mon Nov 02 17:30:56 -0800 2009 | |
| |
bin/ | Mon Nov 16 14:15:45 -0800 2009 | |
| |
examples/ | Mon Nov 02 13:40:55 -0800 2009 | |
| |
package.json | Fri Nov 13 13:46:11 -0800 2009 |
README
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







