ch.fortysix.maven.report.surefire
Class SurefireReportBodyGenerator
java.lang.Object
ch.fortysix.maven.report.surefire.SurefireReportBodyGenerator
- All Implemented Interfaces:
- groovy.lang.GroovyObject
public class SurefireReportBodyGenerator
- extends Object
- implements groovy.lang.GroovyObject
Generates the html body for the postman surefire report
- Author:
- Domi
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SurefireReportBodyGenerator
public SurefireReportBodyGenerator()
getReceiver2TestReport
public Object getReceiver2TestReport()
setReceiver2TestReport
public void setReceiver2TestReport(Object value)
generateBody
public void generateBody(org.apache.maven.doxia.sink.Sink sink)
getMetaClass
public groovy.lang.MetaClass getMetaClass()
- Specified by:
getMetaClass in interface groovy.lang.GroovyObject
setMetaClass
public void setMetaClass(groovy.lang.MetaClass metaClass)
- Specified by:
setMetaClass in interface groovy.lang.GroovyObject
invokeMethod
public Object invokeMethod(String name,
Object args)
- Specified by:
invokeMethod in interface groovy.lang.GroovyObject
getProperty
public Object getProperty(String name)
- Specified by:
getProperty in interface groovy.lang.GroovyObject
setProperty
public void setProperty(String name,
Object value)
- Specified by:
setProperty in interface groovy.lang.GroovyObject
Copyright © 2009-2010. All Rights Reserved.