Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nunit/nunit-csharp-samples

Samples of NUnit Usage in C#
https://github.com/nunit/nunit-csharp-samples

Last synced: 6 days ago
JSON representation

Samples of NUnit Usage in C#

Awesome Lists containing this project

README

        

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)