Ejemplo n.º 1
0
 public void LeftBeachLineLessThanRightPoint()
 {
     AssertCompare.Less(left, rightPoint);
 }
Ejemplo n.º 2
0
 public void PointInExtremeLeftIsLeftOfAllOtherSections()
 {
     AssertCompare.Greater(leftIsh, pointInExtremeLeft);
     AssertCompare.Greater(rightIsh, pointInExtremeLeft);
     AssertCompare.Greater(rightMost, pointInExtremeLeft);
 }
Ejemplo n.º 3
0
 public void CentralPointIntersects()
 {
     AssertCompare.Intersecting(bs, p2);
 }
Ejemplo n.º 4
0
 public void LeftPointInLeftBeachLine()
 {
     AssertCompare.Intersecting(left, leftPoint);
 }
Ejemplo n.º 5
0
 public void PointUnderRightParabolaIsRightOfSomeBSs()
 {
     AssertCompare.Less(leftBS, pointUnderRightParabola);
     AssertCompare.Less(leftParabolaBS, pointUnderRightParabola);
     AssertCompare.Less(midBS, pointUnderRightParabola);
 }
Ejemplo n.º 6
0
 public void PointUnderRightParabolaIsLeftOfSomeBSs()
 {
     AssertCompare.Greater(rightBS, pointUnderRightParabola);
 }
Ejemplo n.º 7
0
 public void PointInMidRightIsLeftOfRightmostSection()
 {
     AssertCompare.Greater(rightMost, pointInMidRight);
 }
Ejemplo n.º 8
0
 public void PointUnderLeftParabolaIsInLeftParabolaBS()
 {
     AssertCompare.Intersecting(leftParabolaBS, pointUnderLeftParabola);
 }
Ejemplo n.º 9
0
 public void PointInMidRightIsRightOfTwoLeftmostSections()
 {
     AssertCompare.Less(leftMost, pointInMidRight);
     AssertCompare.Less(leftIsh, pointInMidRight);
 }
Ejemplo n.º 10
0
 public void PointInMidRightIsInRightishSection()
 {
     AssertCompare.Intersecting(rightIsh, pointInMidRight);
 }
Ejemplo n.º 11
0
 public void PointInMidLeftIsLeftOfTwoRightmostSections()
 {
     AssertCompare.Greater(rightIsh, pointInMidLeft);
     AssertCompare.Greater(rightMost, pointInMidLeft);
 }
Ejemplo n.º 12
0
 public void PointInMidLeftIsInLeftishSection()
 {
     AssertCompare.Intersecting(leftIsh, pointInMidLeft);
 }
Ejemplo n.º 13
0
 public void PointInMidLeftIsRightOfLeftmostSection()
 {
     AssertCompare.Less(leftMost, pointInMidLeft);
 }
Ejemplo n.º 14
0
 public void MidPointIsRightOfLeftBeachSection()
 {
     AssertCompare.Less(leftBeach, midPoint);
 }
Ejemplo n.º 15
0
 public void PointInExtremeRightIsInRightmostSection()
 {
     AssertCompare.Intersecting(rightMost, pointInExtremeRight);
 }
Ejemplo n.º 16
0
 public void MidPointIsLeftOfRightBeachSection()
 {
     AssertCompare.Greater(rightBeach, midPoint);
 }
Ejemplo n.º 17
0
 public void PointInExtremeRightIsRightOfAllOtherSections()
 {
     AssertCompare.Less(leftMost, pointInExtremeRight);
     AssertCompare.Less(leftIsh, pointInExtremeRight);
     AssertCompare.Less(rightIsh, pointInExtremeRight);
 }
Ejemplo n.º 18
0
 public void PointUnderMiddleParabolaIsInMidBS()
 {
     AssertCompare.Intersecting(midBS, pointUnderMiddleParabola);
 }
Ejemplo n.º 19
0
 public void LeftPointIsInLeftBeachSection()
 {
     AssertCompare.Intersecting(leftBeach, leftPoint);
 }
Ejemplo n.º 20
0
 public void PointUnderRightParabolaIsInRightParabolaBS()
 {
     AssertCompare.Intersecting(rightParabolaBS, pointUnderRightParabola);
 }
Ejemplo n.º 21
0
 public void MidPointIsInMidBeachSection()
 {
     AssertCompare.Intersecting(midBeach, midPoint);
 }
Ejemplo n.º 22
0
 public void LeftPointIntersects()
 {
     AssertCompare.Intersecting(bs, p1);
 }
Ejemplo n.º 23
0
 public void RightPointIsInRightBeachSection()
 {
     AssertCompare.Intersecting(rightBeach, rightPoint);
 }
Ejemplo n.º 24
0
 public void RightPointIntersects()
 {
     AssertCompare.Intersecting(bs, p3);
 }
Ejemplo n.º 25
0
 public void LeftPointIsLeftOfOtherBeachSections()
 {
     AssertCompare.Greater(midBeach, leftPoint);
     AssertCompare.Greater(rightBeach, leftPoint);
 }
Ejemplo n.º 26
0
 public void RightBeachLineGreaterThanLeftPoint()
 {
     AssertCompare.Greater(right, leftPoint);
 }
Ejemplo n.º 27
0
 public void RightPointIsRightOfOtherBeachSections()
 {
     AssertCompare.Less(leftBeach, rightPoint);
     AssertCompare.Less(midBeach, rightPoint);
 }
Ejemplo n.º 28
0
 public void RightPointInRightBeachLine()
 {
     AssertCompare.Intersecting(right, rightPoint);
 }
Ejemplo n.º 29
0
 public void PointInExtremeLeftIsInLeftmostSection()
 {
     AssertCompare.Intersecting(leftMost, pointInExtremeLeft);
 }