Returns given obj wrapped with a spying implementation of T.
T must be provided directly and cannot be a generic parameter.
Currently supported types:
interfaces (not sealed)
function types
Abstract/open classes with all methods/properties open/abstract and no-args constructor.