It does not seem that [IterationSetup] and [IterationCleanup] may mark async methods for now. The code is failing with …the wrong return type error. Is there any reason why global counterparts are allowed to be async, while iteration bound methods are not?
It does not seem that
[IterationSetup]and[IterationCleanup]may markasyncmethods for now. The code is failing with…the wrong return typeerror. Is there any reason why global counterparts are allowed to be async, while iteration bound methods are not?