Пример #1
0
 public void ItShouldGetValue()
 {
     _sourceObject.TestProperty1 = 7;
     _propertyDetails.GetValue().Should().Be(7);
 }