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
15
public static
RectangleFAssertions
Should(this RectangleF actualValue) => new(actualValue);
26
/// <param name="parent">The <see cref="
RectangleFAssertions
"/> object that is being extended.</param>
28
public static AndConstraint<
RectangleFAssertions
> BeApproximately(
29
this
RectangleFAssertions
parent,