1 instantiation of RectangleFAssertions
System.Private.Windows.Core.TestUtilities (1)
FluentAssertions\FluentAssertExtensions.cs (1)
20public static RectangleFAssertions Should(this RectangleF actualValue) => new(actualValue);
5 references to RectangleFAssertions
System.Private.Windows.Core.TestUtilities (5)
FluentAssertions\FluentAssertExtensions.cs (5)
17/// Returns a <see cref="RectangleFAssertions"/> object that can be used to assert the 20public static RectangleFAssertions Should(this RectangleF actualValue) => new(actualValue); 31/// <param name="parent">The <see cref="RectangleFAssertions"/> object that is being extended.</param> 33public static AndConstraint<RectangleFAssertions> BeApproximately( 34this RectangleFAssertions parent,