From b721f2dc41d065ebab41c1ec3a4d79ba426ebcfe Mon Sep 17 00:00:00 2001 From: Scott Wierschem Date: Thu, 27 Feb 2025 18:10:45 -0600 Subject: [PATCH] . dt Adding documentation for DynamicTest --- approvaltests/docs/how_to/UseTestFactory.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/approvaltests/docs/how_to/UseTestFactory.md b/approvaltests/docs/how_to/UseTestFactory.md index 2dd40c29..300aac38 100644 --- a/approvaltests/docs/how_to/UseTestFactory.md +++ b/approvaltests/docs/how_to/UseTestFactory.md @@ -17,10 +17,12 @@ Because of this, you will always have to use the Options when calling `verify()` ## Java Here is an example of how to do this in Java: + snippet: java_dynamic_test ## Kotlin Here is an example of how to do this in Kotlin: + snippet: kotlin_dynamic_test ---