Package org.apache.bval.jsr.extensions
Class MethodValidatorImplTest
- java.lang.Object
-
- org.apache.bval.jsr.extensions.MethodValidatorImplTest
-
public class MethodValidatorImplTest extends Object
MethodValidatorImpl Tester.- Since:
11/11/2009
- Version:
- 1.0
- Author:
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MethodValidatorImplTest.TypeWithPseudoAccessor
static interface
MethodValidatorImplTest.UserMethods
static class
MethodValidatorImplTest.UserMethodsImpl
-
Constructor Summary
Constructors Constructor Description MethodValidatorImplTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testBVal158()
void
testUnwrap()
void
testValidateConstructorParameters()
void
testValidateMethodParameters()
void
testValidateMoreMethodParameters()
void
testValidateMoreReturnValue()
void
testValidateNotNullValidParam()
void
testValidateReturnValue()
void
testValidateValidParam()
void
validateImplementedMethod()
Validate a method defined in an interface using the following combinations: impl.class + impl.method interface.class + interface.method impl.class + interface.method interface.class + impl.method
-
-
-
Method Detail
-
testUnwrap
public void testUnwrap()
-
testValidateMethodParameters
public void testValidateMethodParameters() throws NoSuchMethodException
- Throws:
NoSuchMethodException
-
testValidateMoreMethodParameters
public void testValidateMoreMethodParameters() throws NoSuchMethodException
- Throws:
NoSuchMethodException
-
testValidateConstructorParameters
public void testValidateConstructorParameters() throws NoSuchMethodException
- Throws:
NoSuchMethodException
-
testValidateReturnValue
public void testValidateReturnValue() throws NoSuchMethodException
- Throws:
NoSuchMethodException
-
testValidateMoreReturnValue
public void testValidateMoreReturnValue() throws NoSuchMethodException
- Throws:
NoSuchMethodException
-
testValidateValidParam
public void testValidateValidParam() throws NoSuchMethodException
- Throws:
NoSuchMethodException
-
testValidateNotNullValidParam
public void testValidateNotNullValidParam() throws NoSuchMethodException
- Throws:
NoSuchMethodException
-
validateImplementedMethod
public void validateImplementedMethod() throws NoSuchMethodException
Validate a method defined in an interface using the following combinations:- impl.class + impl.method
- interface.class + interface.method
- impl.class + interface.method
- interface.class + impl.method
- Throws:
NoSuchMethodException
-
testBVal158
public void testBVal158() throws NoSuchMethodException
- Throws:
NoSuchMethodException
-
-