We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Is the feature request related to a problem? Please elaborate. With TUnit all assertions are async so WaitForAssertionAsync isn't great
The suggested solution Add overloads for WaitFor*Async methods that accept a Func instead of an Action
Describe any alternative solutions None
Related: #1822 but I was able to work around it for that case so I closed that issue
Is the feature request related to a problem? Please elaborate.
With TUnit all assertions are async so WaitForAssertionAsync isn't great
The suggested solution
Add overloads for WaitFor*Async methods that accept a Func instead of an Action
Describe any alternative solutions
None
Related: #1822 but I was able to work around it for that case so I closed that issue