Package com.takenoko.shape
Class ShapeTest.TestGetMissingShape
java.lang.Object
com.takenoko.shape.ShapeTest.TestGetMissingShape
- Enclosing class:
- ShapeTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
(package private) void
-
Constructor Details
-
TestGetMissingShape
TestGetMissingShape()
-
-
Method Details
-
getMissingShape_shouldReturnShapeCorrespondingToMissingPartOfShape
@Test @DisplayName("should return a shape corresponding to the missing part of the shape") void getMissingShape_shouldReturnShapeCorrespondingToMissingPartOfShape() -
getMissingShape_shouldReturnAComplexShapeCorrespondingToMissingPartOfShape
@Test @DisplayName("should return a complex shape corresponding to the missing part of the shape") void getMissingShape_shouldReturnAComplexShapeCorrespondingToMissingPartOfShape()
-