Skip to content

Commit f8eb392

Browse files
committed
update assertion for other languages
1 parent 1fbbdd6 commit f8eb392

File tree

3 files changed

+3189
-2100
lines changed

3 files changed

+3189
-2100
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ You’re welcome to open a Pull Request or create an Issue — every contributio
2424

2525
📌 *Start from wherever you are — move forward with clarity!*
2626

27-
![Roadmap](./developer-testing-roadmap.png?v=1)
27+
![Roadmap](./developer-testing-roadmap.png)
2828

2929
## Test Concepts
3030
- White Box
@@ -55,6 +55,15 @@ You’re welcome to open a Pull Request or create an Issue — every contributio
5555
- Arrange
5656
- Act
5757
- Assert
58+
- .NET
59+
- [Shouldly](https://docs.shouldly.org/)
60+
- [Fluent Assertion](https://fluentassertions.com/)
61+
- JS
62+
- [jest](https://github.com/jestjs/jest)
63+
- Python
64+
- [pytest](https://docs.pytest.org)
65+
- PHP
66+
- [PHPUnit](https://phpunit.de/)
5867
- [Four Phase Test](https://martinfowler.com/bliki/GivenWhenThen.html)
5968
- Setup
6069
- Exercise

0 commit comments

Comments
 (0)