@PowerMockIgnore(value={"org.mockito.*","org.robolectric.*","android.*"})
public class GameAppTest
extends java.lang.Object
For these tests to function properly, ConnectN's constructors, dimension getters, and N getter need to be implemented. Other functionality, including setBoardAt and getWinner, is mocked here, so you do not need to have those functions working to pass the app tests.
Constructor and Description |
---|
GameAppTest() |
Modifier and Type | Method and Description |
---|---|
void |
testTileClicks() |
void |
testWinnerLabel() |