|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.co.jemos.podam.test.utils.PodamTestConstants
public class PodamTestConstants
Utility class to support testing
Field Summary | |
---|---|
static int |
ANNOTATION_COLLECTION_NBR_ELEMENTS
The number of elements in an annotated collection |
static double |
NUMBER_DOUBLE_MAX_VALUE
A maximum value for float-type numeric custom annotations |
static double |
NUMBER_DOUBLE_MIN_VALUE
The minimum value for double-type numeric custom annotations |
static double |
NUMBER_DOUBLE_ONE_HUNDRED
A max value for float-type numeric custom annotations |
static float |
NUMBER_FLOAT_MAX_VALUE
A maximum value for float-type numeric custom annotations |
static float |
NUMBER_FLOAT_MIN_VALUE
The minimum value for float-type numeric custom annotations |
static float |
NUMBER_FLOAT_ONE_HUNDRED
A max value for float-type numeric custom annotations |
static int |
NUMBER_INT_MAX_VALUE
A maximum value for numeric custom annotations |
static int |
NUMBER_INT_MIN_VALUE
The minimum value for numeric custom annotations |
static int |
NUMBER_INT_ONE_HUNDRED
A max value for numeric custom annotations |
static String |
STR_ANNOTATION_PRECISE_VALUE
A precise value for the Podam String annotation |
static int |
STR_ANNOTATION_TWENTY_LENGTH
The length of the string in the POJO to test String value annotation |
Constructor Summary | |
---|---|
private |
PodamTestConstants()
Non instantiable class |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int NUMBER_INT_MIN_VALUE
public static final int NUMBER_INT_ONE_HUNDRED
public static final int NUMBER_INT_MAX_VALUE
public static final float NUMBER_FLOAT_MIN_VALUE
public static final float NUMBER_FLOAT_ONE_HUNDRED
public static final float NUMBER_FLOAT_MAX_VALUE
public static final double NUMBER_DOUBLE_MIN_VALUE
public static final double NUMBER_DOUBLE_ONE_HUNDRED
public static final double NUMBER_DOUBLE_MAX_VALUE
public static final String STR_ANNOTATION_PRECISE_VALUE
public static final int STR_ANNOTATION_TWENTY_LENGTH
public static final int ANNOTATION_COLLECTION_NBR_ELEMENTS
Constructor Detail |
---|
private PodamTestConstants()
|
Jemos 2002 - 2011: All Rights Reserved. Podam runs under the MIT license | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |