Fix README
This commit is contained in:
@@ -60,7 +60,7 @@ __Design for Testability Patterns__:
|
||||
|
||||
| Pattern | Description |
|
||||
|:-------:| ----------- |
|
||||
| [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) |
|
||||
| [setter_injection](dft/setter_injection.py) | the client provides the depended-on object to the SUT via the setter injection (implementation variant of dependency injection) |
|
||||
|
||||
__Fundamental Patterns__:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user