4 references to Subject
PresentationCore.Tests (4)
FluentAssertions\FluentAssertExtensions.cs (4)
35parent.Subject.X.Should().BeApproximately(expectedValue.X, precision, because, becauseArgs); 36parent.Subject.Y.Should().BeApproximately(expectedValue.Y, precision, because, becauseArgs); 37parent.Subject.Width.Should().BeApproximately(expectedValue.Width, precision, because, becauseArgs); 38parent.Subject.Height.Should().BeApproximately(expectedValue.Height, precision, because, becauseArgs);