Class BlockTest
java.lang.Object
games.stendhal.server.entity.mapstuff.block.BlockTest
Tests for the pushable block
- Author:
- madmetzger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidvoidvoidvoidvoidtestPush()final voidvoidvoidTest timeout in the situation that a player blocks the return position.
-
Constructor Details
-
BlockTest
public BlockTest()
-
-
Method Details
-
beforeClass
public static void beforeClass() -
testReset
public final void testReset() -
testPush
public void testPush() -
testMultiPush
public void testMultiPush() -
testCoordinatesAfterPush
public void testCoordinatesAfterPush() -
testCollisionOnPush
- Throws:
Exception
-
testTimeOut
- Throws:
Exception
-
testTimeOutBlocked
public void testTimeOutBlocked()Test timeout in the situation that a player blocks the return position.
-