Skip to content

Instantly share code, notes, and snippets.

@aligneddev
Created March 18, 2020 20:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aligneddev/549c5e695a961a42a1cec356fd076a6b to your computer and use it in GitHub Desktop.
Save aligneddev/549c5e695a961a42a1cec356fd076a6b to your computer and use it in GitHub Desktop.
Unit Testing - Act Arrange Assert
<?xml version="1.0" encoding="utf-8" ?>
<CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
<CodeSnippet Format="1.0.0">
<Header>
<Title>aaa</Title>
<Shortcut>aaa</Shortcut>
<Description>AAA for tests</Description>
<Author>Microsoft Corporation</Author>
<SnippetTypes>
<SnippetType>Expansion</SnippetType>
</SnippetTypes>
</Header>
<Snippet>
<Declarations>
</Declarations>
<Code Language="csharp"><![CDATA[
// Arrange
// Act
// Assert
]]>
</Code>
</Snippet>
</CodeSnippet>
</CodeSnippets>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment