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)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)
-
GetterIsSetterCheck
public GetterIsSetterCheck(TestDataProvider provider, String regexExcluded)
-
GetterIsSetterCheck
public GetterIsSetterCheck(TestDataProvider provider, String regexExcluded, String seed)
-
-
Method Detail
-
check
public boolean check(Class c)
- Specified by:
checkin interfaceCheckerInterface
-
check
public boolean check(Class c, List<MethodTuple> tuples)
-
-