FakeAsync and Clock as Rescuers for Your async Game Logic Tests
Introduction
In my city building game you can gather resources from the map. But at first you need to travel to the location. This takes some time. All the logic related to such tasks is contained inside a ProgressDuration class that has such logic:
...
gladimdim.org4 min read