Skip to content

dougcunha/Xunit.Repeat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 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.

About

Repeat attribute for xUnit.net

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 95.7%
  • Batchfile 4.3%