Exemplo n.º 1
0
 public DuplicateNavigationLinkTestCase(DuplicateNavigationLinkTestCase other)
 {
     this.Properties = other.Properties;
     this.ExpectedException = other.ExpectedException;
     this.ExpectedResultCallback = other.ExpectedResultCallback;
     this.ExpectedResultNormalizer = other.ExpectedResultNormalizer;
     this.NoMetadataOnly = other.NoMetadataOnly;
     this.SkipForConfiguration = other.SkipForConfiguration;
     this.DebugDescription = other.DebugDescription;
 }
Exemplo n.º 2
0
 public DuplicateNavigationLinkTestCase(DuplicateNavigationLinkTestCase other)
 {
     this.NavigationLinks = other.NavigationLinks;
     this.ExpectedException = other.ExpectedException;
     this.NoMetadataOnly = other.NoMetadataOnly;
     this.SkipTestConfiguration = other.SkipTestConfiguration;
     this.DebugDescription = other.DebugDescription;
 }