com.github.jlgrock.javascriptframework.closuretestingreport
Class ClosureTestingReportGenerator

java.lang.Object
  extended by org.apache.maven.reporting.AbstractMavenReportRenderer
      extended by com.github.jlgrock.javascriptframework.closuretestingreport.ClosureTestingReportGenerator
All Implemented Interfaces:
org.apache.maven.reporting.MavenReportRenderer

public class ClosureTestingReportGenerator
extends org.apache.maven.reporting.AbstractMavenReportRenderer

Will write the output for the unit testing.


Field Summary
 
Fields inherited from class org.apache.maven.reporting.AbstractMavenReportRenderer
sink
 
Constructor Summary
ClosureTestingReportGenerator(org.apache.maven.doxia.sink.Sink sink, Set<com.github.jlgrock.javascriptframework.closuretesting.resultparsing.testingcomponents.TestCase> testCasesIn)
          Constructor.
 
Method Summary
 String getTitle()
           
protected  void renderBody()
           
 
Methods inherited from class org.apache.maven.reporting.AbstractMavenReportRenderer
createLinkPatternedText, endSection, endTable, javaScript, link, linkPatternedText, paragraph, propertiesToString, render, startSection, startTable, startTable, tableCaption, tableCell, tableCell, tableHeader, tableHeaderCell, tableRow, text, verbatimLink, verbatimText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClosureTestingReportGenerator

public ClosureTestingReportGenerator(org.apache.maven.doxia.sink.Sink sink,
                                     Set<com.github.jlgrock.javascriptframework.closuretesting.resultparsing.testingcomponents.TestCase> testCasesIn)
Constructor.

Parameters:
sink - the sink to use for writing
testCasesIn - the parsed test cases, used for writing statistical output
Method Detail

getTitle

public final String getTitle()
Specified by:
getTitle in interface org.apache.maven.reporting.MavenReportRenderer
Specified by:
getTitle in class org.apache.maven.reporting.AbstractMavenReportRenderer

renderBody

protected final void renderBody()
Specified by:
renderBody in class org.apache.maven.reporting.AbstractMavenReportRenderer


Copyright © 2011. All Rights Reserved.