Class SystemOutListener
java.lang.Object
org.objenesis.tck.search.SystemOutListener
- All Implemented Interfaces:
SearchWorkingInstantiatorListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinstantiatorNotFound(String className, Throwable t) voidinstantiatorSupported(Class<?> c) voidinstantiatorUnsupported(Class<?> c, Throwable t)
-
Constructor Details
-
SystemOutListener
public SystemOutListener()
-
-
Method Details
-
instantiatorSupported
- Specified by:
instantiatorSupportedin interfaceSearchWorkingInstantiatorListener
-
instantiatorUnsupported
- Specified by:
instantiatorUnsupportedin interfaceSearchWorkingInstantiatorListener
-
instantiatorNotFound
- Specified by:
instantiatorNotFoundin interfaceSearchWorkingInstantiatorListener
-