Package de.a9d3.testing.checker
Class GetterIsSetterCheck
- java.lang.Object
-
- de.a9d3.testing.checker.GetterIsSetterCheck
-
- All Implemented Interfaces:
CheckerInterface
public class GetterIsSetterCheck extends Object implements CheckerInterface
-
-
Constructor Summary
Constructors Constructor Description GetterIsSetterCheck()GetterIsSetterCheck(TestDataProvider provider, String regexExcluded)GetterIsSetterCheck(TestDataProvider provider, String regexExcluded, String seed)GetterIsSetterCheck(String regexExcluded)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancheck(Class c)booleancheck(Class c, List<MethodTuple> tuples)
-
-
-
Constructor Detail
-
GetterIsSetterCheck
public GetterIsSetterCheck()
-
GetterIsSetterCheck
public GetterIsSetterCheck(String regexExcluded)
-
GetterIsSetterCheck
public GetterIsSetterCheck(TestDataProvider provider, String regexExcluded)
-
GetterIsSetterCheck
public GetterIsSetterCheck(TestDataProvider provider, String regexExcluded, String seed)
-
-
Method Detail
-
check
public boolean check(Class c) throws ReflectiveOperationException, MismatchException
- Specified by:
checkin interfaceCheckerInterface- Throws:
ReflectiveOperationExceptionMismatchException
-
check
public boolean check(Class c, List<MethodTuple> tuples) throws IllegalAccessException, InvocationTargetException, MismatchException
-
-