frysk.gui
Class TestGlade

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by frysk.junit.TestCase
              extended by frysk.gui.TestGlade
All Implemented Interfaces:
Test

public class TestGlade
extends TestCase


Field Summary
(package private)  org.gnu.glade.LibGlade create_session_glade
           
private static String CREATE_SESSION_GLADE
           
(package private)  org.gnu.glade.LibGlade glade
           
private static String GLADE_FILE
           
(package private)  org.gnu.glade.LibGlade memory_window
           
private static String MEMORY_WINDOW
           
(package private)  org.gnu.glade.LibGlade register_window
           
private static String REGISTER_WINDOW
           
(package private)  org.gnu.glade.LibGlade session_glade
           
private static String SESSION_MANAGER_GLADE
           
 
Constructor Summary
TestGlade()
           
 
Method Summary
 void setUp()
          Sets up the fixture, for example, open a network connection.
 void testGladeLoading()
           
 
Methods inherited from class frysk.junit.TestCase
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, getTimeoutMilliseconds, getTimeoutSeconds, missing32or64, unresolved, unresolvedOffUtrace, unresolvedOn32On64, unresolvedOnIA32, unresolvedOnPPC, unresolvedOnUtrace, unresolvedOnx8664, unsupported
 
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, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

GLADE_FILE

private static final String GLADE_FILE
See Also:
Constant Field Values

CREATE_SESSION_GLADE

private static final String CREATE_SESSION_GLADE
See Also:
Constant Field Values

SESSION_MANAGER_GLADE

private static final String SESSION_MANAGER_GLADE
See Also:
Constant Field Values

MEMORY_WINDOW

private static final String MEMORY_WINDOW
See Also:
Constant Field Values

REGISTER_WINDOW

private static final String REGISTER_WINDOW
See Also:
Constant Field Values

glade

org.gnu.glade.LibGlade glade

create_session_glade

org.gnu.glade.LibGlade create_session_glade

register_window

org.gnu.glade.LibGlade register_window

memory_window

org.gnu.glade.LibGlade memory_window

session_glade

org.gnu.glade.LibGlade session_glade
Constructor Detail

TestGlade

public TestGlade()
Method Detail

setUp

public void setUp()
Description copied from class: TestCase
Sets up the fixture, for example, open a network connection. This method is called before a test is executed.

Overrides:
setUp in class TestCase

testGladeLoading

public void testGladeLoading()
                      throws FileNotFoundException,
                             org.gnu.glade.GladeXMLException,
                             IOException
Throws:
FileNotFoundException
org.gnu.glade.GladeXMLException
IOException