Uses of Class
com.googlecode.lightest.core.LightestReporter

Packages that use LightestReporter
com.googlecode.lightest.core   
 

Uses of LightestReporter in com.googlecode.lightest.core
 

Subclasses of LightestReporter in com.googlecode.lightest.core
 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 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.
 



Copyright © 2009. All Rights Reserved.