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 classMethodValidatorImplTest.TypeWithPseudoAccessorstatic interfaceMethodValidatorImplTest.UserMethodsstatic classMethodValidatorImplTest.UserMethodsImpl
-
Constructor Summary
Constructors Constructor Description MethodValidatorImplTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestBVal158()voidtestUnwrap()voidtestValidateConstructorParameters()voidtestValidateMethodParameters()voidtestValidateMoreMethodParameters()voidtestValidateMoreReturnValue()voidtestValidateNotNullValidParam()voidtestValidateReturnValue()voidtestValidateValidParam()voidvalidateImplementedMethod()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 NoSuchMethodExceptionValidate 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
-
-