Exemplo n.º 1
0
 public void TestThatGameBoardHasEmptyBackground()
 {
     var target = new GameBoard(null, null, null, null, null);
     Assert.IsNull(target.getBoardBackgroundImage());
 }