thedevstop / asfac

A simple, fast IOC container for use in ActionScript projects
MIT License
0 stars 0 forks source link

resolveAll(T) when resolving Vector.<T> #26

Closed JoeRobich closed 8 years ago

JoeRobich commented 8 years ago

Injecting a property of type Vector. should populate it will the results of resolveAll(T).

JoeRobich commented 8 years ago

Added a test for resolving a class with a Vector. constructor parameter. It also injects a Vector containing the results of resolveAll(T).