From 343b8c6818e2a2d68cc29b4388a4f6509834e9d3 Mon Sep 17 00:00:00 2001 From: Wojciech Nagrodzki <278594+wnagrodzki@users.noreply.github.com> Date: Sun, 26 Jan 2020 10:15:19 +0100 Subject: [PATCH] Add XC Test Case Method snippet --- ...55-6D7C-455D-9097-C51E61E7573E.codesnippet | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 snippets/FB531355-6D7C-455D-9097-C51E61E7573E.codesnippet diff --git a/snippets/FB531355-6D7C-455D-9097-C51E61E7573E.codesnippet b/snippets/FB531355-6D7C-455D-9097-C51E61E7573E.codesnippet new file mode 100644 index 0000000..2cc077b --- /dev/null +++ b/snippets/FB531355-6D7C-455D-9097-C51E61E7573E.codesnippet @@ -0,0 +1,29 @@ + + + + + IDECodeSnippetCompletionPrefix + test_case_method + IDECodeSnippetCompletionScopes + + All + ClassImplementation + + IDECodeSnippetContents + func test_When_<#T##condition###>_Then_<#T##outcom###>() { + + } + IDECodeSnippetIdentifier + FB531355-6D7C-455D-9097-C51E61E7573E + IDECodeSnippetLanguage + Xcode.SourceCodeLanguage.Swift + IDECodeSnippetSummary + + IDECodeSnippetTitle + XC Test Case Method + IDECodeSnippetUserSnippet + + IDECodeSnippetVersion + 2 + +