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
24
public static
PointFAssertions
Should(this PointF actualValue) => new(actualValue);
70
/// <param name="parent">The <see cref="
PointFAssertions
"/> object that is being extended.</param>
72
public static AndConstraint<
PointFAssertions
> BeApproximately(
73
this
PointFAssertions
parent,
82
return new AndConstraint<
PointFAssertions
>(parent);