@TestInstance(PER_CLASS)
public interface StaticUtilitiesTest
A test can implement this interface too and test generic property of a utility class
-
Method Summary
Modifier and TypeMethodDescriptiondefault voiddefault voidpolyNullMethodsForClass(Class<?> clazz) Class<?>
-
Method Details
-
polyNull
@ParameterizedTest @MethodSource("polyNullMethods") default void polyNull(Method m) throws InvocationTargetException, IllegalAccessException -
notInstantiatable
@Test default void notInstantiatable() -
polyNullMethods
-
testClass
Class<?> testClass() -
polyNullMethodsForClass
-