Uses of Class
com.github.robtimus.junit.support.test.DelegateTests.DelegateMethod
-
Packages that use DelegateTests.DelegateMethod Package Description com.github.robtimus.junit.support.test Provides pre-defined generic purpose JUnit tests. -
-
Uses of DelegateTests.DelegateMethod in com.github.robtimus.junit.support.test
Methods in com.github.robtimus.junit.support.test that return DelegateTests.DelegateMethod Modifier and Type Method Description default DelegateTests.DelegateMethod<T>
DelegateTests. method(String name)
Returns a delegate method for a method without arguments.default DelegateTests.DelegateMethod<T>
DelegateTests. method(String name, DelegateTests.Parameter... parameters)
Returns a delegate method for a method.default DelegateTests.DelegateMethod<T>
DelegateTests. method(String name, Class<?>... parameterTypes)
Returns a delegate method for a method.Methods in com.github.robtimus.junit.support.test that return types with arguments of type DelegateTests.DelegateMethod Modifier and Type Method Description Stream<DelegateTests.DelegateMethod<T>>
DelegateTests. methods()
Returns the delegate methods to test.
-