Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
G
L
N
P
R
S
T
U
W
A
AllEventsTest
- Class in
net.curre.prefcount.event
This is a junit test for testing event classes.
AllEventsTest()
- Constructor for class net.curre.prefcount.event.
AllEventsTest
AppTest
- Class in
net.curre.prefcount
Unit test suite for prefCount application.
AppTest()
- Constructor for class net.curre.prefcount.
AppTest
assertButtonValues(String, JButton, boolean, boolean)
- Static method in class net.curre.prefcount.test.
BaseTestCase
Asserts that the given JButton is not null, is selected/unselected, and is enabled/disabled according to the passed values.
assertMapNotNullValues(Map, List<T>)
- Static method in class net.curre.prefcount.test.
BaseTestCase
Asserts that the given map has not null values that for the given keys.
assertMapNullValues(Map, List<T>)
- Static method in class net.curre.prefcount.test.
BaseTestCase
Asserts that the given map does not have values for the given keys.
assertNotBlankAndVisible(String, JLabel)
- Static method in class net.curre.prefcount.test.
BaseTestCase
Asserts that given label is not null and it's text field is not blank.
assertNotVisible(String, Component)
- Static method in class net.curre.prefcount.test.
BaseTestCase
Asserts that the given component is not visible.
assertNotVisible(Component)
- Static method in class net.curre.prefcount.test.
BaseTestCase
Asserts that the given component is not visible.
assertTextBlank(String, JLabel)
- Static method in class net.curre.prefcount.test.
BaseTestCase
Asserts that the given label is not null and its text string is blank (null or empty).
assertTextNotBlank(String, JLabel)
- Static method in class net.curre.prefcount.test.
BaseTestCase
Asserts that the given label is not null and its text string is not blank (not null and not empty).
assertValidResource(String, String)
- Static method in class net.curre.prefcount.test.
BaseTestCase
Asserts the resource key is not null, not empty, and valid (has corresponding string for all available locales).
assertVisible(String, Component)
- Static method in class net.curre.prefcount.test.
BaseTestCase
Asserts that the given component is visible.
assertVisible(Component)
- Static method in class net.curre.prefcount.test.
BaseTestCase
Asserts that the given component is visible.
B
BaseTestCase
- Class in
net.curre.prefcount.test
Object of this class represents a base test case for all unit tests and contains a set of prefcount specific assertions and common utilities.
BaseTestCase()
- Constructor for class net.curre.prefcount.test.
BaseTestCase
BaseTestCase.Whist
- Class in
net.curre.prefcount.test
Class to represent whist against one player.
C
createPlayerStatHelper(GameResultBean, int, Place, String, int, int, BaseTestCase.Whist...)
- Static method in class net.curre.prefcount.test.
BaseTestCase
Creates player statistics object and initializes it with the passed data.
D
deleteTestSettingsFile()
- Method in class net.curre.prefcount.test.
BaseTestCase
Deletes test settings file.
DialogInnerPanelTest
- Class in
net.curre.prefcount.gui
This is a junit test for testing dialog inner panel functionality.
DialogInnerPanelTest()
- Constructor for class net.curre.prefcount.gui.
DialogInnerPanelTest
G
GeneralTest
- Class in
net.curre.prefcount.gui
This is a junit test for testing main GUI functionality.
GeneralTest()
- Constructor for class net.curre.prefcount.gui.
GeneralTest
getPlayerFields(PlayersNamesPanel)
- Static method in class net.curre.prefcount.gui.
GuiPackageHelper
Gets the list of references to the player names fields from the given
PlayersNamesPanel
object.
GuiPackageHelper
- Class in
net.curre.prefcount.gui
This class is a helper class to access protected and package protected properties and methods in the net.curre.prefcount.gui package.
GuiPackageHelper()
- Constructor for class net.curre.prefcount.gui.
GuiPackageHelper
L
LafThemeServiceTest
- Class in
net.curre.prefcount.service
This is a junit test for testing LAF service.
LafThemeServiceTest()
- Constructor for class net.curre.prefcount.service.
LafThemeServiceTest
LocaleExtTest
- Class in
net.curre.prefcount.util
This is a junit test for testing
LocaleExt
class.
LocaleExtTest()
- Constructor for class net.curre.prefcount.util.
LocaleExtTest
N
n(Place, String)
- Static method in class net.curre.prefcount.test.
BaseTestCase.Whist
Creates a new
Whist
object.
net.curre.prefcount
- package net.curre.prefcount
net.curre.prefcount.event
- package net.curre.prefcount.event
net.curre.prefcount.gui
- package net.curre.prefcount.gui
net.curre.prefcount.service
- package net.curre.prefcount.service
net.curre.prefcount.test
- package net.curre.prefcount.test
Package net.curre.prefcount.test Description
net.curre.prefcount.util
- package net.curre.prefcount.util
P
place
- Variable in class net.curre.prefcount.test.
BaseTestCase.Whist
Player against whist this whist.
PrefCountRegistryTest
- Class in
net.curre.prefcount
This is a junit test for testing
PrefCountRegistry
class.
PrefCountRegistryTest()
- Constructor for class net.curre.prefcount.
PrefCountRegistryTest
PrefSkinsTest
- Class in
net.curre.prefcount.gui
This unit tests tests skin classes that implement the PrefSkin interface.
PrefSkinsTest()
- Constructor for class net.curre.prefcount.gui.
PrefSkinsTest
R
ResultServiceTest
- Class in
net.curre.prefcount.service
This is a junit test for testing result service.
ResultServiceTest()
- Constructor for class net.curre.prefcount.service.
ResultServiceTest
S
setTextFields(Collection<JTextField>, String...)
- Static method in class net.curre.prefcount.test.
BaseTestCase
Sets all JTextField text fileds with the given value.
setTextFields(Component[], String...)
- Static method in class net.curre.prefcount.test.
BaseTestCase
Sets all JTextField text fileds with the given value.
SETTINGS_FILE
- Static variable in class net.curre.prefcount.test.
BaseTestCase
Test settings file path relative to the root project directory.
SettingsServiceTest
- Class in
net.curre.prefcount.service
This is a junit test for testing settings service.
SettingsServiceTest()
- Constructor for class net.curre.prefcount.service.
SettingsServiceTest
setUp()
- Method in class net.curre.prefcount.event.
AllEventsTest
Creates and sets the main window (class variable) ans also initializes the result bean with a 3-player game data.
setUp()
- Method in class net.curre.prefcount.service.
SettingsServiceTest
Sets the settings file path in the PrefCountRegistry to the test value and deletes this test settings file if it exists.
setUp()
- Method in class net.curre.prefcount.test.
BaseTestCase
suite()
- Static method in class net.curre.prefcount.
AppTest
Returns the suite of all unit tests.
T
tearDown()
- Method in class net.curre.prefcount.service.
SettingsServiceTest
Deletes test settings file.
TEST_LOG_LEVEL
- Static variable in class net.curre.prefcount.test.
BaseTestCase
Application test log level.
TEST_LOG_PATH
- Static variable in class net.curre.prefcount.test.
BaseTestCase
Application test log file path.
testAll()
- Method in class net.curre.prefcount.service.
LafThemeServiceTest
Test main settings service functionality.
testAll()
- Method in class net.curre.prefcount.service.
SettingsServiceTest
Test main settings service functionality.
testAllForFourPlayers()
- Method in class net.curre.prefcount.gui.
GeneralTest
Test GUI for the 4 players settings.
testAllForThreePlayers()
- Method in class net.curre.prefcount.gui.
GeneralTest
Test GUI for the 3 players settings.
testAllSkins()
- Method in class net.curre.prefcount.gui.
PrefSkinsTest
Test GUI for the 3 players settings.
testChangeLanguageActionListener()
- Method in class net.curre.prefcount.event.
AllEventsTest
Tests the ChangeLanguageActionListener class.
testConstructor()
- Method in class net.curre.prefcount.util.
LocaleExtTest
Tests constructor.
testDetermineSizeOfString()
- Method in class net.curre.prefcount.util.
UtilitiesTest
Tests the determineSizeOfString() method.
testDialogButtonNavigationListener()
- Method in class net.curre.prefcount.event.
AllEventsTest
Tests the DialogButtonNavigationListener class.
testEquals()
- Method in class net.curre.prefcount.util.
LocaleExtTest
Tests the equals method.
testGameResultBean()
- Method in class net.curre.prefcount.service.
ResultServiceTest
Tests GameResultBean and PlayerStatistics beans methods (simple code that contains simple computing functionality).
testGenerateFinalResults()
- Method in class net.curre.prefcount.service.
ResultServiceTest
Tests the generateFinalResults() method.
testGenerateFinalResults3()
- Method in class net.curre.prefcount.service.
ResultServiceTest
Tests the generateFinalResults() method with more cases (using the divisible by N option).
testGenerateFinalResults4()
- Method in class net.curre.prefcount.service.
ResultServiceTest
Tests the generateFinalResults() method with even more more cases (using the divisible by N option).
testGetFirstLetterFromField()
- Method in class net.curre.prefcount.util.
UtilitiesTest
Tests the getFirstLetterFromField() method.
testGetPlatformType()
- Method in class net.curre.prefcount.util.
UtilitiesTest
Tests miscellaneous Utilities methods.
testHashCode()
- Method in class net.curre.prefcount.util.
LocaleExtTest
Tests the hashCode method.
testLastInputPanel()
- Method in class net.curre.prefcount.gui.
DialogInnerPanelTest
Tests LastInputPanel panel methods.
testLocale()
- Method in class net.curre.prefcount.
PrefCountRegistryTest
testMiscellaneous()
- Method in class net.curre.prefcount.util.
LocaleExtTest
Tests miscellaneous functionality.
testMiscellaneous()
- Method in class net.curre.prefcount.util.
UtilitiesTest
Tests miscellaneous Utilities methods.
testMiscErrors()
- Method in class net.curre.prefcount.gui.
GeneralTest
Test errors.
testPlayerDataPanel()
- Method in class net.curre.prefcount.gui.
DialogInnerPanelTest
Tests PlayerDataPanel panel methods.
testPlayersNamesPanel()
- Method in class net.curre.prefcount.gui.
DialogInnerPanelTest
Tests PlayersNamesPanel panel methods.
testRegistering()
- Method in class net.curre.prefcount.util.
LocaleExtTest
Tests component registering/unregistering/reregistering functionality.
testSaveResetSettingsActionListener()
- Method in class net.curre.prefcount.event.
AllEventsTest
Tests the SaveResetSettingsActionListener class.
testValidateTextField()
- Method in class net.curre.prefcount.util.
UtilitiesTest
Tests the testValidateTextField() method.
U
UtilitiesTest
- Class in
net.curre.prefcount.util
This is a junit test for testing
Utilities
class.
UtilitiesTest()
- Constructor for class net.curre.prefcount.util.
UtilitiesTest
W
whist
- Variable in class net.curre.prefcount.test.
BaseTestCase.Whist
Whist value as a string.
A
B
C
D
G
L
N
P
R
S
T
U
W
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2008. All Rights Reserved.