Re: AsyncInvocation usage in dunit tests

2017-04-24 Thread Bruce Schuchardt
I've started using it. It's a much better way to deal with AsyncInvocations. Don't forget that there is now a dunit blackboard that can be used to coordinate actions in AsyncInvocations. I've been using it to fix flaky test failures that use asyncs. I recently did that with

AsyncInvocation usage in dunit tests

2017-04-24 Thread Kirk Lund
I'm updating a test and noticed that this test is using an old pattern for AsyncInvocation which made me realize that I may not have mentioned this before... AsyncInvocation has been updated to make it easier to use. Example: AsyncInvocation asyInvk1 =