Class AbstractTestCase
java.lang.Object
org.codenarc.test.AbstractTestCase
- All Implemented Interfaces:
groovy.lang.GroovyObject
- Direct Known Subclasses:
AbstractRuleTestCase
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongroovy.lang.MetaClassprotected StringgetName()getProperty(String property) invokeMethod(String method, Object arguments) protected voidvoidsetMetaClass(groovy.lang.MetaClass mc) voidsetProperty(String property, Object value) void
-
Field Details
-
CODENARC_PROPERTIES_FILE_PROP
-
LOG
-
testName
public org.junit.rules.TestName testName
-
-
Constructor Details
-
AbstractTestCase
public AbstractTestCase()
-
-
Method Details
-
getMetaClass
public groovy.lang.MetaClass getMetaClass()- Specified by:
getMetaClassin interfacegroovy.lang.GroovyObject
-
setMetaClass
public void setMetaClass(groovy.lang.MetaClass mc) - Specified by:
setMetaClassin interfacegroovy.lang.GroovyObject
-
invokeMethod
-
getProperty
-
setProperty
-
log
-
getName
-
setUpAbstractTestCase
public void setUpAbstractTestCase()
-