Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 821 Bytes

readme.md

File metadata and controls

22 lines (16 loc) · 821 Bytes

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