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