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