<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Unit testing private methods using reflection (and other solutions)</title>
	<atom:link href="http://www.ashlux.com/wordpress/2009/07/08/unit-testing-private-methods-using-reflection-and-other-solutions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ashlux.com/wordpress/2009/07/08/unit-testing-private-methods-using-reflection-and-other-solutions/</link>
	<description>public class YetAnotherProgrammingBlog implements WordPressBlog { };</description>
	<lastBuildDate>Tue, 07 Sep 2010 15:46:03 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ashlux</title>
		<link>http://www.ashlux.com/wordpress/2009/07/08/unit-testing-private-methods-using-reflection-and-other-solutions/comment-page-1/#comment-21</link>
		<dc:creator>ashlux</dc:creator>
		<pubDate>Wed, 15 Jul 2009 22:28:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.ashlux.com/wordpress/?p=151#comment-21</guid>
		<description>I am pretty certain we could do more than one presentation on testable code.</description>
		<content:encoded><![CDATA[<p>I am pretty certain we could do more than one presentation on testable code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brian</title>
		<link>http://www.ashlux.com/wordpress/2009/07/08/unit-testing-private-methods-using-reflection-and-other-solutions/comment-page-1/#comment-20</link>
		<dc:creator>brian</dc:creator>
		<pubDate>Wed, 15 Jul 2009 22:07:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.ashlux.com/wordpress/?p=151#comment-20</guid>
		<description>I really like this stuff! The OkcJug needs a presentation on how to right good, testable code. 

Static methods can be hard to test too. I&#039;m sure there are lots of things to avoid. 

I wrote a TON of tests for private methods using reflection. I was porting about 10 cobol programs (about 10k loc) to java. It is not pretty stuff.</description>
		<content:encoded><![CDATA[<p>I really like this stuff! The OkcJug needs a presentation on how to right good, testable code. </p>
<p>Static methods can be hard to test too. I&#8217;m sure there are lots of things to avoid. </p>
<p>I wrote a TON of tests for private methods using reflection. I was porting about 10 cobol programs (about 10k loc) to java. It is not pretty stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary Tipton</title>
		<link>http://www.ashlux.com/wordpress/2009/07/08/unit-testing-private-methods-using-reflection-and-other-solutions/comment-page-1/#comment-15</link>
		<dc:creator>Gary Tipton</dc:creator>
		<pubDate>Thu, 09 Jul 2009 13:20:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.ashlux.com/wordpress/?p=151#comment-15</guid>
		<description>Good post!</description>
		<content:encoded><![CDATA[<p>Good post!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Odilon Senyana</title>
		<link>http://www.ashlux.com/wordpress/2009/07/08/unit-testing-private-methods-using-reflection-and-other-solutions/comment-page-1/#comment-14</link>
		<dc:creator>Odilon Senyana</dc:creator>
		<pubDate>Wed, 08 Jul 2009 13:23:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.ashlux.com/wordpress/?p=151#comment-14</guid>
		<description>This is very handy. I usually use the first technique, but the second one sounds
like a good choice too. 
Thanks Ash</description>
		<content:encoded><![CDATA[<p>This is very handy. I usually use the first technique, but the second one sounds<br />
like a good choice too.<br />
Thanks Ash</p>
]]></content:encoded>
	</item>
</channel>
</rss>
