resharper-xunit-templates icon indicating copy to clipboard operation
resharper-xunit-templates copied to clipboard

Fact async

Open cd21h opened this issue 8 years ago • 2 comments

Please add template for async fact method

cd21h avatar Aug 23 '17 16:08 cd21h

What would this look like, btw?

citizenmatt avatar Aug 31 '17 16:08 citizenmatt

Hi, sorry for delay

[Xunit.FactAttribute]
public async System.Threading.Tasks.Task $FactMethodName$()
{
	$END$
}

cd21h avatar Sep 05 '17 17:09 cd21h