Class PandaTest.TestMove

java.lang.Object
com.takenoko.actors.PandaTest.TestMove
Enclosing class:
PandaTest

@Nested @DisplayName("Method move()") class PandaTest.TestMove extends Object
  • Constructor Details

    • TestMove

      TestMove()
  • Method Details

    • shouldMoveThePandaWithAVector

      @Test @DisplayName("should move the panda with a valid vector") void shouldMoveThePandaWithAVector()
    • shouldThrowAnExceptionIfThePandaIsNotMovingWithAValidVector

      @Test @DisplayName("should throw an exception if the panda is not moving with a valid vector") void shouldThrowAnExceptionIfThePandaIsNotMovingWithAValidVector()