Added strategy pattern test case

This commit is contained in:
Bartek Kryza
2021-07-25 12:39:21 +02:00
parent 6b41ccb18f
commit 4c3a662feb
9 changed files with 176 additions and 5 deletions

View File

@@ -21,6 +21,7 @@
* [t00020](./test_cases/t00020.md) - Abstract factory pattern
* [t00021](./test_cases/t00021.md) - Visitor pattern
* [t00022](./test_cases/t00022.md) - Template method pattern
* [t00023](./test_cases/t00023.md) - Strategy pattern
## Sequence diagrams
* [t20001](./test_cases/t20001.md) - Basic sequence diagram
## Configuration diagrams