* make sure a component is used/created for each InjectionTarget wrapping test, otherwise {{InjectionTarget.inject()}} will not be invoked * {{CustomInjectionTarget.wrappedComponents}} should be synchronized * I think it would be better to inspect the injected instance, not the class of this instance (theoretically the dependency injection may be performed upon some proxy/ subclass ? )
|