Skip to content

Commit a92e257

Browse files
author
Florian Kromer
committed
add: parameter injection hyperlink to README
1 parent cf80c14 commit a92e257

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ __Design for Testability Patterns__:
6161
| Pattern | Description |
6262
|:-------:| ----------- |
6363
| [constructor_injection](dft/constructor_injection.py) | the client provides the depended-on object to the SUT via the class construtor (implmentation variant of dependency injection) |
64+
| [parameter_injection](dft/parameter_injection.py) | the client provides the depended-on object to the SUT via a parameter(implmentation variant of dependency injection) |
6465

6566
__Fundamental Patterns__:
6667

0 commit comments

Comments
 (0)