Skip navigation links
A B C D G M R S T W 

A

AllTests - Class in com.buckosoft.fibs
Primary entry point for JUnit tests when running in eclipse.
AllTests() - Constructor for class com.buckosoft.fibs.AllTests
 

B

BoardTest - Class in com.buckosoft.fibs.gui.board
Test backgammon board drawing
BoardTest() - Constructor for class com.buckosoft.fibs.gui.board.BoardTest
Default constructor
BoardTestCommandDispatcher - Class in com.buckosoft.fibs.gui.board
Dummy CommandDispatcher for testing backgammon board drawing
BoardTestCommandDispatcher() - Constructor for class com.buckosoft.fibs.gui.board.BoardTestCommandDispatcher
 
buttonPressed(ToolbarHandler.Button) - Method in class com.buckosoft.fibs.gui.board.BoardTestCommandDispatcher
 

C

com.buckosoft.fibs - package com.buckosoft.fibs
 
com.buckosoft.fibs.BuckoFIBS - package com.buckosoft.fibs.BuckoFIBS
 
com.buckosoft.fibs.BuckoFIBS.db - package com.buckosoft.fibs.BuckoFIBS.db
 
com.buckosoft.fibs.document - package com.buckosoft.fibs.document
 
com.buckosoft.fibs.domain - package com.buckosoft.fibs.domain
 
com.buckosoft.fibs.domain.config - package com.buckosoft.fibs.domain.config
 
com.buckosoft.fibs.domain.gameEvent - package com.buckosoft.fibs.domain.gameEvent
 
com.buckosoft.fibs.gui.board - package com.buckosoft.fibs.gui.board
Test objects for board drawing.
com.buckosoft.fibs.net - package com.buckosoft.fibs.net
 

D

dispatch(CommandDispatcher.Command) - Method in class com.buckosoft.fibs.gui.board.BoardTestCommandDispatcher
 
dispatch(CommandDispatcher.Command, String) - Method in class com.buckosoft.fibs.gui.board.BoardTestCommandDispatcher
 
dispatch(CommandDispatcher.Command, Object) - Method in class com.buckosoft.fibs.gui.board.BoardTestCommandDispatcher
 
dispatch(CommandDispatcher.Command, String, String) - Method in class com.buckosoft.fibs.gui.board.BoardTestCommandDispatcher
 
DumpBoard - Class in com.buckosoft.fibs.domain
A little utility to parse a board and dump it to stdout.
DumpBoard() - Constructor for class com.buckosoft.fibs.domain.DumpBoard
 

G

getMainDialog() - Method in class com.buckosoft.fibs.gui.board.BoardTestCommandDispatcher
 
getProperties() - Method in class com.buckosoft.fibs.gui.board.BoardTestCommandDispatcher
 

M

main(String[]) - Static method in class com.buckosoft.fibs.domain.DumpBoard
 
main(String[]) - Static method in class com.buckosoft.fibs.gui.board.BoardTest
Start the BoardTest

R

ropChanged(boolean[]) - Method in class com.buckosoft.fibs.gui.board.BoardTestCommandDispatcher
 

S

setMainDialog(MainDialog) - Method in class com.buckosoft.fibs.gui.board.BoardTestCommandDispatcher
dummy method
setProperties(BFProperties) - Method in class com.buckosoft.fibs.gui.board.BoardTestCommandDispatcher
(non-Javadoc)
setUp() - Method in class com.buckosoft.fibs.BuckoFIBS.db.TestDatabaseImpl
 
setUp() - Method in class com.buckosoft.fibs.BuckoFIBS.TestGameManager
 
setUp() - Method in class com.buckosoft.fibs.document.TestDocument
 
setUp() - Method in class com.buckosoft.fibs.domain.config.TestRatingGraphConfig
 
setUp() - Method in class com.buckosoft.fibs.domain.gameEvent.TestGameEvent
 
setUp() - Method in class com.buckosoft.fibs.domain.gameEvent.TestGameEventBoard
 
setUp() - Method in class com.buckosoft.fibs.domain.gameEvent.TestGameEventMove
 
setUp() - Method in class com.buckosoft.fibs.domain.TestBoard
 
setUp() - Method in class com.buckosoft.fibs.domain.TestCookieString
 
setUp() - Method in class com.buckosoft.fibs.domain.TestFinishedMatch
 
setUp() - Method in class com.buckosoft.fibs.domain.TestGroupOfPlayers
 
setUp() - Method in class com.buckosoft.fibs.domain.TestPlayer
 
setUp() - Method in class com.buckosoft.fibs.domain.TestPlayerGroup
 
setUp() - Method in class com.buckosoft.fibs.domain.TestSavedMatch
 
setUp() - Method in class com.buckosoft.fibs.net.TestCookieMonster
 
suite() - Static method in class com.buckosoft.fibs.AllTests
 

T

testAddEvent() - Method in class com.buckosoft.fibs.BuckoFIBS.TestGameManager
testAddPlayer() - Method in class com.buckosoft.fibs.domain.TestGroupOfPlayers
testBadGameMove() - Method in class com.buckosoft.fibs.domain.gameEvent.TestGameEventMove
 
testBearingOff() - Method in class com.buckosoft.fibs.domain.gameEvent.TestGameEventMove
 
testBoard() - Method in class com.buckosoft.fibs.document.TestDocument
 
TestBoard - Class in com.buckosoft.fibs.domain
Test the Board
TestBoard() - Constructor for class com.buckosoft.fibs.domain.TestBoard
 
testClearDice() - Method in class com.buckosoft.fibs.domain.TestBoard
 
testClone() - Method in class com.buckosoft.fibs.domain.config.TestRatingGraphConfig
 
testClone() - Method in class com.buckosoft.fibs.domain.TestBoard
 
testCompareTo() - Method in class com.buckosoft.fibs.domain.TestPlayer
TestCookieMonster - Class in com.buckosoft.fibs.net
Test the CookieMonster
TestCookieMonster() - Constructor for class com.buckosoft.fibs.net.TestCookieMonster
 
TestCookieString - Class in com.buckosoft.fibs.domain
Test the CookieString domain object
TestCookieString() - Constructor for class com.buckosoft.fibs.domain.TestCookieString
 
testCookieString() - Method in class com.buckosoft.fibs.domain.TestCookieString
Test method for all of CookieString.
TestDatabaseImpl - Class in com.buckosoft.fibs.BuckoFIBS.db
Test the BuckoFIBS database
TestDatabaseImpl() - Constructor for class com.buckosoft.fibs.BuckoFIBS.db.TestDatabaseImpl
 
testDatabaseImpl() - Method in class com.buckosoft.fibs.BuckoFIBS.db.TestDatabaseImpl
testDirectionFromName() - Method in class com.buckosoft.fibs.domain.TestBoard
 
TestDocument - Class in com.buckosoft.fibs.document
 
TestDocument() - Constructor for class com.buckosoft.fibs.document.TestDocument
 
testFIBSCookie() - Method in class com.buckosoft.fibs.net.TestCookieMonster
 
TestFinishedMatch - Class in com.buckosoft.fibs.domain
 
TestFinishedMatch() - Constructor for class com.buckosoft.fibs.domain.TestFinishedMatch
 
testFinishedMatches() - Method in class com.buckosoft.fibs.BuckoFIBS.db.TestDatabaseImpl
TestGameEvent - Class in com.buckosoft.fibs.domain.gameEvent
Test the TestGameEvent base class
TestGameEvent() - Constructor for class com.buckosoft.fibs.domain.gameEvent.TestGameEvent
 
testGameEvent() - Method in class com.buckosoft.fibs.domain.gameEvent.TestGameEvent
 
TestGameEventBoard - Class in com.buckosoft.fibs.domain.gameEvent
Test the GameLine domain object.
TestGameEventBoard() - Constructor for class com.buckosoft.fibs.domain.gameEvent.TestGameEventBoard
 
testGameEventBoard() - Method in class com.buckosoft.fibs.domain.gameEvent.TestGameEventBoard
 
TestGameEventMove - Class in com.buckosoft.fibs.domain.gameEvent
Test the TestGameEventMove type of GameEvent
TestGameEventMove() - Constructor for class com.buckosoft.fibs.domain.gameEvent.TestGameEventMove
 
TestGameManager - Class in com.buckosoft.fibs.BuckoFIBS
Test the GameManager
TestGameManager() - Constructor for class com.buckosoft.fibs.BuckoFIBS.TestGameManager
 
testGameManager() - Method in class com.buckosoft.fibs.BuckoFIBS.TestGameManager
Test method for GameManager.GameManager().
testGameMove() - Method in class com.buckosoft.fibs.domain.gameEvent.TestGameEventMove
Test method for GameEventMove.getType().
testGetBar() - Method in class com.buckosoft.fibs.domain.TestBoard
 
testGetBfFlag() - Method in class com.buckosoft.fibs.domain.TestPlayer
Test method for Player.getBfFlag().
testGetBfStatus() - Method in class com.buckosoft.fibs.domain.TestPlayer
Test method for Player.getBfStatus().
testGetCheckersToMove() - Method in class com.buckosoft.fibs.domain.gameEvent.TestGameEventBoard
 
testGetClient() - Method in class com.buckosoft.fibs.domain.TestPlayer
Test method for Player.getClient().
testGetColor() - Method in class com.buckosoft.fibs.domain.TestGroupOfPlayers
Test method for GroupOfPlayers.getColor().
testGetColorStore() - Method in class com.buckosoft.fibs.domain.TestGroupOfPlayers
testGetCube() - Method in class com.buckosoft.fibs.domain.TestBoard
 
testGetDate() - Method in class com.buckosoft.fibs.domain.TestFinishedMatch
Test method for FinishedMatch.getDate().
testGetDice() - Method in class com.buckosoft.fibs.domain.TestBoard
 
testGetDirection() - Method in class com.buckosoft.fibs.domain.TestBoard
 
testGetDuration() - Method in class com.buckosoft.fibs.domain.TestFinishedMatch
testGetEmail() - Method in class com.buckosoft.fibs.domain.TestPlayer
Test method for Player.getEmail().
testGetExperience() - Method in class com.buckosoft.fibs.document.TestDocument
 
testGetExperience() - Method in class com.buckosoft.fibs.domain.TestPlayer
Test method for Player.getExperience().
testGetFirstMatchDate() - Method in class com.buckosoft.fibs.domain.config.TestRatingGraphConfig
 
testGetGroupId() - Method in class com.buckosoft.fibs.domain.TestPlayerGroup
 
testGetGroupName() - Method in class com.buckosoft.fibs.domain.TestGroupOfPlayers
testGetHasCube() - Method in class com.buckosoft.fibs.domain.TestBoard
 
testGetHome() - Method in class com.buckosoft.fibs.domain.TestBoard
 
testGetHostName() - Method in class com.buckosoft.fibs.domain.TestPlayer
Test method for Player.getHostName().
testGetId() - Method in class com.buckosoft.fibs.domain.TestGroupOfPlayers
Test method for GroupOfPlayers.getId().
testGetId() - Method in class com.buckosoft.fibs.domain.TestPlayer
Test method for Player.getId().
testGetId() - Method in class com.buckosoft.fibs.domain.TestPlayerGroup
 
testGetIdleTime() - Method in class com.buckosoft.fibs.domain.TestPlayer
Test method for Player.getIdleTime().
testGetLoginTime() - Method in class com.buckosoft.fibs.domain.TestPlayer
Test method for Player.getLoginTime().
testGetMatchCount() - Method in class com.buckosoft.fibs.domain.config.TestRatingGraphConfig
 
testGetMatchId() - Method in class com.buckosoft.fibs.domain.TestFinishedMatch
testGetMatchLength() - Method in class com.buckosoft.fibs.domain.TestBoard
 
testGetMatchLength() - Method in class com.buckosoft.fibs.domain.TestSavedMatch
 
testGetMatchPoints() - Method in class com.buckosoft.fibs.domain.TestFinishedMatch
testGetMatchScore() - Method in class com.buckosoft.fibs.domain.TestBoard
 
testGetMissManners() - Method in class com.buckosoft.fibs.domain.TestPlayer
Test method for Player.getMissManners().
testGetMissMannersString() - Method in class com.buckosoft.fibs.document.TestDocument
 
testGetName() - Method in class com.buckosoft.fibs.document.TestDocument
 
testGetName() - Method in class com.buckosoft.fibs.domain.TestPlayer
Test method for Player.getName().
testGetOpponent() - Method in class com.buckosoft.fibs.domain.TestPlayer
Test method for Player.getOpponent().
testGetOpponentId() - Method in class com.buckosoft.fibs.domain.TestFinishedMatch
testGetOpponentName() - Method in class com.buckosoft.fibs.domain.TestSavedMatch
 
testGetOpponentScore() - Method in class com.buckosoft.fibs.domain.TestFinishedMatch
testGetOpponentScore() - Method in class com.buckosoft.fibs.domain.TestSavedMatch
 
testGetPipCount() - Method in class com.buckosoft.fibs.domain.TestBoard
 
testGetPlayerGroups() - Method in class com.buckosoft.fibs.domain.TestGroupOfPlayers
testGetPlayerId() - Method in class com.buckosoft.fibs.domain.TestPlayerGroup
 
testGetPlayers() - Method in class com.buckosoft.fibs.domain.TestGroupOfPlayers
testGetPoints() - Method in class com.buckosoft.fibs.domain.TestBoard
 
testGetRating() - Method in class com.buckosoft.fibs.document.TestDocument
 
testGetRating() - Method in class com.buckosoft.fibs.domain.TestPlayer
Test method for Player.getRating().
testGetRatingAfterMatch() - Method in class com.buckosoft.fibs.domain.TestFinishedMatch
testGetRedoubles() - Method in class com.buckosoft.fibs.document.TestDocument
 
testGetSavedMatch() - Method in class com.buckosoft.fibs.domain.TestPlayer
Test method for Player.getSavedMatch().
testGetTimezone() - Method in class com.buckosoft.fibs.document.TestDocument
 
testGetType() - Method in class com.buckosoft.fibs.domain.config.TestRatingGraphConfig
 
testGetTypeAsInt() - Method in class com.buckosoft.fibs.domain.config.TestRatingGraphConfig
 
testGetWasDoubled() - Method in class com.buckosoft.fibs.domain.TestBoard
 
testGetWatching() - Method in class com.buckosoft.fibs.domain.TestPlayer
Test method for Player.getWatching().
testGetWhosTurn() - Method in class com.buckosoft.fibs.domain.TestBoard
 
testGetWinLoss() - Method in class com.buckosoft.fibs.domain.TestPlayer
Test method for Player.getWinLoss().
testGetXO() - Method in class com.buckosoft.fibs.domain.TestBoard
 
testGetYourScore() - Method in class com.buckosoft.fibs.domain.TestFinishedMatch
testGetYourScore() - Method in class com.buckosoft.fibs.domain.TestSavedMatch
 
testGoFirst() - Method in class com.buckosoft.fibs.BuckoFIBS.TestGameManager
Test method for GameManager.goFirst().
testGoLast() - Method in class com.buckosoft.fibs.BuckoFIBS.TestGameManager
Test method for GameManager.goLast().
testGoNext() - Method in class com.buckosoft.fibs.BuckoFIBS.TestGameManager
Test method for GameManager.goNext().
testGoPrev() - Method in class com.buckosoft.fibs.BuckoFIBS.TestGameManager
Test method for GameManager.goPrev().
testGoUndo() - Method in class com.buckosoft.fibs.BuckoFIBS.TestGameManager
Test method for GameManager.goUndo().
TestGroupOfPlayers - Class in com.buckosoft.fibs.domain
Test the GroupOfPlayers domain object
TestGroupOfPlayers() - Constructor for class com.buckosoft.fibs.domain.TestGroupOfPlayers
 
testGroupOfPlayers() - Method in class com.buckosoft.fibs.domain.TestGroupOfPlayers
testGroupOfPlayersStringColor() - Method in class com.buckosoft.fibs.domain.TestGroupOfPlayers
testGroupsOfPlayers() - Method in class com.buckosoft.fibs.BuckoFIBS.db.TestDatabaseImpl
Test method for GroupsOfPlayers access.
testIsAcceptDeclineDouble() - Method in class com.buckosoft.fibs.domain.TestBoard
 
testIsAcceptDeclineResign() - Method in class com.buckosoft.fibs.domain.TestBoard
 
testIsActive() - Method in class com.buckosoft.fibs.domain.TestGroupOfPlayers
Test method for GroupOfPlayers.isActive().
testIsAllowPip() - Method in class com.buckosoft.fibs.document.TestDocument
 
testIsAskDouble() - Method in class com.buckosoft.fibs.document.TestDocument
 
testIsAutoBoard() - Method in class com.buckosoft.fibs.document.TestDocument
 
testIsAutoDouble() - Method in class com.buckosoft.fibs.document.TestDocument
 
testIsAutoMove() - Method in class com.buckosoft.fibs.document.TestDocument
 
testIsAway() - Method in class com.buckosoft.fibs.document.TestDocument
 
testIsAway() - Method in class com.buckosoft.fibs.domain.TestPlayer
Test method for Player.isAway().
testIsBell() - Method in class com.buckosoft.fibs.document.TestDocument
 
testIsCrawford() - Method in class com.buckosoft.fibs.document.TestDocument
 
testIsDirty() - Method in class com.buckosoft.fibs.domain.TestGroupOfPlayers
Test method for GroupOfPlayers.isDirty().
testIsDirty() - Method in class com.buckosoft.fibs.domain.TestPlayerGroup
 
testIsGreedy() - Method in class com.buckosoft.fibs.document.TestDocument
 
testIsIgnore() - Method in class com.buckosoft.fibs.domain.TestGroupOfPlayers
Test method for GroupOfPlayers.isIgnore().
testIsInvited() - Method in class com.buckosoft.fibs.domain.TestPlayer
Test method for Player.isInvited().
testIsMoreBoards() - Method in class com.buckosoft.fibs.document.TestDocument
 
testIsMoves() - Method in class com.buckosoft.fibs.document.TestDocument
 
testIsNotify() - Method in class com.buckosoft.fibs.document.TestDocument
 
testIsPlaying() - Method in class com.buckosoft.fibs.domain.TestPlayer
Test method for Player.isPlaying().
testIsRace() - Method in class com.buckosoft.fibs.domain.TestBoard
 
testIsRatings() - Method in class com.buckosoft.fibs.document.TestDocument
 
testIsReady() - Method in class com.buckosoft.fibs.document.TestDocument
 
testIsReady() - Method in class com.buckosoft.fibs.domain.TestPlayer
Test method for Player.isReady().
testIsReport() - Method in class com.buckosoft.fibs.document.TestDocument
 
testIsSilent() - Method in class com.buckosoft.fibs.document.TestDocument
 
testIsYouMayDouble() - Method in class com.buckosoft.fibs.domain.TestBoard
 
testIsYouPlaying() - Method in class com.buckosoft.fibs.domain.TestBoard
 
testIsYourMove() - Method in class com.buckosoft.fibs.domain.TestBoard
 
testIsYourTurnToRollOrDouble() - Method in class com.buckosoft.fibs.domain.TestBoard
 
testOnMatchOver() - Method in class com.buckosoft.fibs.domain.TestBoard
 
testParseFibsBoard() - Method in class com.buckosoft.fibs.domain.TestBoard
 
testParseMissManners() - Method in class com.buckosoft.fibs.document.TestDocument
 
testParseOwnInfo() - Method in class com.buckosoft.fibs.document.TestDocument
 
testParsePlayer() - Method in class com.buckosoft.fibs.domain.TestPlayer
TestPlayer - Class in com.buckosoft.fibs.domain
Test the Player domain object
TestPlayer() - Constructor for class com.buckosoft.fibs.domain.TestPlayer
 
testPlayer() - Method in class com.buckosoft.fibs.domain.TestPlayer
Test method for Player.Player().
TestPlayerGroup - Class in com.buckosoft.fibs.domain
 
TestPlayerGroup() - Constructor for class com.buckosoft.fibs.domain.TestPlayerGroup
 
testPlayerGroup() - Method in class com.buckosoft.fibs.domain.TestPlayerGroup
 
testPlayerGroupIntInt() - Method in class com.buckosoft.fibs.domain.TestPlayerGroup
 
testPlayerName() - Method in class com.buckosoft.fibs.domain.TestBoard
 
testPlayerString() - Method in class com.buckosoft.fibs.domain.TestPlayer
TestRatingGraphConfig - Class in com.buckosoft.fibs.domain.config
 
TestRatingGraphConfig() - Constructor for class com.buckosoft.fibs.domain.config.TestRatingGraphConfig
 
testRemoveSavedMatch() - Method in class com.buckosoft.fibs.document.TestDocument
 
testReset() - Method in class com.buckosoft.fibs.BuckoFIBS.TestGameManager
testReset() - Method in class com.buckosoft.fibs.net.TestCookieMonster
 
testResetGame() - Method in class com.buckosoft.fibs.document.TestDocument
 
testResigningPoints() - Method in class com.buckosoft.fibs.domain.TestBoard
 
testSavedMatch() - Method in class com.buckosoft.fibs.document.TestDocument
 
TestSavedMatch - Class in com.buckosoft.fibs.domain
 
TestSavedMatch() - Constructor for class com.buckosoft.fibs.domain.TestSavedMatch
 
testSavedMatch() - Method in class com.buckosoft.fibs.domain.TestSavedMatch
 
testSetAcceptDeclineDouble() - Method in class com.buckosoft.fibs.domain.TestBoard
 
testSetActive() - Method in class com.buckosoft.fibs.domain.TestGroupOfPlayers
testSetAskDouble() - Method in class com.buckosoft.fibs.document.TestDocument
 
testSetAutoBoard() - Method in class com.buckosoft.fibs.document.TestDocument
 
testSetBfFlag() - Method in class com.buckosoft.fibs.domain.TestPlayer
Test method for Player.setBfFlag(int).
testSetBfStatus() - Method in class com.buckosoft.fibs.domain.TestPlayer
testSetCheckersToMove() - Method in class com.buckosoft.fibs.domain.gameEvent.TestGameEventBoard
 
testSetClient() - Method in class com.buckosoft.fibs.domain.TestPlayer
testSetClientConnection() - Method in class com.buckosoft.fibs.net.TestCookieMonster
 
testSetColor() - Method in class com.buckosoft.fibs.domain.TestGroupOfPlayers
testSetColorStore() - Method in class com.buckosoft.fibs.domain.TestGroupOfPlayers
testSetDate() - Method in class com.buckosoft.fibs.domain.TestFinishedMatch
testSetDirty() - Method in class com.buckosoft.fibs.domain.TestGroupOfPlayers
testSetDirty() - Method in class com.buckosoft.fibs.domain.TestPlayerGroup
 
testSetDuration() - Method in class com.buckosoft.fibs.domain.TestFinishedMatch
testSetFirstMatchDate() - Method in class com.buckosoft.fibs.domain.config.TestRatingGraphConfig
 
testSetGreedy() - Method in class com.buckosoft.fibs.document.TestDocument
 
testSetGroupId() - Method in class com.buckosoft.fibs.domain.TestPlayerGroup
 
testSetGroupName() - Method in class com.buckosoft.fibs.domain.TestGroupOfPlayers
testSetId() - Method in class com.buckosoft.fibs.domain.TestGroupOfPlayers
Test method for GroupOfPlayers.setId(int).
testSetId() - Method in class com.buckosoft.fibs.domain.TestPlayer
Test method for Player.setId(int).
testSetId() - Method in class com.buckosoft.fibs.domain.TestPlayerGroup
 
testSetIgnore() - Method in class com.buckosoft.fibs.domain.TestGroupOfPlayers
testSetInvited() - Method in class com.buckosoft.fibs.domain.TestPlayer
testSetMainDialog() - Method in class com.buckosoft.fibs.BuckoFIBS.TestGameManager
testSetMatchCount() - Method in class com.buckosoft.fibs.domain.config.TestRatingGraphConfig
 
testSetMatchId() - Method in class com.buckosoft.fibs.domain.TestFinishedMatch
testSetMatchLength() - Method in class com.buckosoft.fibs.domain.TestSavedMatch
 
testSetMatchPoints() - Method in class com.buckosoft.fibs.domain.TestFinishedMatch
testSetMissManners() - Method in class com.buckosoft.fibs.domain.TestPlayer
testSetName() - Method in class com.buckosoft.fibs.domain.TestPlayer
testSetOpponentId() - Method in class com.buckosoft.fibs.domain.TestFinishedMatch
testSetOpponentName() - Method in class com.buckosoft.fibs.domain.TestSavedMatch
 
testSetOpponentScore() - Method in class com.buckosoft.fibs.domain.TestFinishedMatch
testSetOpponentScore() - Method in class com.buckosoft.fibs.domain.TestSavedMatch
 
testSetPlayerGroups() - Method in class com.buckosoft.fibs.domain.TestGroupOfPlayers
testSetPlayerId() - Method in class com.buckosoft.fibs.domain.TestPlayerGroup
 
testSetRatingAfterMatch() - Method in class com.buckosoft.fibs.domain.TestFinishedMatch
testSetReady() - Method in class com.buckosoft.fibs.document.TestDocument
 
testSetReplayToolbar() - Method in class com.buckosoft.fibs.BuckoFIBS.TestGameManager
testSetSavedMatch() - Method in class com.buckosoft.fibs.domain.TestPlayer
testSetSortDice() - Method in class com.buckosoft.fibs.domain.TestBoard
 
testSetStartPositions() - Method in class com.buckosoft.fibs.domain.TestBoard
 
testSetType() - Method in class com.buckosoft.fibs.domain.config.TestRatingGraphConfig
 
testSetTypeAsInt() - Method in class com.buckosoft.fibs.domain.config.TestRatingGraphConfig
 
testSetWinLoss() - Method in class com.buckosoft.fibs.domain.TestPlayer
testSetYouDouble() - Method in class com.buckosoft.fibs.document.TestDocument
 
testSetYourScore() - Method in class com.buckosoft.fibs.domain.TestFinishedMatch
testSetYourScore() - Method in class com.buckosoft.fibs.domain.TestSavedMatch
 
testSetYourTurnToRollOrDouble() - Method in class com.buckosoft.fibs.domain.TestBoard
 
testStorePlayer() - Method in class com.buckosoft.fibs.BuckoFIBS.db.TestDatabaseImpl
testTagForDelete() - Method in class com.buckosoft.fibs.domain.TestPlayerGroup
 
testToString() - Method in class com.buckosoft.fibs.domain.gameEvent.TestGameEventMove
 
testUnwindProperties() - Method in class com.buckosoft.fibs.BuckoFIBS.db.TestDatabaseImpl
Test method for HibernateUtils.
testUpdateOpponent() - Method in class com.buckosoft.fibs.BuckoFIBS.db.TestDatabaseImpl
testWhoIsResigning() - Method in class com.buckosoft.fibs.domain.TestBoard
 
testXOFromName() - Method in class com.buckosoft.fibs.domain.TestBoard
 

W

writeChatMessageln(String, int, String) - Method in class com.buckosoft.fibs.gui.board.BoardTestCommandDispatcher
 
writeGameErrorln(String) - Method in class com.buckosoft.fibs.gui.board.BoardTestCommandDispatcher
 
writeGameMessageln(String) - Method in class com.buckosoft.fibs.gui.board.BoardTestCommandDispatcher
 
writeNetworkMessageln(String) - Method in class com.buckosoft.fibs.gui.board.BoardTestCommandDispatcher
 
writeRegisterUserMessage(String) - Method in class com.buckosoft.fibs.gui.board.BoardTestCommandDispatcher
 
writeSystemMessage(int, String) - Method in class com.buckosoft.fibs.gui.board.BoardTestCommandDispatcher
 
writeSystemMessageln(int, String) - Method in class com.buckosoft.fibs.gui.board.BoardTestCommandDispatcher
 
writeSystemMessageln(String) - Method in class com.buckosoft.fibs.gui.board.BoardTestCommandDispatcher
 
A B C D G M R S T W 
Skip navigation links

Copyright © 2008–2016 BuckoSoft. All rights reserved.