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) class
BootstrapTest.BadlyBehavedNotNullValidator
-
Field Summary
Fields Modifier and Type Field Description org.junit.rules.ExpectedException
thrown
-
Constructor Summary
Constructors Constructor Description BootstrapTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testCustomConstraintFactory()
some tests based on RI tested behaviors to ensure our implementation works as the reference implementationvoid
testCustomResolver()
void
testCustomResolverAndType()
void
testDirectBootstrap()
void
testEverydayBootstrap()
void
testFailingCustomResolver()
void
testLocalizedMessageInterpolatorFactory()
-
-
-
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()
-
-