Skip to content

Instantly share code, notes, and snippets.

View michal880's full-sized avatar
🖖

Michal michal880

🖖
View GitHub Profile
@michal880
michal880 / ArrangeActAssert.snippet
Last active August 1, 2019 14:51
xUnit snippet for Arrange Act Assert blocks
<?xml version="1.0" encoding="utf-8" ?>
<CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
<CodeSnippet Format="1.0.0">
<Header>
<SnippetTypes>
<SnippetType>Expansion</SnippetType>
</SnippetTypes>
<Title>Arrange-Act-Assert Block</Title>
<Shortcut>aaa</Shortcut>
<Description>Code snippet which generates test Arrange-Act-Assert block</Description>