net.sourceforge.groboutils.codecoverage.v2.logger
Interface ICoverageLoggerConst

All Known Implementing Classes:
CoverageLogger

public interface ICoverageLoggerConst

Contains all the constants used by CoverageLogger. Put here so that outside classes can refer to them without getting the CoverageLogger initializer warning message.

Since:
February 27, 2002
Version:
$Date: 2003/05/03 01:56:12 $
Author:
Matt Albrecht groboclown@users.sourceforge.net

Field Summary
static java.lang.Class COVERAGE_RETURNTYPE
          The expected return type of the INVOKE_METHOD_NAME method.
static java.lang.Class[] COVERAGE_SIGNATURE
          The expected signature of the INVOKE_METHOD_NAME method.
static java.lang.String COVERAGELOGGER_CLASSNAME
           
static java.lang.String INVOKE_METHOD_NAME
          For generation of the classes, define some of the string constants here.
 

Field Detail

INVOKE_METHOD_NAME

public static final java.lang.String INVOKE_METHOD_NAME
For generation of the classes, define some of the string constants here.

See Also:
Constant Field Values

COVERAGE_SIGNATURE

public static final java.lang.Class[] COVERAGE_SIGNATURE
The expected signature of the INVOKE_METHOD_NAME method.


COVERAGE_RETURNTYPE

public static final java.lang.Class COVERAGE_RETURNTYPE
The expected return type of the INVOKE_METHOD_NAME method.


COVERAGELOGGER_CLASSNAME

public static final java.lang.String COVERAGELOGGER_CLASSNAME
See Also:
Constant Field Values


Copyright © 2001-2003 by The GroboUtils Project