net.sf.jameleon.reporting
Class AbstractTestRunReporter

java.lang.Object
  extended by net.sf.jameleon.reporting.AbstractTestRunReporter
All Implemented Interfaces:
TestRunReporter
Direct Known Subclasses:
HtmlTestRunReporter, SimpleTestRunReporter

public abstract class AbstractTestRunReporter
extends Object
implements TestRunReporter


Constructor Summary
AbstractTestRunReporter()
           
 
Method Summary
 void cleanUp()
          Cleans up any resources used
 Writer getWriter()
          Gets the Writer to use to write to results to
 void setWriter(Writer writer)
          Sets the Writer to use to write to results to
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.jameleon.reporting.TestRunReporter
reportScriptResult, reportTestRunComplete, reportTestRunStart
 

Constructor Detail

AbstractTestRunReporter

public AbstractTestRunReporter()
Method Detail

cleanUp

public void cleanUp()
Description copied from interface: TestRunReporter
Cleans up any resources used

Specified by:
cleanUp in interface TestRunReporter

getWriter

public Writer getWriter()
Description copied from interface: TestRunReporter
Gets the Writer to use to write to results to

Specified by:
getWriter in interface TestRunReporter
Returns:
The Writer to use to write to results to

setWriter

public void setWriter(Writer writer)
Description copied from interface: TestRunReporter
Sets the Writer to use to write to results to

Specified by:
setWriter in interface TestRunReporter
Parameters:
writer - The Writer to use to write to results to


Copyright © 2003-2008 Christian Hargraves. All Rights Reserved.