зеркало из
1
0
Форкнуть 0
Samples of NUnit Usage in C#
Перейти к файлу
Terje Sandstrom 637aa01a94
Improve this code (#20)
* Updated

* Updated

* Update

* more update
2023-10-06 00:30:07 +02:00
.github/workflows Create CI.yml 2023-10-06 00:21:18 +02:00
DataDrivenTests Improve this code (#20) 2023-10-06 00:30:07 +02:00
ExpectedExceptionExample Improve this code (#20) 2023-10-06 00:30:07 +02:00
TimeoutRetryAttributeExample added example of retry tests that eventually passes after timeouts 2019-10-28 11:55:41 +01:00
money Improve this code (#20) 2023-10-06 00:30:07 +02:00
syntax Improve this code (#20) 2023-10-06 00:30:07 +02:00
.gitattributes Update Cake to the latest version 2018-03-08 08:55:33 -08:00
.gitignore Update Cake to the latest version 2018-03-08 08:55:33 -08:00
BUILDING.md Improve this code (#20) 2023-10-06 00:30:07 +02:00
LICENSE.txt Updated the license 2018-03-08 09:24:24 -08:00
README.md added TimeoutRetry example 2019-10-27 19:36:07 +01:00
Samples.sln Improve this code (#20) 2023-10-06 00:30:07 +02:00
nuget.config Improve this code (#20) 2023-10-06 00:30:07 +02:00

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)