1 instantiation of PointFAssertions
System.Private.Windows.Core.TestUtilities (1)
FluentAssertions\FluentAssertExtensions.cs (1)
26
public static PointFAssertions Should(this PointF actualValue) =>
new
(actualValue);
6 references to PointFAssertions
System.Private.Windows.Core.TestUtilities (6)
FluentAssertions\FluentAssertExtensions.cs (6)
23
/// Returns a <see cref="
PointFAssertions
"/> object that can be used to assert the
26
public static
PointFAssertions
Should(this PointF actualValue) => new(actualValue);
74
/// <param name="parent">The <see cref="
PointFAssertions
"/> object that is being extended.</param>
76
public static AndConstraint<
PointFAssertions
> BeApproximately(
77
this
PointFAssertions
parent,
86
return new AndConstraint<
PointFAssertions
>(parent);