GitHub: https://github.com/PramodKumarYadav/r...
Goal:
Show why using shared static fields inside tests is a bad idea
Objective:
Use static fields and demonstrate that they are thread unsafe and thus fail when run in parallel.
Next steps:
Create first basic assert response class.