Package pbt.humbug.model
Class PositionTest
- java.lang.Object
-
- pbt.humbug.model.PositionTest
-
public class PositionTest extends Object
Tests position.- Author:
- Pierre Bettens (pbt)
-
-
Constructor Summary
Constructors Constructor Description PositionTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestEquals_differentobject()voidtestEquals_differentreference()voidtestEquals_sameobject()voidtestHashcode_1()voidtestNext_east()Test of next method, of class Position.voidtestNext_north()Test of next method, of class Position.voidtestNext_south()Test of next method, of class Position.voidtestNext_west()Test of next method, of class Position.
-
-
-
Method Detail
-
testNext_north
@Test public void testNext_north()
Test of next method, of class Position.
-
testNext_south
@Test public void testNext_south()
Test of next method, of class Position.
-
testNext_east
@Test public void testNext_east()
Test of next method, of class Position.
-
testNext_west
@Test public void testNext_west()
Test of next method, of class Position.
-
testEquals_sameobject
@Test public void testEquals_sameobject()
-
testEquals_differentreference
@Test public void testEquals_differentreference()
-
testEquals_differentobject
@Test public void testEquals_differentobject()
-
testHashcode_1
@Test public void testHashcode_1()
-
-