|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
groovy.util.GroovyTestCase
griffon.test.GriffonUnitTestCase
griffon.fest.FestSwingTestCase
abstract class FestSwingTestCase extends GriffonUnitTestCase
| 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_neverHappen1331291140192, 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()
|
| Field Detail |
|---|
protected SwingGriffonApplication app
private boolean realized
private final Object realizedLock
protected org.fest.swing.fixture.FrameFixture window
| Constructor Detail |
|---|
FestSwingTestCase()
| Method Detail |
|---|
private final void initApp()
protected org.fest.swing.fixture.FrameFixture initWindow()
protected void onSetUp()
protected void onTearDown()
protected final void setUp()
protected void setupConfig(SwingGriffonApplication app)
protected final void tearDown()
Groovy Documentation