5 references to RectangleFAssertions
System.Windows.Forms.Primitives.TestUtilities (5)
FluentAssertions\FluentAssertExtensions.cs (5)
15/// Returns a <see cref="RectangleFAssertions"/> object that can be used to assert the 18public static RectangleFAssertions Should(this RectangleF actualValue) => new(actualValue); 29/// <param name="parent">The <see cref="RectangleFAssertions"/> object that is being extended.</param> 31public static AndConstraint<RectangleFAssertions> BeApproximately( 32this RectangleFAssertions parent,