From 8aaa2c9666a19d6fc30a46bcc37494bc2a611602 Mon Sep 17 00:00:00 2001 From: "Daniel T. Nagami" Date: Tue, 12 Jul 2022 10:10:32 -0300 Subject: [PATCH 1/2] =?UTF-8?q?Adi=C3=A7=C3=A3o=20do=20snippet=20de=20test?= =?UTF-8?q?e=20unit=C3=A1rio=20com=20XUnit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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..b118266 --- /dev/null +++ b/snippets/19.snippet @@ -0,0 +1,53 @@ + + + +
+ Unit 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 + + + + + +
+
From 4ab3673d23bc8112eac16b8a4a27f5f22c919249 Mon Sep 17 00:00:00 2001 From: "Daniel T. Nagami" Date: Tue, 12 Jul 2022 10:44:41 -0300 Subject: [PATCH 2/2] Update 19.snippet --- snippets/19.snippet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/19.snippet b/snippets/19.snippet index b118266..35393ed 100644 --- a/snippets/19.snippet +++ b/snippets/19.snippet @@ -2,7 +2,7 @@
- Unit Test + ut (xUnit Test) Rusty Divine Unit Test Template with 3 Parts https://msdn.microsoft.com/en-us/library/ms165394.aspx