public abstract class PublicConstructorTest extends Object
getClasses()
method.Constructor and Description |
---|
PublicConstructorTest() |
Modifier and Type | Method and Description |
---|---|
protected abstract List<Class<? extends Object>> |
getClasses()
This method should return a list of classes that you wish to inspect for public
constructors.
|
void |
testPublicConstructors()
testPublicConstructors
|
public void testPublicConstructors() throws NoSuchMethodException, Exception
testPublicConstructors
NoSuchMethodException
- if any.Exception
- if any.Copyright © 2021. All rights reserved.