Package com.takenoko.actors
Class PandaTest.TestMove
java.lang.Object
com.takenoko.actors.PandaTest.TestMove
- Enclosing class:
- PandaTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
(package private) void
-
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()
-