Class ShapeTest.TestRotate60

java.lang.Object
com.takenoko.shape.ShapeTest.TestRotate60
Enclosing class:
ShapeTest

@Nested @DisplayName("Method rotate60") class ShapeTest.TestRotate60 extends Object
  • Constructor Details

    • TestRotate60

      TestRotate60()
  • Method Details

    • rotate60_shouldReturnNewShapeWithSameSize

      @Test @DisplayName("should return a new shape with the same size") void rotate60_shouldReturnNewShapeWithSameSize()
    • rotate60_shouldReturnNewShapeWithSameOrigin

      @Test @DisplayName("should return a new shape with the same origin") void rotate60_shouldReturnNewShapeWithSameOrigin()
    • rotate60_shouldReturnNewShapeWithTilesRotated60Degrees

      @Test @DisplayName("should return a new shape with the tiles rotated 60 degrees") void rotate60_shouldReturnNewShapeWithTilesRotated60Degrees()