Package org.apache.bval.jsr
Class BootstrapTest
- java.lang.Object
-
- org.apache.bval.jsr.BootstrapTest
-
public class BootstrapTest extends Object
Description:
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) classBootstrapTest.BadlyBehavedNotNullValidator
-
Field Summary
Fields Modifier and Type Field Description org.junit.rules.ExpectedExceptionthrown
-
Constructor Summary
Constructors Constructor Description BootstrapTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestCustomConstraintFactory()some tests based on RI tested behaviors to ensure our implementation works as the reference implementationvoidtestCustomResolver()voidtestCustomResolverAndType()voidtestDirectBootstrap()voidtestEverydayBootstrap()voidtestFailingCustomResolver()voidtestLocalizedMessageInterpolatorFactory()
-
-
-
Method Detail
-
testDirectBootstrap
public void testDirectBootstrap()
-
testEverydayBootstrap
public void testEverydayBootstrap()
-
testLocalizedMessageInterpolatorFactory
public void testLocalizedMessageInterpolatorFactory()
-
testCustomConstraintFactory
public void testCustomConstraintFactory()
some tests based on RI tested behaviors to ensure our implementation works as the reference implementation
-
testCustomResolverAndType
public void testCustomResolverAndType()
-
testCustomResolver
public void testCustomResolver()
-
testFailingCustomResolver
public void testFailingCustomResolver()
-
-