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)} ");
which will produce:
snippet: ApprovalSamples.TestVerifyAll.approved.txt
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)} ");
which will produce:
snippet: ApprovalSamples.TestVerifyAll.approved.txt