public class GafferConfiguratorTest extends Object implements groovy.lang.GroovyObject
Constructor and Description |
---|
GafferConfiguratorTest() |
Modifier and Type | Method and Description |
---|---|
void |
appenderRefShouldWork() |
void |
appenderRefWithNonAppenderAttachable() |
void |
contextName() |
void |
contextProperty() |
void |
conversionRule() |
void |
evaluatorWithMatcher() |
GafferConfigurator |
getConfigurator() |
LoggerContext |
getContext() |
int |
getDiff() |
Logger |
getLogger() |
groovy.lang.MetaClass |
getMetaClass() |
Object |
getProperty(String property) |
Logger |
getRoot() |
Object |
getShouldFail() |
Object |
invokeMethod(String method,
Object arguments) |
void |
onTheFly() |
void |
propertyCascading0() |
void |
propertyCascading1() |
void |
propertyCascading2() |
void |
receiver() |
void |
setConfigurator(GafferConfigurator value) |
void |
setContext(LoggerContext value) |
void |
setDiff(int value) |
void |
setLogger(Logger value) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(String property,
Object value) |
void |
setRoot(Logger value) |
void |
setUp() |
void |
smoke() |
public GafferConfiguratorTest()
public groovy.lang.MetaClass getMetaClass()
getMetaClass
in interface groovy.lang.GroovyObject
public void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass
in interface groovy.lang.GroovyObject
public Object invokeMethod(String method, Object arguments)
invokeMethod
in interface groovy.lang.GroovyObject
public Object getProperty(String property)
getProperty
in interface groovy.lang.GroovyObject
public void setProperty(String property, Object value)
setProperty
in interface groovy.lang.GroovyObject
public LoggerContext getContext()
public void setContext(LoggerContext value)
public int getDiff()
public void setDiff(int value)
public GafferConfigurator getConfigurator()
public void setConfigurator(GafferConfigurator value)
public final Object getShouldFail()
public void setUp()
public void smoke()
public void onTheFly()
public void contextName()
public void contextProperty()
public void conversionRule()
public void evaluatorWithMatcher()
public void propertyCascading0()
public void propertyCascading1()
public void propertyCascading2()
public void receiver()
public void appenderRefShouldWork()
public void appenderRefWithNonAppenderAttachable()
Copyright © 2005–2017 QOS.ch. All rights reserved.