Exemple #1
0
 public void ShouldConvertSquareSegmentEnumToSegments(SquareSegment segment, SquareSegments expectedSegments) =>
 segment.ToSquareSegments().Should().Be(expectedSegments);
 public void ShouldConvertCornersToSquareSegments(Corners corners, SquareSegments expectedSegments) =>
 corners.ToSquareSegments().Should().Be(expectedSegments);