Skip to content
This repository has been archived by the owner on Oct 18, 2022. It is now read-only.

Add tests to core for nested dependency injection #20

Open
ben-ryder opened this issue Jun 29, 2022 · 0 comments
Open

Add tests to core for nested dependency injection #20

ben-ryder opened this issue Jun 29, 2022 · 0 comments
Assignees
Labels
feature New feature or request testing Something related to testing

Comments

@ben-ryder
Copy link
Owner

Package Information: core @ 2*

Describe your feature
Add unit tests for nested/recursive dependency injection.

For example if DependencyA is registered to the DI system and it requires DependencyB which requires DependencyC then DependencyB and DependencyC should also be registered to the DI system and the instance of DependencyA should be passed the correct instance of those dependencies (depending on the injection mode).

Is your suggestion related to any problems?
This is a critical part of the DI system that currently has no test coverage.

Additional context
n/a

@ben-ryder ben-ryder added feature New feature or request testing Something related to testing labels Jun 29, 2022
@ben-ryder ben-ryder self-assigned this Jun 29, 2022
@ben-ryder ben-ryder changed the title Add test to core for nested/recursive dependency injection Add test to core for nested dependency injection Jun 29, 2022
@ben-ryder ben-ryder changed the title Add test to core for nested dependency injection Add tests to core for nested dependency injection Jun 29, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature New feature or request testing Something related to testing
Projects
None yet
Development

No branches or pull requests

1 participant