Difference between revisions of "ObjcUnit"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
releasedate = Jan 23, 2004 | | releasedate = Jan 23, 2004 | | ||
license = IBM Public License Version 1.0 | | license = IBM Public License Version 1.0 | | ||
− | overview = | + | overview = ObjcUnit is a unit testing framework for Objective-C originally on Mac OS X. Its design was copied from JUnit, written by Erich Gamma and Kent Beck, and then adapted somewhat for Objective-C. Authored by Malte Tancred and Peter Lindberg and adapted for GNUstep by Ken Causey. | |
− | features = | + | features = ObjcUnit is currently known to be used by the Zipper program and FlexiSheet. | |
maintainer = unknown | | maintainer = unknown | | ||
relatedlinks = | relatedlinks = | ||
− | * http://xanthippe.dyndns.org/Zipper/ | | + | * http://xanthippe.dyndns.org/Zipper/ |
+ | * http://wincent.com/a/products/wotest/ an alternative for Mac OSX Xcode 2.1 or later| | ||
category = [[Category:Development Frameworks]] | category = [[Category:Development Frameworks]] | ||
}} | }} |
Latest revision as of 15:04, 31 March 2008
This article or section is a stub (i.e., in need of additional material). You can help us by expanding it |
---|
ObjcUnit framework for GNUstep.
Current Version: 1.2
- Released: Jan 23, 2004
- Licensed: IBM Public License Version 1.0
Overview
ObjcUnit is a unit testing framework for Objective-C originally on Mac OS X. Its design was copied from JUnit, written by Erich Gamma and Kent Beck, and then adapted somewhat for Objective-C. Authored by Malte Tancred and Peter Lindberg and adapted for GNUstep by Ken Causey.
Features
ObjcUnit is currently known to be used by the Zipper program and FlexiSheet.
Maintainer
unknown
Related Links
- http://xanthippe.dyndns.org/Zipper/
- http://wincent.com/a/products/wotest/ an alternative for Mac OSX Xcode 2.1 or later