зеркало из
1
0
Форкнуть 0
Samples of NUnit Usage in C#
Перейти к файлу
Jan Hoekstra 857578996d
Added summaries to MoneyTest.cs
2018-09-12 09:53:27 +02:00
DataDrivenTests Fixes based on code review 2018-03-08 15:10:05 -08:00
ExpectedExceptionExample Reworked the cake build file to use the top level solution 2018-03-08 09:21:37 -08:00
money Added summaries to MoneyTest.cs 2018-09-12 09:53:27 +02:00
syntax Fixes based on code review 2018-03-08 15:10:05 -08:00
tools Reworked the cake build file to use the top level solution 2018-03-08 09:21:37 -08: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
.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 Updated the license 2018-03-08 09:24:24 -08:00
README.md Update README.md 2016-03-11 11:49:36 -08:00
Samples.sln Rename the sample projects to be more consistent 2018-03-08 09:24:53 -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 Fixing issues with Cake 2018-03-08 13:03:19 -08:00
build.cmd Build script for c# samples 2016-03-23 16:58:23 -07:00
build.ps1 Reworked the cake build file to use the top level solution 2018-03-08 09:21:37 -08:00
build.sh Fixing issues with Cake 2018-03-08 13:03:19 -08: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