resharper-xunit-templates
resharper-xunit-templates copied to clipboard
Fact async
Please add template for async fact method
What would this look like, btw?
Hi, sorry for delay
[Xunit.FactAttribute]
public async System.Threading.Tasks.Task $FactMethodName$()
{
$END$
}