Namespace Serenity.UnityFeedback.Tests.Infrastructure
Classes
FakeFeedbackRuntime
Test double for IFeedbackRuntime that stores each routine by handle instead of running it on a Unity coroutine scheduler. Call StepAll() to advance every currently running routine by one iteration (equivalent to one frame passing).