Package de.a9d3.testing.checker
Interface CheckerInterface
-
- All Known Implementing Classes:
DefensiveCopyingCheck,EmptyCollectionCheck,GetterIsSetterCheck,HashcodeAndEqualsCheck,PublicVariableCheck
public interface CheckerInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancheck(Class c)
-
-
-
Method Detail
-
check
boolean check(Class c) throws ReflectiveOperationException, MismatchException
-
-