Class ShapeTest.TestGetMissingShape

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

@Nested @DisplayName("method getMissingShape") class ShapeTest.TestGetMissingShape extends Object
  • 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()