Uses of Interface
net.sourceforge.cobertura.metrics.api.event.SourceLocationListener

Packages that use SourceLocationListener
net.sourceforge.cobertura.metrics.api   
net.sourceforge.cobertura.metrics.api.event   
 

Uses of SourceLocationListener in net.sourceforge.cobertura.metrics.api
 

Methods in net.sourceforge.cobertura.metrics.api that return SourceLocationListener
 SourceLocationListener CoverageCalculator.getSourceLocationListener()
          Retrieves a SourceLocationListener used to record execution steps ("hits"/"touches") of all SourceLocations within tests into this CoverageCalculator.
 

Uses of SourceLocationListener in net.sourceforge.cobertura.metrics.api.event
 

Classes in net.sourceforge.cobertura.metrics.api.event that implement SourceLocationListener
 class AbstractSourceLocationListener
          Abstract implementation of the SourceLocationListener specification, used to provide a base for subclassing.
 



Copyright © 2013–2015 Cobertura. All rights reserved.