Uses of Interface
org.specrunner.report.IReporter

Packages that use IReporter
org.specrunner.core.pipes   
org.specrunner.report   
org.specrunner.report.core   
 

Uses of IReporter in org.specrunner.core.pipes
 

Methods in org.specrunner.core.pipes that return IReporter
protected  IReporter PipeReporter.createReporter()
          Creates a reporter instance.
static IReporter PipeReporter.lookup(IChannel channel)
          Recover the reporter from channel.
 

Methods in org.specrunner.core.pipes with parameters of type IReporter
static IChannel PipeReporter.bind(IChannel channel, IReporter obj)
          Bind the object to the channel.
 

Uses of IReporter in org.specrunner.report
 

Subinterfaces of IReporter in org.specrunner.report
 interface IReporterGroup
          A reporter group.
 

Methods in org.specrunner.report that return IReporter
 IReporter IReporterFactory.newReporter()
          Creates a reporter.
 

Uses of IReporter in org.specrunner.report.core
 

Classes in org.specrunner.report.core that implement IReporter
 class AbstractReport
          Generic extractor of usefull information for reporter dumps.
 class ReporterGroupImpl
          Default reporter group implementation.
 class ReporterTxt
          Basic TXT implementation.
 

Fields in org.specrunner.report.core declared as IReporter
protected  IReporter ReporterFactoryImpl.reporter
          Reused reporter.
 

Methods in org.specrunner.report.core that return IReporter
 IReporter ReporterFactoryImpl.getReporter()
          Gets the reporter.
 IReporter ReporterFactoryImpl.newReporter()
           
 IReporter ReporterFactoryGroupImpl.newReporter()
           
 

Methods in org.specrunner.report.core with parameters of type IReporter
 void ReporterFactoryImpl.setReporter(IReporter reporter)
          Set the reporter.
 

Constructors in org.specrunner.report.core with parameters of type IReporter
ReporterFactoryImpl(IReporter reporter)
          Creates a new reporter factory.
 



Copyright © 2014. All rights reserved.