cafe.test
Class TestGuiSettings

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by cafe.test.TestGuiSettings
All Implemented Interfaces:
junit.framework.Test

public class TestGuiSettings
extends junit.framework.TestCase

Version:
08-04-2007
Author:
Antti-Pekka Sarin

Field Summary
static int ENGLISH
           
static int FINNISH
           
static int SWEDISH
           
 
Constructor Summary
TestGuiSettings()
           
 
Method Summary
 void testGetErrorTimeout()
          Test method for GUISettings.getErrorTimeout().
 void testGetIdleTimeout()
          Test method for GUISettings.getIdleTimeout().
 void testGetLangPicture()
          Test method for cafe.gui.GUISettings#getLangPicture(int).
 void testGetPayTimeout()
          Test method for GUISettings.getPayTimeout().
 void testGetString()
          Test method for cafe.gui.GUISettings#getString(java.lang.String, int).
 void testGUISettings()
          Test method for GUISettings.GUISettings(cafe.gui.Language[], int, int, int).
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, run, run, runBare, setName, 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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

FINNISH

public static final int FINNISH
See Also:
Constant Field Values

SWEDISH

public static final int SWEDISH
See Also:
Constant Field Values

ENGLISH

public static final int ENGLISH
See Also:
Constant Field Values
Constructor Detail

TestGuiSettings

public TestGuiSettings()
Method Detail

testGUISettings

public void testGUISettings()
Test method for GUISettings.GUISettings(cafe.gui.Language[], int, int, int).


testGetString

public void testGetString()
Test method for cafe.gui.GUISettings#getString(java.lang.String, int).


testGetLangPicture

public void testGetLangPicture()
Test method for cafe.gui.GUISettings#getLangPicture(int).


testGetIdleTimeout

public void testGetIdleTimeout()
Test method for GUISettings.getIdleTimeout().


testGetPayTimeout

public void testGetPayTimeout()
Test method for GUISettings.getPayTimeout().


testGetErrorTimeout

public void testGetErrorTimeout()
Test method for GUISettings.getErrorTimeout().