Package com.takenoko.shape
Class ShapeTest.TestRotate60
java.lang.Object
com.takenoko.shape.ShapeTest.TestRotate60
- Enclosing class:
- ShapeTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
(package private) void
(package private) void
-
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()
-