testingfunctionalcode.net Contents Hints 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