Constant Field Values


Contents
net.sf.*

net.sf.qualitytest.blueprint.strategy.creation.DefaultArrayCreationStrategy
public static final int DEFAULT_LENGTH 7

net.sf.qualitytest.exception.CoverageForPrivateConstructorException
protected static final String DEFAULT_MESSAGE "Error while giving coverage to the private constructor of a class."

net.sf.qualitytest.exception.IllegalClassWithPublicDefaultConstructorException
protected static final String DEFAULT_MESSAGE "The passed class must not have a public default constructor."
protected static final String MESSAGE_WITH_NAME "The passed class \'%s\' must not have a public default constructor."

net.sf.qualitytest.exception.IllegalMissingAnnotationOnMethodException
protected static final String DEFAULT_MESSAGE "Annotation is required on all public methods of the passed class."
protected static final String MESSAGE_WITH_METHOD_ANNOTATION_AND_CLASS "Class \'%s\' must have annotation \'%s\' on method \'%s\'."

net.sf.qualitytest.exception.IllegalNonFinalClassException
protected static final String DEFAULT_MESSAGE "The passed class must be final."
protected static final String MESSAGE_WITH_NAME "The passed class \'%s\' must be final."

net.sf.qualitytest.exception.IllegalNonFinalStaticException
protected static final String DEFAULT_MESSAGE "The given class contains a non-final static variable."
protected static final String MESSAGE_WITH_NAME "The given class \'%s\' contains a non-final static variable \'%s\'."

net.sf.qualitytest.exception.NoPublicConstructorException
protected static final String DEFAULT_MESSAGE "The given class has no public constructor."
protected static final String MESSAGE_WITH_NAME "The given class \'%s\' has no public constructor."



Copyright © 2012-2013. All Rights Reserved.