-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathalefragnani.DUnit.CheckException.xml
More file actions
29 lines (29 loc) · 871 Bytes
/
alefragnani.DUnit.CheckException.xml
File metadata and controls
29 lines (29 loc) · 871 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
<?xml version="1.0" encoding="utf-8" ?>
<codetemplate xmlns="http://schemas.borland.com/Delphi/2005/codetemplates"
version="1.0.0">
<template name="DUnitCheckException" invoke="manual">
<description>
DUnit (CheckException)
</description>
<author>
Alessandro Fragnani
</author>
<point name="Method">
<text>Method</text>
<hint>Check Exception Method</hint>
</point>
<point name="ExceptionClass">
<text>ExceptionClass</text>
<hint>Exception Class to be caugth</hint>
</point>
<point name="Message">
<text>Message</text>
<hint>Message to be displayed</hint>
</point>
<script language="Delphi" onenter="false" onleave="true">
InvokeClassCompletion;
</script>
<code language="Delphi" delimiter="|"><![CDATA[CheckException(|Method|, |ExceptionClass|, |Message|);|*||end|]]>
</code>
</template>
</codetemplate>