Skip to content

LearnWithLlew/TestingFunctionalCodeKata.Net

Repository files navigation

testingfunctionalcode.net

Build

Contents

Hints

If you want to test with VerifyAll here is the sample of the code:

Approvals.VerifyAll("sin", new[] { 0.1 }, d => $"sin({d}) = {TrigMath.Sin(d)} ");

snippet source | anchor

which will produce:

snippet: ApprovalSamples.TestVerifyAll.approved.txt

About

Simple Kata to learn to test existing functional code, in .Net

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published