<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://mediawiki.gnustep.org/index.php?action=history&amp;feed=atom&amp;title=Unit_Testing</id>
	<title>Unit Testing - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://mediawiki.gnustep.org/index.php?action=history&amp;feed=atom&amp;title=Unit_Testing"/>
	<link rel="alternate" type="text/html" href="https://mediawiki.gnustep.org/index.php?title=Unit_Testing&amp;action=history"/>
	<updated>2026-05-03T20:52:03Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.7</generator>
	<entry>
		<id>https://mediawiki.gnustep.org/index.php?title=Unit_Testing&amp;diff=5715&amp;oldid=prev</id>
		<title>Martin at 19:37, 9 November 2009</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.gnustep.org/index.php?title=Unit_Testing&amp;diff=5715&amp;oldid=prev"/>
		<updated>2009-11-09T19:37:28Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;'''Unit Testing''' is the practice of writing code that tests the code in your application and quickly determines if the code is working properly. The concept of unit testing is implemented in libraries for most modern languages, including Objective-C.&lt;br /&gt;
&lt;br /&gt;
==Common Frameworks==&lt;br /&gt;
There are several unit testing frameworks for Objective-C projects.&lt;br /&gt;
* OCUnit, built in to Apple Xcode and open sourced. Version 27 (pretty old) has been tested with GNUstep&lt;br /&gt;
* UnitKit, common for Mac OS X until OCUnit was built into Xcode. Now ported to Etoile.&lt;br /&gt;
* ObjCUnit, a Mac OS X framework that has been ported to GNUstep.&lt;br /&gt;
* TestKit, an inactive framework&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* Mock objects&lt;/div&gt;</summary>
		<author><name>Martin</name></author>
	</entry>
</feed>