Uses of Class
junit.quilt.cover.none.NoneCollector

Packages that use NoneCollector
junit.quilt.cover.none   
 

Uses of NoneCollector in junit.quilt.cover.none
 

Methods in junit.quilt.cover.none that return NoneCollector
 NoneCollector NoneRegistry.lookup(java.lang.String className, java.lang.String methodName)
          Lookup a NoneCollector given the class and method.
 

Methods in junit.quilt.cover.none with parameters of type NoneCollector
 void NoneRegistry.bind(java.lang.String className, java.lang.String methodName, NoneCollector none)
          Store a NoneCollector.
 



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