Class GardenerTest.TestConstructor

java.lang.Object
com.takenoko.actors.GardenerTest.TestConstructor
Enclosing class:
GardenerTest

@Nested @DisplayName("Constructor") class GardenerTest.TestConstructor extends Object
  • Constructor Details

    • TestConstructor

      TestConstructor()
  • Method Details

    • shouldInstantiateTheGardenerAtTheOrigin

      @Test @DisplayName("should instantiate the gardener at the origin") void shouldInstantiateTheGardenerAtTheOrigin()
    • shouldInstantiateTheGardenerAtTheGivenPosition

      @Test @DisplayName("should instantiate the gardener at the given position") void shouldInstantiateTheGardenerAtTheGivenPosition()