Groovy Documentation

griffon.fest
[Groovy] Class FestSwingTestCase

java.lang.Object
  junit.framework.Assert
      junit.framework.TestCase
          groovy.util.GroovyTestCase
              griffon.test.GriffonUnitTestCase
                  griffon.fest.FestSwingTestCase

abstract class FestSwingTestCase
extends GriffonUnitTestCase

Authors:
Andres Almiray


Field Summary
protected SwingGriffonApplication app

private boolean realized

private Object realizedLock

protected org.fest.swing.fixture.FrameFixture window

 
Fields inherited from class GriffonUnitTestCase
__$stMC, __timeStamp, __timeStamp__239_neverHappen1338836081600, TEST_SCRIPT_NAME_PREFIX
 
Fields inherited from class GroovyTestCase
TEST_SCRIPT_NAME_PREFIX
 
Constructor Summary
FestSwingTestCase()

 
Method Summary
private void initApp()

protected org.fest.swing.fixture.FrameFixture initWindow()

protected void onSetUp()

protected void onTearDown()

protected void setUp()

protected void setupConfig(SwingGriffonApplication app)

protected void tearDown()

 
Methods inherited from class GriffonUnitTestCase
setProperty, getProperty, getMetaClass, invokeMethod, setMetaClass, __$swapInit, super$1$wait, super$1$wait, super$1$wait, super$1$notify, super$1$getClass, super$1$notifyAll, super$1$finalize, super$1$equals, super$1$clone, super$1$hashCode, this$dist$invoke$4, this$dist$set$4, this$dist$get$4, super$3$run, super$3$run, getSavedMetaClasses, setSavedMetaClasses, getExecSync, setExecSync, getExecAsync, setExecAsync, getExecOutside, setExecOutside, getIsUIThread, setIsUIThread, getExecFuture, setExecFuture, super$3$toString, super$4$shouldFailWithCause, super$3$tearDown, super$4$assertScript, super$4$shouldFail, super$4$shouldFail, super$4$fixEOLs, super$3$runTest, super$4$assertInspect, super$4$getTestClassName, super$4$assertContains, super$4$assertContains, super$3$setName, super$3$countTestCases, super$4$getName, super$3$createResult, super$4$getMethodName, super$3$setUp, super$4$assertLength, super$4$assertLength, super$4$assertLength, super$4$notYetImplemented, super$4$assertToString, super$3$runBare, super$4$assertArrayEquals, getName, getMethodName, notYetImplemented, notYetImplemented, assertEquals, assertEquals, assertEquals, run, run, toString, setName, countTestCases, runBare, format, fail, fail, assertNotNull, assertNotNull, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertTrue, assertTrue, failNotEquals, assertFalse, assertFalse, assertNull, assertNull, assertSame, assertSame, assertNotSame, assertNotSame, failSame, failNotSame, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll
 
Methods inherited from class GroovyTestCase
getName, getMethodName, notYetImplemented, notYetImplemented, assertEquals, assertEquals, assertEquals, run, run, toString, setName, countTestCases, runBare, format, fail, fail, assertNotNull, assertNotNull, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertTrue, assertTrue, failNotEquals, assertFalse, assertFalse, assertNull, assertNull, assertSame, assertSame, assertNotSame, assertNotSame, failSame, failNotSame, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll
 

Field Detail

app

protected SwingGriffonApplication app


realized

private boolean realized


realizedLock

private final Object realizedLock


window

protected org.fest.swing.fixture.FrameFixture window


 
Constructor Detail

FestSwingTestCase

FestSwingTestCase()


 
Method Detail

initApp

private final void initApp()


initWindow

protected org.fest.swing.fixture.FrameFixture initWindow()


onSetUp

protected void onSetUp()


onTearDown

protected void onTearDown()


setUp

protected final void setUp()


setupConfig

protected void setupConfig(SwingGriffonApplication app)


tearDown

protected final void tearDown()


 

Groovy Documentation