Package | Description |
---|---|
net.sourceforge.pmd.properties |
Modifier and Type | Class and Description |
---|---|
class |
BooleanPropertyTest |
class |
CharacterPropertyTest
Evaluates the functionality of the CharacterProperty descriptor by testing
its ability to catch creation errors (illegal args), flag invalid characters,
and serialize/deserialize any default values.
|
class |
DoublePropertyTest
Evaluates the functionality of the DoubleProperty descriptor by testing its
ability to catch creation errors (illegal args), flag out-of-range test
values, and serialize/deserialize groups of double values onto/from a string
buffer.
|
class |
EnumeratedPropertyTest
Evaluates the functionality of the EnumeratedProperty descriptor by testing
its ability to catch creation errors (illegal args), flag invalid selections,
and serialize/deserialize selection options.
|
class |
FloatPropertyTest
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.
|
class |
IntegerPropertyTest
Evaluates the functionality of the IntegerProperty descriptor by testing its
ability to catch creation errors (illegal args), flag out-of-range test
values, and serialize/deserialize groups of integers onto/from a string
buffer.
|
class |
MethodPropertyTest
Evaluates the functionality of the MethodProperty descriptor by testing its
ability to catch creation errors (illegal args), flag invalid methods per the
allowable packages, and serialize/deserialize groups of methods onto/from a
string buffer.
|
class |
StringPropertyTest
Evaluates the functionality of the StringProperty descriptor by testing its
ability to catch creation errors (illegal args), flag invalid strings per any
specified expressions, and serialize/deserialize groups of strings onto/from
a string buffer.
|
class |
TypePropertyTest
Evaluates the functionality of the TypeProperty descriptor by testing its
ability to catch creation errors (illegal args), flag invalid Type values per
the allowable packages, and serialize/deserialize groups of types onto/from a
string buffer.
|
Copyright © 2002–2016 InfoEther. All rights reserved.