5 references to RectangleFAssertions
PresentationCore.Tests (5)
FluentAssertions\FluentAssertExtensions.cs (5)
12/// Returns a <see cref="RectangleFAssertions"/> object that can be used to assert the 15public static RectangleFAssertions Should(this RectangleF actualValue) => new(actualValue); 26/// <param name="parent">The <see cref="RectangleFAssertions"/> object that is being extended.</param> 28public static AndConstraint<RectangleFAssertions> BeApproximately( 29this RectangleFAssertions parent,