I am having a hard time writing tests for *Executor in my application which is extending CoroutineExecutor.
I want the ability to assert that certain messages were dispatched and certain labels were published based on intentions it receives. Please point me to any code snippet/ideas which will help me write these tests.
I am having a hard time writing tests for *Executor in my application which is extending CoroutineExecutor. I want the ability to assert that certain messages were dispatched and certain labels were published based on intentions it receives. Please point me to any code snippet/ideas which will help me write these tests.