Uses of Interface
com.googlecode.lightest.core.ILightestReporter

Packages that use ILightestReporter
com.googlecode.lightest.core   
 

Uses of ILightestReporter in com.googlecode.lightest.core
 

Classes in com.googlecode.lightest.core that implement ILightestReporter
 class DefaultDetailsReporter
          This reporter creates XML files for each test method result containing task information throughout the test run, and creates an HTML report at the end.
 class DefaultSummaryReporter
          This reporter creates XML files for each test method result containing task information throughout the test run, and creates an HTML report at the end.
 class FailedReporterDecorator
           
 class LightestReporter
          An adapter class with no actual reporting functionality.
 class LightestReporterAdapter
          An IReporter decorator that 1) enables generateReport() to be invoked as an update, rather than a one-time call; and 2) enables the update to be scheduled with a cooldown, rather than always invoked immediately when the update method is called.
 class PendingReporter
          Maintains an XML file that represents the tests that have not yet been run.
 class ReporterInvoker
          Applies the composite pattern to a group of reporters.
 

Methods in com.googlecode.lightest.core that return ILightestReporter
protected  ILightestReporter Configuration.createConfiguredReporter(groovy.util.Node instanceConfig, boolean isFailedReporter)
          Returns a configured ILightestReporter.
 ILightestReporter Configuration.getFailedReporter()
           
 ILightestReporter IConfiguration.getFailedReporter()
           
 ILightestReporter Configuration.getPendingReporter()
           
 ILightestReporter IConfiguration.getPendingReporter()
           
 ILightestReporter Configuration.getXMLReporter()
           
 ILightestReporter IConfiguration.getXMLReporter()
           
 

Methods in com.googlecode.lightest.core with parameters of type ILightestReporter
 void ReporterInvoker.registerReporter(ILightestReporter reporter)
           
protected  void ReporterInvoker.runUpdateAndScheduleCooldown(ILightestReporter reporter, ISuite suite, TestRegistry testRegistry, String outputDir)
          Runs the reporter's update method, and updates the scheduled cooldown mapping to reflect the next time this method is allowed to run.
protected  void ReporterInvoker.runUpdateAndScheduleCooldown(ILightestReporter reporter, LightestTestResult result, TestRegistry testRegistry, List xmlSuites, List suites, String outputDir)
           
protected  void ReporterInvoker.scheduleUpdate(ILightestReporter reporter, ISuite suite, TestRegistry testRegistry, String outputDir)
           
protected  void ReporterInvoker.scheduleUpdate(ILightestReporter reporter, LightestTestResult result, TestRegistry testRegistry, List xmlSuites, List suites, String outputDir)
           
 



Copyright © 2009. All Rights Reserved.