зеркало из
1
0
Форкнуть 0
Samples of NUnit Usage in C#
Перейти к файлу
Charlie Poole a12cefa9cf Remove console runner from git 2016-03-24 11:04:50 -07:00
ExpectedExceptionExample Build script for c# samples 2016-03-23 16:58:23 -07:00
money Build script for c# samples 2016-03-23 16:58:23 -07:00
syntax Build script for c# samples 2016-03-23 16:58:23 -07:00
tools Remove console runner from git 2016-03-24 11:04:50 -07:00
.gitattributes Reversing unintended changes 2015-02-09 17:02:28 -05:00
.gitignore Remove console runner from git 2016-03-24 11:04:50 -07:00
.travis.yml Build script for c# samples 2016-03-23 16:58:23 -07:00
README.md Update README.md 2016-03-11 11:49:36 -08:00
appveyor.yml Fix issues in scripts 2016-03-24 05:57:56 -07:00
build.cake Fix issues in scripts 2016-03-24 05:57:56 -07:00
build.cmd Build script for c# samples 2016-03-23 16:58:23 -07:00
build.ps1 Build script for c# samples 2016-03-23 16:58:23 -07:00
build.sh Make build.sh executable 2016-03-24 06:06:22 -07: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