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 void
testEquals_differentobject()
void
testEquals_differentreference()
void
testEquals_sameobject()
void
testHashcode_1()
void
testNext_east()
Test of next method, of class Position.void
testNext_north()
Test of next method, of class Position.void
testNext_south()
Test of next method, of class Position.void
testNext_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()
-
-