Fix README

This commit is contained in:
Sakis Kasampalis
2017-04-23 22:56:58 +02:00
parent b90071daef
commit 95756e6944
+1 -1
View File
@@ -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__: