com.googlecode.lightest.core
Class FailedReporterDecorator
java.lang.Object
com.googlecode.lightest.core.LightestReporter
com.googlecode.lightest.core.LightestReporterAdapter
com.googlecode.lightest.core.FailedReporterDecorator
- All Implemented Interfaces:
- ILightestReporter, ITestRegistryAcceptor, groovy.lang.GroovyObject, IReporter, ITestNGListener
public class FailedReporterDecorator
- extends LightestReporterAdapter
- implements groovy.lang.GroovyObject
- Author:
- hchai
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FailedReporterDecorator
public FailedReporterDecorator(IReporter delegate)
updateReport
public void updateReport(LightestTestResult result,
List xmlSuites,
List suites,
String outputDirectory)
getMetaClass
public groovy.lang.MetaClass getMetaClass()
- Specified by:
getMetaClass in interface groovy.lang.GroovyObject- Overrides:
getMetaClass in class LightestReporterAdapter
setMetaClass
public void setMetaClass(groovy.lang.MetaClass metaClass)
- Specified by:
setMetaClass in interface groovy.lang.GroovyObject- Overrides:
setMetaClass in class LightestReporterAdapter
invokeMethod
public Object invokeMethod(String name,
Object args)
- Specified by:
invokeMethod in interface groovy.lang.GroovyObject- Overrides:
invokeMethod in class LightestReporterAdapter
getProperty
public Object getProperty(String name)
- Specified by:
getProperty in interface groovy.lang.GroovyObject- Overrides:
getProperty in class LightestReporterAdapter
setProperty
public void setProperty(String name,
Object value)
- Specified by:
setProperty in interface groovy.lang.GroovyObject- Overrides:
setProperty in class LightestReporterAdapter
Copyright © 2009. All Rights Reserved.