-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathutm.template.xml
More file actions
45 lines (41 loc) · 998 Bytes
/
utm.template.xml
File metadata and controls
45 lines (41 loc) · 998 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?xml version="1.0" encoding="utf-8"?>
<CodeTemplates version="3.0">
<CodeTemplate version="2.0">
<Header>
<_Group>Custom</_Group>
<Version />
<MimeType>text/x-csharp</MimeType>
<Shortcut>utm</Shortcut>
<_Description>UITest template</_Description>
<TemplateType>Expansion</TemplateType>
</Header>
<Variables>
<Variable name="TestName">
<Default>TestName</Default>
</Variable>
<Variable name=""**** {this.GetType().Name}.{nameof(">
<Default>notset</Default>
</Variable>
<Variable name=")}");
 /*
 * Arrange:
 * ">
<Default>notset</Default>
</Variable>
</Variables>
<Code><![CDATA[[Test]
public void $TestName$()
{
Console.WriteLine($"**** {this.GetType().Name}.{nameof($TestName$)}");
/*
* Arrange:
* $end$
*/
/*
* Act:
*
*/
/*
* Assert:
*
*/
}]]></Code>
</CodeTemplate>
</CodeTemplates>