From 24e3a89b9c5afdccfd1dda1f3d42edd79e75de86 Mon Sep 17 00:00:00 2001 From: "Daniel T. Nagami" Date: Tue, 12 Jul 2022 10:53:45 -0300 Subject: [PATCH] =?UTF-8?q?Adi=C3=A7=C3=A3o=20do=20snippet=20de=20teste=20?= =?UTF-8?q?unit=C3=A1rio=20com=20XUnit=20(#1)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Adição do snippet de teste unitário com XUnit * Update 19.snippet --- snippets/19.snippet | 53 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 snippets/19.snippet diff --git a/snippets/19.snippet b/snippets/19.snippet new file mode 100644 index 0000000..35393ed --- /dev/null +++ b/snippets/19.snippet @@ -0,0 +1,53 @@ + + + +
+ ut (xUnit Test) + Rusty Divine + Unit Test Template with 3 Parts + https://msdn.microsoft.com/en-us/library/ms165394.aspx + + + ut +
+ + + + + + uow + + Name of the unit of work or scenario under test + UoW + + + + initialcondition + + + InitialCondition + + + + expectedresult + + What your expected result is + ExpectedResult + + + + + +
+