зеркало из
1
0
Форкнуть 0
Samples of NUnit Usage in C#
Перейти к файлу
Chris Maddock 98c8254765 Remove copyright Notice 2017-06-17 14:40:16 +01:00
ExpectedExceptionExample Update nunit refs to 3.4.1 and add missing files 2016-07-03 12:32:55 -07:00
money Update nunit refs to 3.4.1 and add missing files 2016-07-03 12:32:55 -07:00
syntax Remove copyright Notice 2017-06-17 14:40:16 +01:00
tools Update to Cake 0.13 2016-07-03 11:34:09 -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
BUILDING.md Update nunit refs to 3.4.1 and add missing files 2016-07-03 12:32:55 -07:00
LICENSE.txt Add license 2017-06-16 07:04:06 -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 Update nunit refs to 3.4.1 and add missing files 2016-07-03 12:32:55 -07:00
build.cake Remove use of NUnit3 extension and call NUnit directly 2016-07-03 10:57:19 -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