Ejemplo n.º 1
0
 public void ItShouldSetValue()
 {
     _propertyDetails.SetValue(9);
     _sourceObject.TestProperty1.Should().Be(9);
 }