uk.co.jemos.podam.test.utils
Class PodamTestConstants

java.lang.Object
  extended by uk.co.jemos.podam.test.utils.PodamTestConstants

public class PodamTestConstants
extends Object

Utility class to support testing

Author:
mtedone

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

NUMBER_INT_MIN_VALUE

public static final int NUMBER_INT_MIN_VALUE
The minimum value for numeric custom annotations

See Also:
Constant Field Values

NUMBER_INT_ONE_HUNDRED

public static final int NUMBER_INT_ONE_HUNDRED
A max value for numeric custom annotations

See Also:
Constant Field Values

NUMBER_INT_MAX_VALUE

public static final int NUMBER_INT_MAX_VALUE
A maximum value for numeric custom annotations

See Also:
Constant Field Values

NUMBER_FLOAT_MIN_VALUE

public static final float NUMBER_FLOAT_MIN_VALUE
The minimum value for float-type numeric custom annotations

See Also:
Constant Field Values

NUMBER_FLOAT_ONE_HUNDRED

public static final float NUMBER_FLOAT_ONE_HUNDRED
A max value for float-type numeric custom annotations

See Also:
Constant Field Values

NUMBER_FLOAT_MAX_VALUE

public static final float NUMBER_FLOAT_MAX_VALUE
A maximum value for float-type numeric custom annotations

See Also:
Constant Field Values

NUMBER_DOUBLE_MIN_VALUE

public static final double NUMBER_DOUBLE_MIN_VALUE
The minimum value for double-type numeric custom annotations

See Also:
Constant Field Values

NUMBER_DOUBLE_ONE_HUNDRED

public static final double NUMBER_DOUBLE_ONE_HUNDRED
A max value for float-type numeric custom annotations

See Also:
Constant Field Values

NUMBER_DOUBLE_MAX_VALUE

public static final double NUMBER_DOUBLE_MAX_VALUE
A maximum value for float-type numeric custom annotations

See Also:
Constant Field Values

STR_ANNOTATION_PRECISE_VALUE

public static final String STR_ANNOTATION_PRECISE_VALUE
A precise value for the Podam String annotation

See Also:
Constant Field Values

STR_ANNOTATION_TWENTY_LENGTH

public static final int STR_ANNOTATION_TWENTY_LENGTH
The length of the string in the POJO to test String value annotation

See Also:
Constant Field Values

ANNOTATION_COLLECTION_NBR_ELEMENTS

public static final int ANNOTATION_COLLECTION_NBR_ELEMENTS
The number of elements in an annotated collection

See Also:
Constant Field Values
Constructor Detail

PodamTestConstants

private PodamTestConstants()
Non instantiable class


Jemos 2002 - 2011: All Rights Reserved. Podam runs under the MIT license

Copyright © 2011. All Rights Reserved.