de.smartics.properties.spi.core.constraint.jsr303
Class ConstraintPrettifierJsr303Test

Package class diagram package ConstraintPrettifierJsr303Test
java.lang.Object
  extended by de.smartics.properties.spi.core.constraint.jsr303.ConstraintPrettifierJsr303Test

@Uut(type=de.smartics.properties.spi.core.constraint.jsr303.ConstraintPrettifier.class)
public class ConstraintPrettifierJsr303Test
     
     
extends Object

Tests ConstraintPrettifier with constraints from the package javax.validation.constraints.


Constructor Summary
ConstraintPrettifierJsr303Test()
           
 
Method Summary
 void acceptsAssertFalse()
           
 void acceptsAssertTrue()
           
 void acceptsDecimalMax()
           
 void acceptsDecimalMin()
           
 void acceptsDigits()
           
 void acceptsFuture()
           
 void acceptsMax()
           
 void acceptsMin()
           
 void acceptsMultiFlagPattern()
           
 void acceptsNoFlagPattern()
           
 void acceptsNotNull()
           
 void acceptsNull()
           
 void acceptsPast()
           
 void acceptsSingleFlagPattern()
           
 void acceptsSize()
           
 void rejectsNullAnnotations()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstraintPrettifierJsr303Test

public ConstraintPrettifierJsr303Test()
Method Detail

rejectsNullAnnotations

public void rejectsNullAnnotations()

acceptsAssertFalse

public void acceptsAssertFalse()

acceptsAssertTrue

public void acceptsAssertTrue()

acceptsDecimalMax

public void acceptsDecimalMax()

acceptsDecimalMin

public void acceptsDecimalMin()

acceptsDigits

public void acceptsDigits()

acceptsFuture

public void acceptsFuture()

acceptsMax

public void acceptsMax()

acceptsMin

public void acceptsMin()

acceptsNotNull

public void acceptsNotNull()

acceptsNull

public void acceptsNull()

acceptsPast

public void acceptsPast()

acceptsNoFlagPattern

public void acceptsNoFlagPattern()

acceptsMultiFlagPattern

public void acceptsMultiFlagPattern()

acceptsSingleFlagPattern

public void acceptsSingleFlagPattern()

acceptsSize

public void acceptsSize()


Copyright © 2012-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.