|
Griffon 0.9.5-rc2 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.ObjectGroovyTestCase
griffon.test.AbstractSwingTestCase
class AbstractSwingTestCase extends GroovyTestCase
Base classe for Swing relatedt test.
Field Summary | |
---|---|
private static boolean |
headless
|
Property Summary | |
---|---|
def |
execAsync
Executes code asynchronously inside the UI thread |
def |
execFuture
Schedules a block of code as a Future |
def |
execOutside
Executes code outside the UI thread |
def |
execSync
Executes code synchronously inside the UI thread |
def |
isUIThread
True if the current thread is the UI thread |
Constructor Summary | |
AbstractSwingTestCase()
|
Method Summary | |
---|---|
static boolean
|
getHeadless()
Alias for isHeadless(). |
static boolean
|
isHeadless()
A boolean indicating if we are running in headless mode. |
Field Detail |
---|
private static boolean headless
Property Detail |
---|
def execAsync
def execFuture
def execOutside
def execSync
def isUIThread
Constructor Detail |
---|
AbstractSwingTestCase()
Method Detail |
---|
static boolean getHeadless()
static boolean isHeadless()
Groovy Documentation