public abstract class AbstractTestCase extends Object implements groovy.lang.GroovyObject
| Modifier and Type | Field and Description |
|---|---|
protected static Object |
CODENARC_PROPERTIES_FILE_PROP |
protected Object |
LOG |
org.junit.rules.TestName |
testName |
| Constructor and Description |
|---|
AbstractTestCase() |
| Modifier and Type | Method and Description |
|---|---|
groovy.lang.MetaClass |
getMetaClass() |
protected String |
getName() |
Object |
getProperty(String property) |
Object |
invokeMethod(String method,
Object arguments) |
protected void |
log(Object message) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(String property,
Object value) |
void |
setUpAbstractTestCase() |
protected static final Object CODENARC_PROPERTIES_FILE_PROP
protected final Object LOG
public org.junit.rules.TestName testName
public groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectpublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in interface groovy.lang.GroovyObjectpublic Object invokeMethod(String method, Object arguments)
invokeMethod in interface groovy.lang.GroovyObjectpublic Object getProperty(String property)
getProperty in interface groovy.lang.GroovyObjectpublic void setProperty(String property, Object value)
setProperty in interface groovy.lang.GroovyObjectprotected void log(Object message)
protected String getName()
public void setUpAbstractTestCase()
Copyright © 2021. All rights reserved.