<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>testdriven.com &#187; Mock Objects</title>
	<atom:link href="http://www.testdriven.com/tag/mock_objects_post_tag/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.testdriven.com</link>
	<description>Wrangling quality out of chaos</description>
	<lastBuildDate>Thu, 26 Jan 2012 07:15:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>mockito: Java mock objects library</title>
		<link>http://www.testdriven.com/2008/03/mockito_java_mock_objects_library/</link>
		<comments>http://www.testdriven.com/2008/03/mockito_java_mock_objects_library/#comments</comments>
		<pubDate>Tue, 04 Mar 2008 17:44:11 +0000</pubDate>
		<dc:creator>Eric Vautier</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[Mock Objects]]></category>
		<category><![CDATA[Tools for Unit-Testing]]></category>

		<guid isPermaLink="false">http://testdriven.tld/?p=2376</guid>
		<description><![CDATA[Java mocking is dominated by expect-run-verify libraries like EasyMock or jMock. Mockito offers simpler and more intuitive approach: you ask questions about interactions after execution. Using mockito, you can verify what you want, without expensive setup upfront. Mockito aims to be transparent and let the developer to focus on testing selected behavior.link]]></description>
		<wfw:commentRss>http://www.testdriven.com/2008/03/mockito_java_mock_objects_library/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MockMe: service layer mock for Java mobile applications</title>
		<link>http://www.testdriven.com/2007/10/mockme_service_layer_mock_for_java_mobile_applications/</link>
		<comments>http://www.testdriven.com/2007/10/mockme_service_layer_mock_for_java_mobile_applications/#comments</comments>
		<pubDate>Wed, 24 Oct 2007 10:34:30 +0000</pubDate>
		<dc:creator>Eric Vautier</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[Mock Objects]]></category>
		<category><![CDATA[Tools for Unit-Testing]]></category>

		<guid isPermaLink="false">http://testdriven.tld/?p=2356</guid>
		<description><![CDATA[MockMe is a simple tool to test Java mobile application&#8217;s client code without waiting for the service layer to become available. In complex applications this means not having to wait for data to become available for processing. MockMe is essentially a configurable servlet based on properties files, which searches for XML files from a local [...]]]></description>
		<wfw:commentRss>http://www.testdriven.com/2007/10/mockme_service_layer_mock_for_java_mobile_applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BeanCooker: mock values generator for Java Beans</title>
		<link>http://www.testdriven.com/2007/10/beancooker_mock_values_generator_for_java_beans/</link>
		<comments>http://www.testdriven.com/2007/10/beancooker_mock_values_generator_for_java_beans/#comments</comments>
		<pubDate>Wed, 24 Oct 2007 10:21:24 +0000</pubDate>
		<dc:creator>Eric Vautier</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[Mock Objects]]></category>
		<category><![CDATA[Tools for Unit-Testing]]></category>

		<guid isPermaLink="false">http://testdriven.tld/?p=2354</guid>
		<description><![CDATA[BeanCooker is a tool to automatically set mock values to all properties of any java bean. The simplest usage will put &#34;fooBar&#34; in Strings, 12345 in integers, 123.123 in floats &#8230; and the most advanced usage will pull values from a csv file. - very easy to use, good default settings. - no external dependency, [...]]]></description>
		<wfw:commentRss>http://www.testdriven.com/2007/10/beancooker_mock_values_generator_for_java_beans/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SMock: mock object framework for Dolphin Smalltalk</title>
		<link>http://www.testdriven.com/2007/10/smock_mock_object_framework_for_dolphin_smalltalk/</link>
		<comments>http://www.testdriven.com/2007/10/smock_mock_object_framework_for_dolphin_smalltalk/#comments</comments>
		<pubDate>Tue, 23 Oct 2007 15:49:17 +0000</pubDate>
		<dc:creator>Eric Vautier</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[Mock Objects]]></category>
		<category><![CDATA[Tools for Unit-Testing]]></category>

		<guid isPermaLink="false">http://testdriven.tld/?p=2344</guid>
		<description><![CDATA[SMock is a Mock Object implementation for Dolphin Smalltalk.link]]></description>
		<wfw:commentRss>http://www.testdriven.com/2007/10/smock_mock_object_framework_for_dolphin_smalltalk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mock4JS: dynamic mock library for Javascript</title>
		<link>http://www.testdriven.com/2007/09/mock4js_dynamic_mock_library_for_javascript/</link>
		<comments>http://www.testdriven.com/2007/09/mock4js_dynamic_mock_library_for_javascript/#comments</comments>
		<pubDate>Wed, 19 Sep 2007 21:14:41 +0000</pubDate>
		<dc:creator>Eric Vautier</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[Mock Objects]]></category>
		<category><![CDATA[Tools for Unit-Testing]]></category>

		<guid isPermaLink="false">http://testdriven.tld/?p=2331</guid>
		<description><![CDATA[Mock4JS is a dynamic mock library for Javascript. It enables developers to write tests that exercise and verify the interactions between the objects in the application. Its syntax is very expressive and is closely based on jMock 1.link]]></description>
		<wfw:commentRss>http://www.testdriven.com/2007/09/mock4js_dynamic_mock_library_for_javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spring Automock: expose mocked beans automatically</title>
		<link>http://www.testdriven.com/2007/09/spring_automock_expose_mocked_beans_automatically/</link>
		<comments>http://www.testdriven.com/2007/09/spring_automock_expose_mocked_beans_automatically/#comments</comments>
		<pubDate>Wed, 19 Sep 2007 21:05:36 +0000</pubDate>
		<dc:creator>Eric Vautier</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[Mock Objects]]></category>
		<category><![CDATA[Tools for Unit-Testing]]></category>

		<guid isPermaLink="false">http://testdriven.tld/?p=2329</guid>
		<description><![CDATA[Spring AutoMock is a test enabling framework to allow automatic exposure of Mocked beans for a Spring application. Used in conjunction with Spring autowiring of bean dependencies you can develop teired application contexts that represent the architectural tiers of your application, and thus you testing strategy. The simplest example is a separation of service beans [...]]]></description>
		<wfw:commentRss>http://www.testdriven.com/2007/09/spring_automock_expose_mocked_beans_automatically/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JBI Mock Framework: mock testing framework for JBI components</title>
		<link>http://www.testdriven.com/2007/03/jbi_mock_framework_mock_testing_framework_for_jbi_components/</link>
		<comments>http://www.testdriven.com/2007/03/jbi_mock_framework_mock_testing_framework_for_jbi_components/#comments</comments>
		<pubDate>Wed, 14 Mar 2007 20:54:21 +0000</pubDate>
		<dc:creator>Eric Vautier</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[Mock Objects]]></category>
		<category><![CDATA[Tools for Unit-Testing]]></category>

		<guid isPermaLink="false">http://testdriven.tld/?p=2308</guid>
		<description><![CDATA[The JBI Mock Framework is a set of classes allowing developers to test JBI components at a unit level, mocking out the Normalized Message Router (NMR). Using the mock classes, developers can achieve high test coverage for their JBI Components. It provides: - Mock interfaces and Basic implementations for the majority of JBI interfaces - [...]]]></description>
		<wfw:commentRss>http://www.testdriven.com/2007/03/jbi_mock_framework_mock_testing_framework_for_jbi_components/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amock: Mock objects library for PHP 5</title>
		<link>http://www.testdriven.com/2006/12/amock_mock_objects_library_for_php_5/</link>
		<comments>http://www.testdriven.com/2006/12/amock_mock_objects_library_for_php_5/#comments</comments>
		<pubDate>Thu, 14 Dec 2006 02:36:46 +0000</pubDate>
		<dc:creator>Eric Vautier</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[Mock Objects]]></category>
		<category><![CDATA[Tools for Unit-Testing]]></category>

		<guid isPermaLink="false">http://testdriven.tld/?p=2271</guid>
		<description><![CDATA[Amock is an open-source mocking library written in PHP 5 for programs written in PHP 5. Mock objects for classes or interfaces are generated on the fly using a source code generator. Amock is published under the MIT license which means you are free and welcome to use it in any way.link]]></description>
		<wfw:commentRss>http://www.testdriven.com/2006/12/amock_mock_objects_library_for_php_5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>svnmock: simulate interaction with a real Subversion repository</title>
		<link>http://www.testdriven.com/2006/10/svnmock_simulate_interaction_with_a_real_subversion_repository/</link>
		<comments>http://www.testdriven.com/2006/10/svnmock_simulate_interaction_with_a_real_subversion_repository/#comments</comments>
		<pubDate>Mon, 02 Oct 2006 13:49:37 +0000</pubDate>
		<dc:creator>Eric Vautier</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[Mock Objects]]></category>
		<category><![CDATA[Tools for Unit-Testing]]></category>

		<guid isPermaLink="false">http://testdriven.tld/?p=2209</guid>
		<description><![CDATA[svnmock is a Python library designed to ease the pain of testing applications that use Subversion&#8217;s Python bindings. Rather than having your test suite create, populate and destroy actual repositories, svnmock allows you to simulate interaction with a real repository programmatically. In place of messy, complicated invocations of Subversion&#8217;s command-line tools, you just tell svnmock [...]]]></description>
		<wfw:commentRss>http://www.testdriven.com/2006/10/svnmock_simulate_interaction_with_a_real_subversion_repository/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MockLib: small Java mock library</title>
		<link>http://www.testdriven.com/2006/09/mocklib_small_java_mock_library/</link>
		<comments>http://www.testdriven.com/2006/09/mocklib_small_java_mock_library/#comments</comments>
		<pubDate>Mon, 11 Sep 2006 22:28:46 +0000</pubDate>
		<dc:creator>Eric Vautier</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[Mock Objects]]></category>
		<category><![CDATA[Tools for Unit-Testing]]></category>

		<guid isPermaLink="false">http://testdriven.tld/?p=2198</guid>
		<description><![CDATA[This is a very small library but powerful enough to create most of your mockobjects for you. The ones it can&#8217;t create, you can leverage the library to create. link]]></description>
		<wfw:commentRss>http://www.testdriven.com/2006/09/mocklib_small_java_mock_library/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.272 seconds -->

