Refactored Event Queue (#806)

* 1) Test cases were not stopping AudioService before ending test case 2) Changed Audio to be a good singleton, previously because of Audio being bad singleton, test cases which were using static methods could have caused intermittent failures. 3) Made some other refactorings as well

* Removed sonar issue and converted Audio to eager singleton for simplicity

* Updated class diagram PNG
This commit is contained in:
Narendra Pathai
2018-10-21 23:45:33 +05:30
committed by Ilkka Seppälä
parent 922fd62da6
commit 25ed7c09c5
4 changed files with 64 additions and 43 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 23 KiB