6 references to PointFAssertions
PresentationCore.Tests (6)
FluentAssertions\FluentAssertExtensions.cs (6)
18/// Returns a <see cref="PointFAssertions"/> object that can be used to assert the 21public static PointFAssertions Should(this PointF actualValue) => new(actualValue); 67/// <param name="parent">The <see cref="PointFAssertions"/> object that is being extended.</param> 69public static AndConstraint<PointFAssertions> BeApproximately( 70this PointFAssertions parent, 79return new AndConstraint<PointFAssertions>(parent);