637aa01a94
* Updated * Updated * Update * more update |
||
---|---|---|
.github/workflows | ||
DataDrivenTests | ||
ExpectedExceptionExample | ||
TimeoutRetryAttributeExample | ||
money | ||
syntax | ||
.gitattributes | ||
.gitignore | ||
BUILDING.md | ||
LICENSE.txt | ||
README.md | ||
Samples.sln | ||
nuget.config |
README.md
nunit-samples-csharp
Samples of NUnit Usage in C#
- money Implementation and tests of a currency conversion class
- syntax Examples of NUnit syntax in C#
- ExpectedExceptionExample Shows how to implement a custom attribute for NUnit
- TimeoutRetryAttributeExample Shows how to implement a custom retry attribute for NUnit that will be triggered only in case of timeout (useful with flaky tests due to poor network connection)