Provides an access point to all types of method categories. Implementation of this class
follows the Singleton design pattern.
The following are supported method categories with default file names:
- totalMethods
- untestableMethods
- excludedMethods
- oneLineMethods
- constructorMethods
- excludedIndividualMethods
- total.testedMethods
- total.untestedMethods
- testedMethods
- untestedMethods
This class was implemented to simplify passing file names and associating them with the above
mentioned method categories.
author: Joy M. Agustin version: $Id: MethodCategories.java,v 1.1 2004/11/07 00:32:24 timshadel Exp $ |