All cloners are now able to clone objects without default constructors; began work on a property-based expression tree cloner

git-svn-id: file:///srv/devel/repo-conversion/nusu@243 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
Markus Ewald 2012-02-08 15:20:39 +00:00
parent 91da3679a8
commit db8c93eabd
8 changed files with 613 additions and 124 deletions

View file

@ -27,7 +27,7 @@ using NUnit.Framework;
namespace Nuclex.Support.Cloning {
/// <summary>Base class for unit tests verifying the clone factory</summary>
public abstract class CloneFactoryTest {
internal abstract class CloneFactoryTest {
#region class TestReferenceType