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 + + + + + +
+