6 references to PointFAssertions
PresentationCore.Tests (6)
FluentAssertions\FluentAssertExtensions.cs (6)
18
/// Returns a <see cref="
PointFAssertions
"/> object that can be used to assert the
21
public static
PointFAssertions
Should(this PointF actualValue) => new(actualValue);
67
/// <param name="parent">The <see cref="
PointFAssertions
"/> object that is being extended.</param>
69
public static AndConstraint<
PointFAssertions
> BeApproximately(
70
this
PointFAssertions
parent,
79
return new AndConstraint<
PointFAssertions
>(parent);