Package com.takenoko.shape
Class ShapeTest.TestTranslate
java.lang.Object
com.takenoko.shape.ShapeTest.TestTranslate
- Enclosing class:
- ShapeTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
(package private) void
(package private) void
-
Constructor Details
-
TestTranslate
TestTranslate()
-
-
Method Details
-
translate_shouldReturnNewShapeWithSameSize
@Test @DisplayName("should return a new shape with the same size") void translate_shouldReturnNewShapeWithSameSize() -
translate_shouldReturnNewShapeWithTranslatedOrigin
@Test @DisplayName("should return a new shape with translated origin") void translate_shouldReturnNewShapeWithTranslatedOrigin() -
translate_shouldReturnNewShapeWithTilesTranslated
@Test @DisplayName("should return a new shape with the tiles translated") void translate_shouldReturnNewShapeWithTilesTranslated()
-