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:
parent
91da3679a8
commit
db8c93eabd
8 changed files with 613 additions and 124 deletions
|
|
@ -29,7 +29,7 @@ namespace Nuclex.Support.Cloning {
|
|||
|
||||
/// <summary>Unit Test for the binary serializer-based cloner</summary>
|
||||
[TestFixture]
|
||||
public class SerializationClonerTest : CloneFactoryTest {
|
||||
internal class SerializationClonerTest : CloneFactoryTest {
|
||||
|
||||
/// <summary>Initializes a new unit test suite for the reflection cloner</summary>
|
||||
public SerializationClonerTest() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue