Skip to content

Commit

Permalink
Adding support for CFCs
Browse files Browse the repository at this point in the history
  • Loading branch information
indynz committed Mar 20, 2012
1 parent 032e887 commit beac8da
Show file tree
Hide file tree
Showing 17 changed files with 20 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<key>name</key>
<string>MXUnit - Test Component</string>
<key>scope</key>
<string>text.html.cfm</string>
<string>text.html.cfm,source.cfscript.cfc</string>
<key>tabTrigger</key>
<string>mtestcomp</string>
<key>uuid</key>
Expand Down
2 changes: 1 addition & 1 deletion ColdFusion-Indy/MXUnit - Test Function - (mtest).tmSnippet
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<key>name</key>
<string>MXUnit - Test Function</string>
<key>scope</key>
<string>text.html.cfm</string>
<string>text.html.cfm,source.cfscript.cfc</string>
<key>tabTrigger</key>
<string>mtest</string>
<key>uuid</key>
Expand Down
8 changes: 4 additions & 4 deletions ColdFusion-Indy/MXUnit - Test Runner.tmSnippet
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
//Note you can add more than one method at a time as a list
//testSuite.add("mxunit.samples.MyOtherComponentTest","aTestFunctionThatDoesNotBeginWithTest,anotherTestFunctionThatDoesNotBeginWithTest");
results = testSuite.run();
results = testSuite.run();
//Now print the results. Simple!
writeOutput(results.getResultsOutput('#url.resultFormat#'));
//Now print the results. Simple!
writeOutput(results.getResultsOutput('#url.resultFormat#'));
&lt;/cfscript&gt;
</string>
<key>name</key>
<string>MXUnit - Test Runner</string>
<key>scope</key>
<string>text.html.cfm</string>
<string>text.html.cfm,source.cfscript.cfc</string>
<key>tabTrigger</key>
<string>testrunner</string>
<key>uuid</key>
Expand Down
2 changes: 1 addition & 1 deletion ColdFusion-Indy/MXUnit - assertEquals-cfscript.tmSnippet
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>name</key>
<string>MXUnit - assertEquals - cfscript</string>
<key>scope</key>
<string>text.html.cfm</string>
<string>text.html.cfm,source.cfscript.cfc</string>
<key>tabTrigger</key>
<string>ase</string>
<key>uuid</key>
Expand Down
2 changes: 1 addition & 1 deletion ColdFusion-Indy/MXUnit - assertEquals.tmSnippet
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>name</key>
<string>MXUnit - assertEquals</string>
<key>scope</key>
<string>text.html.cfm</string>
<string>text.html.cfm,source.cfscript.cfc</string>
<key>tabTrigger</key>
<string>ase</string>
<key>uuid</key>
Expand Down
2 changes: 1 addition & 1 deletion ColdFusion-Indy/MXUnit - assertFalse-cfscript.tmSnippet
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>name</key>
<string>MXUnit - assertFalse - cfscript</string>
<key>scope</key>
<string>text.html.cfm</string>
<string>text.html.cfm,source.cfscript.cfc</string>
<key>tabTrigger</key>
<string>asf</string>
<key>uuid</key>
Expand Down
2 changes: 1 addition & 1 deletion ColdFusion-Indy/MXUnit - assertFalse.tmSnippet
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>name</key>
<string>MXUnit - assertFalse</string>
<key>scope</key>
<string>text.html.cfm</string>
<string>text.html.cfm,source.cfscript.cfc</string>
<key>tabTrigger</key>
<string>asf</string>
<key>uuid</key>
Expand Down
2 changes: 1 addition & 1 deletion ColdFusion-Indy/MXUnit - assertIsArray-cfscript.tmSnippet
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>name</key>
<string>MXUnit - assertIsArray - cfscript</string>
<key>scope</key>
<string>text.html.cfm</string>
<string>text.html.cfm,source.cfscript.cfc</string>
<key>tabTrigger</key>
<string>asa</string>
<key>uuid</key>
Expand Down
2 changes: 1 addition & 1 deletion ColdFusion-Indy/MXUnit - assertIsArray.tmSnippet
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>name</key>
<string>MXUnit - assertIsArray</string>
<key>scope</key>
<string>text.html.cfm</string>
<string>text.html.cfm,source.cfscript.cfc</string>
<key>tabTrigger</key>
<string>asa</string>
<key>uuid</key>
Expand Down
2 changes: 1 addition & 1 deletion ColdFusion-Indy/MXUnit - assertIsQuery-cfscript.tmSnippet
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>name</key>
<string>MXUnit - assertIsQuery - cfscript</string>
<key>scope</key>
<string>text.html.cfm</string>
<string>text.html.cfm,source.cfscript.cfc</string>
<key>tabTrigger</key>
<string>asq</string>
<key>uuid</key>
Expand Down
2 changes: 1 addition & 1 deletion ColdFusion-Indy/MXUnit - assertIsQuery.tmSnippet
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>name</key>
<string>MXUnit - assertIsQuery</string>
<key>scope</key>
<string>text.html.cfm</string>
<string>text.html.cfm,source.cfscript.cfc</string>
<key>tabTrigger</key>
<string>asq</string>
<key>uuid</key>
Expand Down
2 changes: 1 addition & 1 deletion ColdFusion-Indy/MXUnit - assertIsStruct-cfscript.tmSnippet
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>name</key>
<string>MXUnit - assertIsStruct - cfscript</string>
<key>scope</key>
<string>text.html.cfm</string>
<string>text.html.cfm,source.cfscript.cfc</string>
<key>tabTrigger</key>
<string>asst</string>
<key>uuid</key>
Expand Down
2 changes: 1 addition & 1 deletion ColdFusion-Indy/MXUnit - assertIsStruct.tmSnippet
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>name</key>
<string>MXUnit - assertIsStruct</string>
<key>scope</key>
<string>text.html.cfm</string>
<string>text.html.cfm,source.cfscript.cfc</string>
<key>tabTrigger</key>
<string>asst</string>
<key>uuid</key>
Expand Down
2 changes: 1 addition & 1 deletion ColdFusion-Indy/MXUnit - assertTrue-cfscript.tmSnippet
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>name</key>
<string>MXUnit - assertTrue - cfscript</string>
<key>scope</key>
<string>text.html.cfm</string>
<string>text.html.cfm,source.cfscript.cfc</string>
<key>tabTrigger</key>
<string>ast</string>
<key>uuid</key>
Expand Down
2 changes: 1 addition & 1 deletion ColdFusion-Indy/MXUnit - assertTrue.tmSnippet
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>name</key>
<string>MXUnit - assertTrue</string>
<key>scope</key>
<string>text.html.cfm</string>
<string>text.html.cfm,source.cfscript.cfc</string>
<key>tabTrigger</key>
<string>ast</string>
<key>uuid</key>
Expand Down
2 changes: 1 addition & 1 deletion ColdFusion-Indy/MXUnit - debug-cfscript.tmSnippet
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>name</key>
<string>MXUnit - debug - cfscript</string>
<key>scope</key>
<string>text.html.cfm</string>
<string>text.html.cfm,source.cfscript.cfc</string>
<key>tabTrigger</key>
<string>deb</string>
<key>uuid</key>
Expand Down
2 changes: 1 addition & 1 deletion ColdFusion-Indy/MXUnit - debug.tmSnippet
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>name</key>
<string>MXUnit - debug</string>
<key>scope</key>
<string>text.html.cfm</string>
<string>text.html.cfm,source.cfscript.cfc</string>
<key>tabTrigger</key>
<string>deb</string>
<key>uuid</key>
Expand Down

0 comments on commit beac8da

Please sign in to comment.