0
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected 1 day ago.
Jun 30, 2025 — Jun 30, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Support both kinds of Rhino backtraces More... over 16 years ago
Updated pattern to match those portions of the stack trace of relevance to the failing test in question, while filtering out code at the intersection between narwhal-rhino-objj. The prior 'at script' pattern no longer matches anything. More... over 16 years ago
Fix incorrect type annotation More... over 16 years ago
Remove objective-j and cappuccino as dependencies. More... over 16 years ago
Use require instead of objj_import for tests, and add a version number (starting with 0.1.0). More... over 16 years ago
Merge remote branch 'hammerdr/master' More... over 16 years ago
Improved ojunit error reporting, including stack traces on Rhino (requires latest Objective-J) More... over 16 years ago
Adding some tests and adding assert:notEqual: message to OJTestCase More... over 16 years ago
Adding some tests and adding assert:notEqual: message to OJTestCase More... over 16 years ago
Update ojunit for jake branch. More... over 16 years ago
Incorrect case in require("os") More... over 16 years ago
Take out pesky unicode character for now. Need to fix JSCore's text input stream :-/ More... over 16 years ago
Use "objj-frameworks" More... over 16 years ago
Use objj as dependency for now. More... over 16 years ago
Convert ojunit to a CommonJS package. More... over 16 years ago
added assertion to match regexes to strings More... almost 17 years ago
fixed typo in extended error message More... about 17 years ago
updated readme to document the current state of the testrunner More... about 17 years ago
style errors. More... about 17 years ago
Added more descriptive error messages to -assertTrue: -assertFalse: -assertNull: and -assertNotNull: More... about 17 years ago
Merge branch 'master' of [email protected]:280north/ojunit More... about 17 years ago
Change to build system in cappuccino More... about 17 years ago
Fix for debug build More... about 17 years ago
Make ojunit more compatible with the build system in Cappuccino. More... about 17 years ago
Update for new build system More... over 17 years ago
assert:same: and assert:notSame: swapped. Cleanup whitespace. More... over 17 years ago
Update import to be @import. More... over 17 years ago
Russell Mull had a better description method: http://github.com/mullr/ojunit/commit/965d96ae13a83bae4b48bb7cd9e51a4b086f08db More... over 17 years ago
Make test's have better descriptions (aka, the test name, wich is just the selector for now) More... over 17 years ago
Better argument handling (pass multiple test file paths) More... over 17 years ago