| java.lang.Object test.net.sourceforge.pmd.properties.AbstractPropertyDescriptorTester
All known Subclasses: test.net.sourceforge.pmd.properties.FloatPropertyTest, test.net.sourceforge.pmd.properties.DoublePropertyTest, test.net.sourceforge.pmd.properties.TypePropertyTest, test.net.sourceforge.pmd.properties.EnumeratedPropertyTest, test.net.sourceforge.pmd.properties.CharacterPropertyTest, test.net.sourceforge.pmd.properties.StringPropertyTest, test.net.sourceforge.pmd.properties.BooleanPropertyTest, test.net.sourceforge.pmd.properties.IntegerPropertyTest,
AbstractPropertyDescriptorTester | abstract public class AbstractPropertyDescriptorTester (Code) | | author: Brian Remedios |
alphaNumericChars | final public static String alphaNumericChars(Code) | | |
punctuationChars | final public static String punctuationChars(Code) | | |
whitespaceChars | final public static String whitespaceChars(Code) | | |
createProperty | abstract protected PropertyDescriptor createProperty(int maxCount)(Code) | | Method createProperty.
Parameters: maxCount - int PropertyDescriptor |
createValue | abstract protected Object createValue(int count)(Code) | | Method createValue.
Parameters: count - int Object |
filter | final protected static char[] filter(char[] chars, char removeChar)(Code) | | Method filter.
Parameters: chars - char[] Parameters: removeChar - char char[] |
randomChar | public static char randomChar(char[] characters)(Code) | | Method randomChar.
Parameters: characters - char[] char |
randomChoice | public static Object randomChoice(Object[] items)(Code) | | Method randomChoice.
Parameters: items - Object[] Object |
randomInt | public static int randomInt()(Code) | | Method randomInt.
int |
randomInt | public static int randomInt(int min, int max)(Code) | | Method randomInt.
Parameters: min - int Parameters: max - int int |
suite | public static junit.framework.Test suite()(Code) | | |
testAsDelimitedString | public void testAsDelimitedString()(Code) | | |
testErrorFor | public void testErrorFor()(Code) | | |
testType | public void testType()(Code) | | |
testValueFrom | public void testValueFrom()(Code) | | |
|
|