| |
|
| java.lang.Object csdl.jblanket.util.DefaultFileName
DefaultFileName | final public class DefaultFileName (Code) | | Provides type safety default XML file names used for JBlanket output.
This class can be used with MethodCategories to match the default file names with the
different method categories available.
author: Joy M. Agustin version: $Id: DefaultFileName.java,v 1.1 2004/11/07 00:32:24 timshadel Exp $ |
Method Summary | |
public static String | getDefaultFileName(String category) Returns the default file name for specified category .
For example, 'testedFile' => 'testedMethods.xml'.
Parameters: category - the category who's associated file name is to be retrieved. | public String | toString() Returns a String representation of this DefaultFileName.
String representation of this DefaultFileName. |
CONSTRUCTOR_FILE | final public static DefaultFileName CONSTRUCTOR_FILE(Code) | | Name of file containing constructors
|
EXCLUDED_FILE | final public static DefaultFileName EXCLUDED_FILE(Code) | | Name of file containing methods in user specified excluded classes
|
EXCLUDE_INDIVIDUAL_FILE | final public static DefaultFileName EXCLUDE_INDIVIDUAL_FILE(Code) | | Name of file containing individually excluded methods
|
ONELINE_FILE | final public static DefaultFileName ONELINE_FILE(Code) | | Name of file containing one-line methods
|
TESTED_FILE | final public static DefaultFileName TESTED_FILE(Code) | | Name of file containing total tested methods minus optional exclusions
|
TOTAL_FILE | final public static DefaultFileName TOTAL_FILE(Code) | | Name of file containing total methods found in the system
|
TOTAL_TESTED_FILE | final public static DefaultFileName TOTAL_TESTED_FILE(Code) | | Name of file containing total tested methods
|
TOTAL_UNTESTED_FILE | final public static DefaultFileName TOTAL_UNTESTED_FILE(Code) | | Name of file containing total untested methods
|
UNTESTABLE_FILE | final public static DefaultFileName UNTESTABLE_FILE(Code) | | Output file for methods that are not included in coverage, i.e., abstract and native
|
UNTESTED_FILE | final public static DefaultFileName UNTESTED_FILE(Code) | | Name of file containing total untested methods minus optional exclusions
|
getDefaultFileName | public static String getDefaultFileName(String category)(Code) | | Returns the default file name for specified category .
For example, 'testedFile' => 'testedMethods.xml'.
Parameters: category - the category who's associated file name is to be retrieved. the default file name for specified category . |
toString | public String toString()(Code) | | Returns a String representation of this DefaultFileName.
String representation of this DefaultFileName. |
|
|
|