We got nominated! Help us out and vote for GitHub as Best Bootstrapped Startup of 2008. (You can vote once a day.) [ hide ]

public
Description: OJUnit - Unit testing framework for Objective-J
Homepage: http://cappuccino.org
Clone URL: git://github.com/280north/ojunit.git
ojunit /
name age message
file OJTestCase.j Thu Nov 13 16:28:09 -0800 2008 Russell Mull had a better description method: [boucher]
file OJTestFailure.j Fri Sep 12 22:35:43 -0700 2008 Initial commit of OJUnit [tlrobinson]
file OJTestListenerText.j Fri Sep 12 22:35:43 -0700 2008 Initial commit of OJUnit [tlrobinson]
file OJTestResult.j Fri Sep 12 22:35:43 -0700 2008 Initial commit of OJUnit [tlrobinson]
file OJTestRunnerText.j Sun Oct 05 18:13:02 -0700 2008 Better argument handling (pass multiple test fi... [tlrobinson]
file OJTestSuite.j Fri Sep 12 22:35:43 -0700 2008 Initial commit of OJUnit [tlrobinson]
file README Fri Sep 12 22:38:22 -0700 2008 Updated for new layout [280north]
README
OJUnit is a simple unit test tool written in and for Objective-J. It's based on the xUnit design.

For now, simply call the text based test runner using the "objj" interpreter, for example, from a the parent directory 
of both the ojunit and cappuccino checkouts you could test Date using the following

  objj ojunit/OJTestRunnerText.j cappuccino/Tests/Foundation/CPDateTest.j


Future work:

  - a web based test runner
  - easier way to run multiple tests