junit.quilt.cover.none
Class NoneCollector

java.lang.Object
  |
  +--junit.quilt.framework.QuiltCollectorImpl
        |
        +--junit.quilt.cover.none.NoneCollector
All Implemented Interfaces:
QuiltCollector

public class NoneCollector
extends QuiltCollectorImpl


Fields inherited from interface junit.quilt.framework.QuiltCollector
BRANCH_COVERAGE, LOOP_COVERAGE, PATH_COVERAGE, RELATIONAL_COVERAGE, STATEMENT_COVERAGE
 
Constructor Summary
NoneCollector()
           
 
Method Summary
 void reset()
          reset This method is called when the coverage should be reset.
 
Methods inherited from class junit.quilt.framework.QuiltCollectorImpl
addSegment, findCovered, findUncovered, getAll, getCapabilities, getCovered, getSummary, getUncovered, removeSegment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoneCollector

public NoneCollector()
Method Detail

reset

public void reset()
Description copied from interface: QuiltCollector
reset This method is called when the coverage should be reset.


Copyright © 2001-2002 David Dixon-Peugh. All Rights Reserved.