Exemplo n.º 1
0
 public void RecursionDepthOf2ShouldOnlySetImmediateRecursiveChildProperty(IIntegrationTestRecursiveDependency test)
 {
     test.Test.ShouldNotBeNull();
     test.Test.Test.ShouldBeNull();
 }
Exemplo n.º 2
0
 public void DefaultRecursionDepthShouldNotSetDirectRecursiveChildProperty(IIntegrationTestRecursiveDependency test)
 {
     test.Test.ShouldBeNull();
 }