package core;

import static org.junit.Assert.*;

import org.junit.Test;

public class TestBoard {

	@Test
	public void testBoardIntIntIntIntInt() {
		fail("Not yet implemented");
	}

	@Test
	public void testBoardIntIntInt() {
		fail("Not yet implemented");
	}

	@Test
	public void testBoardIntIntIntInt() {
		fail("Not yet implemented");
	}

	@Test
	public void testBoardIntInt() {
		fail("Not yet implemented");
	}

	@Test
	public void testIsBonusSquare() {
		fail("Not yet implemented");
	}

	@Test
	public void testGetSquareContent() {
		fail("Not yet implemented");
	}

	@Test
	public void testAddPawn() {
		fail("Not yet implemented");
	}

	@Test
	public void testRemovePawn() {
		fail("Not yet implemented");
	}

	@Test
	public void testRemoveAllPawns() {
		fail("Not yet implemented");
	}

	@Test
	public void testNumberOfPawns() {
		fail("Not yet implemented");
	}

	@Test
	public void testMaxGold() {
		fail("Not yet implemented");
	}

	@Test
	public void testGetNextPawn() {
		fail("Not yet implemented");
	}

	@Test
	public void testSquareContentSprite() {
		fail("Not yet implemented");
	}

	@Test
	public void testToString() {
		fail("Not yet implemented");
	}

}
