Uses of Class
de.a9d3.testing.tuple.MethodTuple
-
Packages that use MethodTuple Package Description de.a9d3.testing.checker de.a9d3.testing.method -
-
Uses of MethodTuple in de.a9d3.testing.checker
Method parameters in de.a9d3.testing.checker with type arguments of type MethodTuple Modifier and Type Method Description booleanGetterIsSetterCheck. check(Class c, List<MethodTuple> tuples) -
Uses of MethodTuple in de.a9d3.testing.method
Methods in de.a9d3.testing.method that return types with arguments of type MethodTuple Modifier and Type Method Description static List<MethodTuple>GenericMatcher. match(Class c, String aRegex, String bRegex)List<MethodTuple>GetterSetterMatcher. match(Class c)List<MethodTuple>IsSetterMatcher. match(Class c)List<MethodTuple>MethodMatcherInterface. match(Class c)
-