Uses of Class
com.github.robtimus.junit.support.extension.MethodLookup
-
Packages that use MethodLookup Package Description com.github.robtimus.junit.support.extension Provides interfaces and classes for helping create JUnit extensions. -
-
Uses of MethodLookup in com.github.robtimus.junit.support.extension
Methods in com.github.robtimus.junit.support.extension that return MethodLookup Modifier and Type Method Description MethodLookupMethodLookup. orParameterTypes(Class<?>... parameterTypes)Adds another allowed set of parameter types.static MethodLookupMethodLookup. withParameterTypes(Class<?>... parameterTypes)Creates a new method lookup instance.
-