Index
All Classes and Interfaces|All Packages
T
- test - package test
- testGetBoard() - Method in class Model.GuestModelTest
- testGetBoard() - Method in class Model.HostModelTest
- testGetNewPlayerTiles() - Method in class Model.GuestModelTest
- testGetNewPlayerTiles() - Method in class Model.HostModelTest
- testGetScore() - Method in class Model.GuestModelTest
- testGetScore() - Method in class Model.HostModelTest
- testNextTurn() - Method in class Model.GuestModelTest
- testNextTurn() - Method in class Model.HostModelTest
- testStartGame() - Method in class Model.HostModelTest
- testSubmitWord() - Method in class Model.GuestModelTest
- Tile - Class in test
- Tile.Bag - Class in test
- tileVerticalWord(int, int) - Method in class test.Board
-
The tileVerticalWord function takes in a row and column number, and returns the word that is formed by the tiles vertically above or below it.
- toString() - Method in class test.BloomFilter
-
The toString function returns a string representation of the BitVector.
- tryPlaceWord(Word) - Method in class test.Board
-
The tryPlaceWord function takes in a word and checks if it is legal to place on the board.
All Classes and Interfaces|All Packages