You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.
It seems pinject does not care about 'dependency of dependencies' as QueueDataProvider constructor does not seem to be called at all
The above code does not work however when I manually build objects, it works perfectly fine.
As I searched a lot in the documentation, I could not find any proper explanation with this.
Could you please help me with this.
EDIT:
I really tried so hard but I could not get code highlight support in this ...
UPADTE:
Unit tests are added.
To be more clear: QueueDataProvider is not receiving 'provider_data' on creation. I can say the QueueDataProvider's constructor is not called at all as far as I checked.
The text was updated successfully, but these errors were encountered:
Hi there
I'm having a difficulty using pinject when I'm trying to resolve a dependency which has inner nested dependencies as well.
It seems pinject does not care about 'dependency of dependencies' as QueueDataProvider constructor does not seem to be called at all
The above code does not work however when I manually build objects, it works perfectly fine.
As I searched a lot in the documentation, I could not find any proper explanation with this.
Could you please help me with this.
EDIT:
I really tried so hard but I could not get code highlight support in this ...
UPADTE:
Unit tests are added.
To be more clear: QueueDataProvider is not receiving 'provider_data' on creation. I can say the QueueDataProvider's constructor is not called at all as far as I checked.
The text was updated successfully, but these errors were encountered: