From 521adc66179c1dff4bea3cf705f645d3365944f9 Mon Sep 17 00:00:00 2001 From: Clare Sudbery Date: Thu, 28 Apr 2022 01:11:31 +0100 Subject: [PATCH] ncrunch and approval testing --- README.md | 2 ++ csharp/csharp.v3.ncrunchsolution | 6 ++++++ 2 files changed, 8 insertions(+) create mode 100644 csharp/csharp.v3.ncrunchsolution diff --git a/README.md b/README.md index 5bed1bb6..3f2395da 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,8 @@ Whichever testing approach you choose, the idea of the exercise is to do some de This code comes with comprehensive tests that use this approach. For information about how to run them, see the [texttests README](https://github.com/emilybache/GildedRose-Refactoring-Kata/tree/master/texttests) +Note from Clare: You can also see my [clare-wiki section](https://clare-wiki.herokuapp.com/pages/think/code-princ/Refactoring#approval-testing) which has a few more notes on getting started. + ## Get going quickly using Cyber-Dojo I've also set this kata up on [cyber-dojo](https://cyber-dojo.org) for several languages, so you can get going really quickly: diff --git a/csharp/csharp.v3.ncrunchsolution b/csharp/csharp.v3.ncrunchsolution new file mode 100644 index 00000000..10420ac9 --- /dev/null +++ b/csharp/csharp.v3.ncrunchsolution @@ -0,0 +1,6 @@ + + + True + True + + \ No newline at end of file