Ejemplo n.º 1
0
 public void ShouldConvertSquareSegmentEnumToSegments(SquareSegment segment, SquareSegments expectedSegments) =>
 segment.ToSquareSegments().Should().Be(expectedSegments);
Ejemplo n.º 2
0
 public void ShouldConvertCornersToSquareSegments(Corners corners, SquareSegments expectedSegments) =>
 corners.ToSquareSegments().Should().Be(expectedSegments);