Skip to content

MarcolinoPT/Xunit.Repeat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Xunit.Repeat

Build status

Repeat attribute for xUnit.net

Why? Because once upon a time I had the need to do use such an attribute but xUnit did not have it. After a quick search I found that others had stumbled upon the same need without success, so I provided some code to help them out but thoght to myself this could be probably be useful if we had it as package.

Feel free to provide feedback, additional requests or PRs for future improvement.

Usage

[Theory()]
[Repeat(10)]
public void Test(int iterationNumber)
{
...
}

Iteration number should be added in order to run the test.

Releases

No releases published

Packages

No packages published

Languages