net.curre.prefcount.event
Class AllEventsTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by net.curre.prefcount.test.BaseTestCase
              extended by net.curre.prefcount.event.AllEventsTest
All Implemented Interfaces:
junit.framework.Test

public class AllEventsTest
extends BaseTestCase

This is a junit test for testing event classes.

Created date: Dec 15, 2007

Author:
Yevgeny Nyden

Field Summary
 
Fields inherited from class net.curre.prefcount.test.BaseTestCase
SETTINGS_FILE
 
Constructor Summary
AllEventsTest()
           
 
Method Summary
 void setUp()
          Creates and sets the main window (class variable) ans also initializes the result bean with a 3-player game data.
 void testChangeLanguageActionListener()
          Tests the ChangeLanguageActionListener class.
 void testComputeButtonActionListener()
          Tests the ComputeButtonActionListener class.
 void testDialogButtonNavigationListener()
          Tests the DialogButtonNavigationListener class.
 void testSaveResetSettingsActionListener()
          Tests the SaveResetSettingsActionListener class.
 void testStartAskingQuestionsListener()
          Tests the StartAskingQuestionsListener class.
 
Methods inherited from class net.curre.prefcount.test.BaseTestCase
assertButtonValues, assertMapNotNullValues, assertMapNullValues, assertNotBlankAndVisible, assertNotVisible, assertNotVisible, assertTextBlank, assertTextNotBlank, assertValidResource, assertVisible, assertVisible, createPlayerStatHelper, deleteTestSettingsFile, setTextFields, setTextFields
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AllEventsTest

public AllEventsTest()
Method Detail

setUp

public void setUp()
           throws java.lang.Exception
Creates and sets the main window (class variable) ans also initializes the result bean with a 3-player game data.

Overrides:
setUp in class junit.framework.TestCase
Throws:
java.lang.Exception

testChangeLanguageActionListener

public void testChangeLanguageActionListener()
Tests the ChangeLanguageActionListener class.


testComputeButtonActionListener

public void testComputeButtonActionListener()
Tests the ComputeButtonActionListener class.


testDialogButtonNavigationListener

public void testDialogButtonNavigationListener()
Tests the DialogButtonNavigationListener class.


testSaveResetSettingsActionListener

public void testSaveResetSettingsActionListener()
Tests the SaveResetSettingsActionListener class.


testStartAskingQuestionsListener

public void testStartAskingQuestionsListener()
Tests the StartAskingQuestionsListener class.



Copyright © 2008. All Rights Reserved.