Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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#
- Host: GitHub
- URL: https://github.com/nunit/nunit-csharp-samples
- Owner: nunit
- License: mit
- Created: 2012-10-29T21:51:20.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2023-10-05T22:30:14.000Z (over 1 year ago)
- Last Synced: 2024-10-24T17:53:51.489Z (3 months ago)
- Language: C#
- Size: 1.52 MB
- Stars: 241
- Watchers: 41
- Forks: 169
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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)