net.sourceforge.pmd.properties
Class FloatPropertyTest

java.lang.Object
  extended by net.sourceforge.pmd.properties.AbstractPropertyDescriptorTester
      extended by net.sourceforge.pmd.properties.FloatPropertyTest

public class FloatPropertyTest
extends AbstractPropertyDescriptorTester

Evaluates the functionality of the FloatProperty descriptor by testing its ability to catch creation errors (illegal args), flag out-of-range test values, and serialize/deserialize groups of float values onto/from a string buffer.

Author:
Brian Remedios

Field Summary
 
Fields inherited from class net.sourceforge.pmd.properties.AbstractPropertyDescriptorTester
allChars, alphaChars, alphaNumericChars, digitChars, punctuationChars, typeName, whitespaceChars
 
Constructor Summary
FloatPropertyTest()
           
 
Method Summary
protected  PropertyDescriptor createBadProperty(boolean multiValue)
          Method createBadProperty.
protected  Object createBadValue(int count)
          Creates and returns (count) number of out-of-range float values
protected  PropertyDescriptor createProperty(boolean multiValue)
          Method createProperty.
protected  Object createValue(int count)
          Method createValue.
static FloatProperty randomProperty(int nameLength, int descLength, boolean multiValue)
           
 
Methods inherited from class net.sourceforge.pmd.properties.AbstractPropertyDescriptorTester
filter, getMultiFactory, getSingleFactory, randomBool, randomChar, randomChoice, randomDouble, randomFloat, randomInt, randomInt, randomString, testAsDelimitedString, testConstructors, testErrorFor, testErrorForBad, testFactoryMultiValueCustomDelimiter, testFactoryMultiValueDefaultDelimiter, testFactorySingleValue, testType, testValueFrom
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FloatPropertyTest

public FloatPropertyTest()
Method Detail

randomProperty

public static FloatProperty randomProperty(int nameLength,
                                           int descLength,
                                           boolean multiValue)

createValue

protected Object createValue(int count)
Method createValue.

Specified by:
createValue in class AbstractPropertyDescriptorTester
Parameters:
count - int
Returns:
Object

createBadValue

protected Object createBadValue(int count)
Creates and returns (count) number of out-of-range float values

Specified by:
createBadValue in class AbstractPropertyDescriptorTester
Parameters:
count - int
Returns:
Object

createProperty

protected PropertyDescriptor createProperty(boolean multiValue)
Method createProperty.

Specified by:
createProperty in class AbstractPropertyDescriptorTester
Parameters:
multiValue - boolean
Returns:
PropertyDescriptor

createBadProperty

protected PropertyDescriptor createBadProperty(boolean multiValue)
Method createBadProperty.

Specified by:
createBadProperty in class AbstractPropertyDescriptorTester
Parameters:
multiValue - boolean
Returns:
PropertyDescriptor


Copyright © 2002–2015 InfoEther. All rights reserved.