6 references to PointFAssertions
System.Windows.Forms.Primitives.TestUtilities (6)
FluentAssertions\FluentAssertExtensions.cs (6)
21/// Returns a <see cref="PointFAssertions"/> object that can be used to assert the 24public static PointFAssertions Should(this PointF actualValue) => new(actualValue); 70/// <param name="parent">The <see cref="PointFAssertions"/> object that is being extended.</param> 72public static AndConstraint<PointFAssertions> BeApproximately( 73this PointFAssertions parent, 82return new AndConstraint<PointFAssertions>(parent);