Skip to content

Async unit test improvements

Michael Gratton requested to merge mjog/async-unit-test-improvements into mainline

Support testing interleaved async calls, and allow expected method calls on mock objects to specify async call behaviour. Clean up test case API slightly, and add better logging control for engine and client tests.

Merge request reports