frysk.gui.test
Class TestWindowFactorization

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

public class TestWindowFactorization
extends GuiTestCase


Field Summary
private  org.gnu.glade.LibGlade gladem
           
private  org.gnu.glade.LibGlade glader
           
private  MemoryWindow mw
           
private  RegisterWindow rw
           
private  Task theTask
           
 
Fields inherited from class frysk.gui.test.GuiTestCase
OBSERVERS_TEST_DIR, SESSIONS_TEST_DIR, TAGSETS_TEST_DIR, TEST_DIR
 
Constructor Summary
TestWindowFactorization()
           
 
Method Summary
 void initGlades()
           
 void setTasks()
           
 void setUp()
          Sets up the fixture, for example, open a network connection.
protected  void tearDown()
          Tears down the fixture, for example, close a network connection.
 void testWindowFactorization()
           
 
Methods inherited from class frysk.gui.test.GuiTestCase
cleanDir
 
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, 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

theTask

private Task theTask

gladem

private org.gnu.glade.LibGlade gladem

glader

private org.gnu.glade.LibGlade glader

mw

private MemoryWindow mw

rw

private RegisterWindow rw
Constructor Detail

TestWindowFactorization

public TestWindowFactorization()
Method Detail

setUp

public void setUp()
           throws Exception
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 GuiTestCase
Throws:
Exception

tearDown

protected void tearDown()
                 throws Exception
Description copied from class: TestCase
Tears down the fixture, for example, close a network connection. This method is called after a test is executed.

Overrides:
tearDown in class GuiTestCase
Throws:
Exception

testWindowFactorization

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

initGlades

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

setTasks

public void setTasks()