<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>classtester Source Control Rss Feed</title><link>http://www.codeplex.com/classtester/SourceControl/ListDownloadableCommits.aspx</link><description>classtester Source Control Rss Description</description><item><title>Source code checked in, #96133</title><link>http://classtester.codeplex.com/SourceControl/changeset/changes/96133</link><description>Upgrade&amp;#58; New Version of LabDefaultTemplate.xaml. To upgrade your build definitions, please visit the following link&amp;#58; http&amp;#58;&amp;#47;&amp;#47;go.microsoft.com&amp;#47;fwlink&amp;#47;&amp;#63;LinkId&amp;#61;254563</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 21:40:31 GMT</pubDate><guid isPermaLink="false">Source code checked in, #96133 20121001094031P</guid></item><item><title>Source code checked in, #96132</title><link>http://classtester.codeplex.com/SourceControl/changeset/changes/96132</link><description>Checked in by server upgrade</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 21:33:03 GMT</pubDate><guid isPermaLink="false">Source code checked in, #96132 20121001093303P</guid></item><item><title>Source code checked in, #63489</title><link>http://classtester.codeplex.com/SourceControl/changeset/changes/63489</link><description>Checked in by server upgrade</description><author>_TFSSERVICE</author><pubDate>Tue, 27 Jul 2010 20:28:19 GMT</pubDate><guid isPermaLink="false">Source code checked in, #63489 20100727082819P</guid></item><item><title>Source code checked in, #42952</title><link>http://classtester.codeplex.com/SourceControl/changeset/view/42952</link><description>minor refactor&amp;#13;&amp;#10;</description><author>SimonCropp</author><pubDate>Fri, 11 Sep 2009 04:03:29 GMT</pubDate><guid isPermaLink="false">Source code checked in, #42952 20090911040329A</guid></item><item><title>Source code checked in, #42951</title><link>http://classtester.codeplex.com/SourceControl/changeset/view/42951</link><description>better use of generics&amp;#13;&amp;#10;</description><author>SimonCropp</author><pubDate>Fri, 11 Sep 2009 03:43:10 GMT</pubDate><guid isPermaLink="false">Source code checked in, #42951 20090911034310A</guid></item><item><title>Source code checked in, #42948</title><link>http://classtester.codeplex.com/SourceControl/changeset/view/42948</link><description>update Library&amp;#47;&amp;#42;&amp;#13;&amp;#10;move to using svn to access</description><author>SimonCropp</author><pubDate>Fri, 11 Sep 2009 03:16:49 GMT</pubDate><guid isPermaLink="false">Source code checked in, #42948 20090911031649A</guid></item><item><title>Source code checked in, #27439</title><link>http://www.codeplex.com/classtester/SourceControl/ListDownloadableCommits.aspx</link><description>a few minor tweaks</description><author>SimonCropp</author><pubDate>Tue, 06 Jan 2009 13:09:47 GMT</pubDate><guid isPermaLink="false">Source code checked in, #27439 20090106010947P</guid></item><item><title>Source code checked in, #27414</title><link>http://www.codeplex.com/classtester/SourceControl/ListDownloadableCommits.aspx</link><description>Make better use of lambda expressions</description><author>SimonCropp</author><pubDate>Mon, 05 Jan 2009 04:14:33 GMT</pubDate><guid isPermaLink="false">Source code checked in, #27414 20090105041433A</guid></item><item><title>Source code checked in, #27394</title><link>http://www.codeplex.com/classtester/SourceControl/ListDownloadableCommits.aspx</link><description>fix a couple of bugs with format strings&amp;#13;&amp;#10;remove some redundant usings&amp;#13;&amp;#10;Add AssemblyTester.AddConstructorExclusion&amp;#60;T&amp;#62;&amp;#13;&amp;#10;Add AssemblyTester.AddPropertyExclusion&amp;#60;TMember&amp;#62;&amp;#13;&amp;#10;Add PropertyTester.AddIgnoredProperty&amp;#60;TMember&amp;#62;&amp;#13;&amp;#10;Add ConstructorTester.AddIgnoredConstructor&amp;#60;T&amp;#62;&amp;#13;&amp;#10;Add Guard class for basic argument checking&amp;#13;&amp;#10;Add ExpressionExtensions</description><author>SimonCropp</author><pubDate>Sun, 04 Jan 2009 04:35:44 GMT</pubDate><guid isPermaLink="false">Source code checked in, #27394 20090104043544A</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/classtester/SourceControl/ListDownloadableCommits.aspx</link><description>Added AddPropertyExclusions and AddConstructorExclusion to the AssemblyTester</description><author>molmorg</author><pubDate>Wed, 16 Jan 2008 09:52:45 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080116095245A</guid></item><item><title>Patch Uploaded</title><link>http://www.codeplex.com/classtester/SourceControl/PatchList.aspx</link><description>
&lt;p&gt;&lt;a href='/UserAccount/UserProfile.aspx?UserName=Jericho'&gt;Jericho&lt;/a&gt; has uploaded a patch.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;I wrote a new tester to compare the properties of two provided objects. Here&amp;#39;s a unit test example that demonstrates how it works&amp;#58;&lt;br /&gt;&lt;br /&gt;using System&amp;#59;&lt;br /&gt;using System.Collections.Generic&amp;#59;&lt;br /&gt;using Microsoft.VisualStudio.TestTools.UnitTesting&amp;#59;&lt;br /&gt;using TheJoyOfCode.QualityTools.Tests.TestSubjects&amp;#59;&lt;br /&gt;using Rhino.Mocks&amp;#59;&lt;br /&gt;&lt;br /&gt;namespace TheJoyOfCode.QualityTools.Tests&lt;br /&gt;&amp;#123;&lt;br /&gt;    &amp;#91;TestClass&amp;#93;&lt;br /&gt;    public class PropertyComparerTest&lt;br /&gt;    &amp;#123;&lt;br /&gt;        &amp;#91;TestMethod&amp;#93;&lt;br /&gt;        public void CompareProperties_Good&amp;#40;&amp;#41;&lt;br /&gt;        &amp;#123;&lt;br /&gt;            DummyGood dummy1 &amp;#61; new DummyGood&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;            dummy1.Bool &amp;#61; true&amp;#59;&lt;br /&gt;&lt;br /&gt;            DummyGood dummy2 &amp;#61; new DummyGood&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;            dummy2.Bool &amp;#61; true&amp;#59;&lt;br /&gt;&lt;br /&gt;            PropertyComparer comparer &amp;#61; new  PropertyComparer&amp;#40;dummy1, dummy2&amp;#41;&amp;#59;&lt;br /&gt;            comparer.CompareProperties&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;        &amp;#125;&lt;br /&gt;&lt;br /&gt;        &amp;#91;TestMethod&amp;#93;&lt;br /&gt;        &amp;#91;ExpectedException&amp;#40;typeof&amp;#40;PropertyCompareException&amp;#41;&amp;#41;&amp;#93;&lt;br /&gt;        public void CompareProperties_PropertiesDifferent&amp;#40;&amp;#41; &amp;#123;&lt;br /&gt;            DummyGood dummy1 &amp;#61; new DummyGood&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;            dummy1.Bool &amp;#61; true&amp;#59;&lt;br /&gt;&lt;br /&gt;            DummyGood dummy2 &amp;#61; new DummyGood&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;            dummy2.Bool &amp;#61; false&amp;#59;&lt;br /&gt;&lt;br /&gt;            PropertyComparer comparer &amp;#61; new PropertyComparer&amp;#40;dummy1, dummy2&amp;#41;&amp;#59;&lt;br /&gt;            comparer.CompareProperties&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;        &amp;#125;&lt;br /&gt;&lt;br /&gt;        &amp;#91;TestMethod&amp;#93;&lt;br /&gt;        &amp;#91;ExpectedException&amp;#40;typeof&amp;#40;PropertyCompareException&amp;#41;&amp;#41;&amp;#93;&lt;br /&gt;        public void CompareProperties_TypesDifferent&amp;#40;&amp;#41; &amp;#123;&lt;br /&gt;            DummyGood dummy1 &amp;#61; new DummyGood&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;            dummy1.Bool &amp;#61; true&amp;#59;&lt;br /&gt;&lt;br /&gt;            DummyNoEvent dummy2 &amp;#61; new DummyNoEvent&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;            dummy2.SomeInt &amp;#61; 8&amp;#59;&lt;br /&gt;&lt;br /&gt;            PropertyComparer comparer &amp;#61; new PropertyComparer&amp;#40;dummy1, dummy2&amp;#41;&amp;#59;&lt;br /&gt;            comparer.CompareProperties&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;        &amp;#125;&lt;br /&gt;    &amp;#125;&lt;br /&gt;&amp;#125;&lt;/p&gt;</description><author>Jericho</author><pubDate>Fri, 11 Jan 2008 17:13:05 GMT</pubDate><guid isPermaLink="false">Patch Uploaded 20080111051305P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/classtester/SourceControl/ListDownloadableCommits.aspx</link><description>Added support for creation of Arrays. The array is created with a random number of empty elements &amp;#40;up to 50&amp;#41;.</description><author>molmorg</author><pubDate>Wed, 09 Jan 2008 17:31:06 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080109053106P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/classtester/SourceControl/ListDownloadableCommits.aspx</link><description>Fixed documentation references.</description><author>Bruusi</author><pubDate>Wed, 09 Jan 2008 12:28:28 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080109122828P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/classtester/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>molmorg</author><pubDate>Mon, 07 Jan 2008 17:57:18 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080107055718P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/classtester/SourceControl/ListDownloadableCommits.aspx</link><description>Added pluggable TypeFactory &amp;#40;implements ITypeFactory&amp;#41; and fixed a bug in one of the error messages &amp;#40;in and out reversed&amp;#41;. Added test using RhinoMocks to verify that GetSet, Get and Set only properties.</description><author>molmorg</author><pubDate>Mon, 07 Jan 2008 17:43:19 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080107054319P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/classtester/SourceControl/ListDownloadableCommits.aspx</link><description>Added support for TimeSpan to TypeFactory &amp;#40;thanks Pawel&amp;#41; and a test to show CustomTypeExclusions in action</description><author>molmorg</author><pubDate>Fri, 04 Jan 2008 14:14:51 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080104021451P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/classtester/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>molmorg</author><pubDate>Fri, 04 Jan 2008 13:21:06 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080104012106P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/classtester/SourceControl/ListDownloadableCommits.aspx</link><description>1.1.0.0 version numbers</description><author>molmorg</author><pubDate>Fri, 04 Jan 2008 13:14:18 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080104011418P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/classtester/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>molmorg</author><pubDate>Fri, 04 Jan 2008 13:11:19 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080104011119P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/classtester/SourceControl/ListDownloadableCommits.aspx</link><description>A number of breaking changes - ClassTester renamed to PropertyTester, Removal of AssemblyTester TestTarget enum and a number of new unit tests.</description><author>molmorg</author><pubDate>Fri, 04 Jan 2008 10:28:11 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080104102811A</guid></item></channel></rss>