Package com.github.robtimus.junit.support.test
Provides pre-defined generic purpose JUnit tests.
-
Interface Summary Interface Description CovariantReturnTests<T> Base interface for testing that methods return a specific sub type of the overridden method of the super class.DelegateTests<T> Base interface for testing that methods delegate to another object of the same type. -
Class Summary Class Description DelegateTests.DelegateMethod<T> A representation of a method that, when in invoked on an instance, delegates to another instance of the same type.DelegateTests.Parameter A representation of a method parameter.