Resolves #643, test cases failed due to global state in CallsCount (#803)

* Resolves #643, test cases failed due to presence of global state in CallsCount. Because AppTest was executed before B2BServiceTest, it scheduled 1 sec timer using ThrottleTimerImpl class. While resetting it used that global CallCount class reset() method, which reset all counters. So that causes thread safety issue because of unintended sharing of application state between test cases, which is not a good practice.

* Updated class diagram png and added UCLS file
This commit is contained in:
Narendra Pathai
2018-10-21 23:44:07 +05:30
committed by Ilkka Seppälä
parent 9e7a500743
commit 922fd62da6
9 changed files with 120 additions and 27 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

After

Width:  |  Height:  |  Size: 49 KiB