xpcomcore-rubygem 0.3.2 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (148) hide show
  1. data/README.markdown +14 -0
  2. data/Rakefile +13 -11
  3. data/VERSION +1 -1
  4. data/bin/xpcomcore +7 -0
  5. data/lib/xpcomcore-rubygem.rb +9 -0
  6. data/lib/xpcomcore-rubygem/commands.rb +54 -0
  7. data/lib/xpcomcore-rubygem/commands/generate.rb +23 -0
  8. data/lib/xpcomcore-rubygem/commands/generate/application.rb +63 -0
  9. data/lib/xpcomcore-rubygem/commands/generate/jeweler_builder_command.rb +108 -0
  10. data/lib/xpcomcore-rubygem/commands/generate/library.rb +25 -0
  11. data/lib/xpcomcore-rubygem/commands/generate/template_helpers.rb +78 -0
  12. data/lib/xpcomcore-rubygem/commands/launch.rb +129 -0
  13. data/templates/application/application.ini.erb +12 -0
  14. data/templates/application/chrome/chrome.manifest.erb +1 -0
  15. data/templates/application/chrome/content/xul/main_window.xul.erb +6 -0
  16. data/{extension → templates/application}/components/bootstrapper.js +1 -1
  17. data/templates/application/defaults/preferences/prefs.js.erb +7 -0
  18. data/templates/shared/jsdoc_doc_task.erb +7 -0
  19. data/templates/shared/xultestrunner_test_task.erb +7 -0
  20. data/xpcomcore-rubygem.gemspec +48 -136
  21. data/xpcomcore/Rakefile +42 -19
  22. data/xpcomcore/bootstrapper.js +1 -3
  23. data/xpcomcore/{VERSION.yml → build_properties.yml} +3 -0
  24. data/xpcomcore/components/XPCOMCore.js +0 -2
  25. data/xpcomcore/doc/files.html +10 -10
  26. data/xpcomcore/doc/index.html +17 -17
  27. data/xpcomcore/doc/symbols/_global_.html +10 -9
  28. data/xpcomcore/doc/symbols/{Error.html → error.html} +10 -9
  29. data/xpcomcore/doc/symbols/{File.html → file.html} +13 -12
  30. data/xpcomcore/doc/symbols/{File.NoSuchFileError.html → file.nosuchfileerror.html} +13 -12
  31. data/xpcomcore/doc/symbols/{Kernel.html → kernel.html} +48 -47
  32. data/xpcomcore/doc/symbols/{LoadError.html → loaderror.html} +13 -12
  33. data/xpcomcore/doc/symbols/{SelfConceptError.html → selfconcepterror.html} +13 -12
  34. data/xpcomcore/doc/symbols/{Sys.html → sys.html} +12 -11
  35. data/xpcomcore/doc/symbols/{XPCBuiltins.html → xpcbuiltins.html} +11 -10
  36. metadata +61 -135
  37. data/README.rdoc +0 -18
  38. data/bin/xpcomcore-firefox +0 -4
  39. data/bin/xpcomcore-rubygem-install +0 -205
  40. data/extension/README.txt +0 -1
  41. data/extension/install.rdf +0 -16
  42. data/xpcomcore/etc/jsdoc-toolkit/README.txt +0 -186
  43. data/xpcomcore/etc/jsdoc-toolkit/app/frame.js +0 -33
  44. data/xpcomcore/etc/jsdoc-toolkit/app/frame/Chain.js +0 -102
  45. data/xpcomcore/etc/jsdoc-toolkit/app/frame/Dumper.js +0 -144
  46. data/xpcomcore/etc/jsdoc-toolkit/app/frame/Hash.js +0 -84
  47. data/xpcomcore/etc/jsdoc-toolkit/app/frame/Link.js +0 -153
  48. data/xpcomcore/etc/jsdoc-toolkit/app/frame/Namespace.js +0 -10
  49. data/xpcomcore/etc/jsdoc-toolkit/app/frame/Opt.js +0 -134
  50. data/xpcomcore/etc/jsdoc-toolkit/app/frame/Reflection.js +0 -26
  51. data/xpcomcore/etc/jsdoc-toolkit/app/frame/String.js +0 -93
  52. data/xpcomcore/etc/jsdoc-toolkit/app/frame/Testrun.js +0 -129
  53. data/xpcomcore/etc/jsdoc-toolkit/app/handlers/FOODOC.js +0 -26
  54. data/xpcomcore/etc/jsdoc-toolkit/app/handlers/XMLDOC.js +0 -26
  55. data/xpcomcore/etc/jsdoc-toolkit/app/handlers/XMLDOC/DomReader.js +0 -159
  56. data/xpcomcore/etc/jsdoc-toolkit/app/handlers/XMLDOC/XMLDoc.js +0 -16
  57. data/xpcomcore/etc/jsdoc-toolkit/app/handlers/XMLDOC/XMLParse.js +0 -292
  58. data/xpcomcore/etc/jsdoc-toolkit/app/lib/JSDOC.js +0 -104
  59. data/xpcomcore/etc/jsdoc-toolkit/app/lib/JSDOC/DocComment.js +0 -200
  60. data/xpcomcore/etc/jsdoc-toolkit/app/lib/JSDOC/DocTag.js +0 -294
  61. data/xpcomcore/etc/jsdoc-toolkit/app/lib/JSDOC/JsDoc.js +0 -126
  62. data/xpcomcore/etc/jsdoc-toolkit/app/lib/JSDOC/JsPlate.js +0 -109
  63. data/xpcomcore/etc/jsdoc-toolkit/app/lib/JSDOC/Lang.js +0 -144
  64. data/xpcomcore/etc/jsdoc-toolkit/app/lib/JSDOC/Parser.js +0 -145
  65. data/xpcomcore/etc/jsdoc-toolkit/app/lib/JSDOC/PluginManager.js +0 -33
  66. data/xpcomcore/etc/jsdoc-toolkit/app/lib/JSDOC/Symbol.js +0 -645
  67. data/xpcomcore/etc/jsdoc-toolkit/app/lib/JSDOC/SymbolSet.js +0 -241
  68. data/xpcomcore/etc/jsdoc-toolkit/app/lib/JSDOC/TextStream.js +0 -41
  69. data/xpcomcore/etc/jsdoc-toolkit/app/lib/JSDOC/Token.js +0 -18
  70. data/xpcomcore/etc/jsdoc-toolkit/app/lib/JSDOC/TokenReader.js +0 -332
  71. data/xpcomcore/etc/jsdoc-toolkit/app/lib/JSDOC/TokenStream.js +0 -133
  72. data/xpcomcore/etc/jsdoc-toolkit/app/lib/JSDOC/Util.js +0 -32
  73. data/xpcomcore/etc/jsdoc-toolkit/app/lib/JSDOC/Walker.js +0 -474
  74. data/xpcomcore/etc/jsdoc-toolkit/app/main.js +0 -111
  75. data/xpcomcore/etc/jsdoc-toolkit/app/plugins/commentSrcJson.js +0 -20
  76. data/xpcomcore/etc/jsdoc-toolkit/app/plugins/frameworkPrototype.js +0 -16
  77. data/xpcomcore/etc/jsdoc-toolkit/app/plugins/functionCall.js +0 -10
  78. data/xpcomcore/etc/jsdoc-toolkit/app/plugins/publishSrcHilite.js +0 -62
  79. data/xpcomcore/etc/jsdoc-toolkit/app/plugins/symbolLink.js +0 -10
  80. data/xpcomcore/etc/jsdoc-toolkit/app/plugins/tagParamConfig.js +0 -31
  81. data/xpcomcore/etc/jsdoc-toolkit/app/plugins/tagSynonyms.js +0 -43
  82. data/xpcomcore/etc/jsdoc-toolkit/app/run.js +0 -348
  83. data/xpcomcore/etc/jsdoc-toolkit/app/t/TestDoc.js +0 -144
  84. data/xpcomcore/etc/jsdoc-toolkit/app/t/runner.js +0 -13
  85. data/xpcomcore/etc/jsdoc-toolkit/app/test.js +0 -325
  86. data/xpcomcore/etc/jsdoc-toolkit/app/test/addon.js +0 -24
  87. data/xpcomcore/etc/jsdoc-toolkit/app/test/anon_inner.js +0 -14
  88. data/xpcomcore/etc/jsdoc-toolkit/app/test/augments.js +0 -31
  89. data/xpcomcore/etc/jsdoc-toolkit/app/test/augments2.js +0 -26
  90. data/xpcomcore/etc/jsdoc-toolkit/app/test/borrows.js +0 -46
  91. data/xpcomcore/etc/jsdoc-toolkit/app/test/borrows2.js +0 -23
  92. data/xpcomcore/etc/jsdoc-toolkit/app/test/config.js +0 -22
  93. data/xpcomcore/etc/jsdoc-toolkit/app/test/constructs.js +0 -18
  94. data/xpcomcore/etc/jsdoc-toolkit/app/test/encoding.js +0 -10
  95. data/xpcomcore/etc/jsdoc-toolkit/app/test/encoding_other.js +0 -12
  96. data/xpcomcore/etc/jsdoc-toolkit/app/test/event.js +0 -54
  97. data/xpcomcore/etc/jsdoc-toolkit/app/test/exports.js +0 -14
  98. data/xpcomcore/etc/jsdoc-toolkit/app/test/functions_anon.js +0 -39
  99. data/xpcomcore/etc/jsdoc-toolkit/app/test/functions_nested.js +0 -33
  100. data/xpcomcore/etc/jsdoc-toolkit/app/test/global.js +0 -13
  101. data/xpcomcore/etc/jsdoc-toolkit/app/test/globals.js +0 -25
  102. data/xpcomcore/etc/jsdoc-toolkit/app/test/ignore.js +0 -10
  103. data/xpcomcore/etc/jsdoc-toolkit/app/test/inner.js +0 -16
  104. data/xpcomcore/etc/jsdoc-toolkit/app/test/jsdoc_test.js +0 -477
  105. data/xpcomcore/etc/jsdoc-toolkit/app/test/lend.js +0 -33
  106. data/xpcomcore/etc/jsdoc-toolkit/app/test/memberof.js +0 -19
  107. data/xpcomcore/etc/jsdoc-toolkit/app/test/memberof_constructor.js +0 -17
  108. data/xpcomcore/etc/jsdoc-toolkit/app/test/module.js +0 -17
  109. data/xpcomcore/etc/jsdoc-toolkit/app/test/name.js +0 -19
  110. data/xpcomcore/etc/jsdoc-toolkit/app/test/namespace_nested.js +0 -23
  111. data/xpcomcore/etc/jsdoc-toolkit/app/test/nocode.js +0 -13
  112. data/xpcomcore/etc/jsdoc-toolkit/app/test/oblit_anon.js +0 -20
  113. data/xpcomcore/etc/jsdoc-toolkit/app/test/overview.js +0 -20
  114. data/xpcomcore/etc/jsdoc-toolkit/app/test/param_inline.js +0 -37
  115. data/xpcomcore/etc/jsdoc-toolkit/app/test/params_optional.js +0 -8
  116. data/xpcomcore/etc/jsdoc-toolkit/app/test/prototype.js +0 -17
  117. data/xpcomcore/etc/jsdoc-toolkit/app/test/prototype_nested.js +0 -9
  118. data/xpcomcore/etc/jsdoc-toolkit/app/test/prototype_oblit.js +0 -13
  119. data/xpcomcore/etc/jsdoc-toolkit/app/test/prototype_oblit_constructor.js +0 -24
  120. data/xpcomcore/etc/jsdoc-toolkit/app/test/public.js +0 -10
  121. data/xpcomcore/etc/jsdoc-toolkit/app/test/scripts/code.js +0 -5
  122. data/xpcomcore/etc/jsdoc-toolkit/app/test/scripts/notcode.txt +0 -5
  123. data/xpcomcore/etc/jsdoc-toolkit/app/test/shared.js +0 -42
  124. data/xpcomcore/etc/jsdoc-toolkit/app/test/shared2.js +0 -2
  125. data/xpcomcore/etc/jsdoc-toolkit/app/test/shortcuts.js +0 -22
  126. data/xpcomcore/etc/jsdoc-toolkit/app/test/static_this.js +0 -13
  127. data/xpcomcore/etc/jsdoc-toolkit/app/test/synonyms.js +0 -31
  128. data/xpcomcore/etc/jsdoc-toolkit/app/test/tosource.js +0 -23
  129. data/xpcomcore/etc/jsdoc-toolkit/app/test/variable_redefine.js +0 -14
  130. data/xpcomcore/etc/jsdoc-toolkit/changes.txt +0 -96
  131. data/xpcomcore/etc/jsdoc-toolkit/conf/sample.conf +0 -31
  132. data/xpcomcore/etc/jsdoc-toolkit/java/build.xml +0 -36
  133. data/xpcomcore/etc/jsdoc-toolkit/java/build_1.4.xml +0 -36
  134. data/xpcomcore/etc/jsdoc-toolkit/java/classes/js.jar +0 -0
  135. data/xpcomcore/etc/jsdoc-toolkit/java/src/JsDebugRun.java +0 -21
  136. data/xpcomcore/etc/jsdoc-toolkit/java/src/JsRun.java +0 -21
  137. data/xpcomcore/etc/jsdoc-toolkit/jsdebug.jar +0 -0
  138. data/xpcomcore/etc/jsdoc-toolkit/jsrun.jar +0 -0
  139. data/xpcomcore/etc/jsdoc-toolkit/jsrun.sh +0 -52
  140. data/xpcomcore/etc/jsdoc-toolkit/templates/jsdoc/allclasses.tmpl +0 -17
  141. data/xpcomcore/etc/jsdoc-toolkit/templates/jsdoc/allfiles.tmpl +0 -56
  142. data/xpcomcore/etc/jsdoc-toolkit/templates/jsdoc/class.tmpl +0 -646
  143. data/xpcomcore/etc/jsdoc-toolkit/templates/jsdoc/index.tmpl +0 -39
  144. data/xpcomcore/etc/jsdoc-toolkit/templates/jsdoc/publish.js +0 -200
  145. data/xpcomcore/etc/jsdoc-toolkit/templates/jsdoc/static/default.css +0 -162
  146. data/xpcomcore/etc/jsdoc-toolkit/templates/jsdoc/static/header.html +0 -2
  147. data/xpcomcore/etc/jsdoc-toolkit/templates/jsdoc/static/index.html +0 -19
  148. data/xpcomcore/etc/jsdoc-toolkit/templates/jsdoc/symbol.tmpl +0 -35
@@ -1,10 +0,0 @@
1
- _global_ = this;
2
-
3
- function Namespace(name, f) {
4
- var n = name.split(".");
5
- for (var o = _global_, i = 0, l = n.length; i < l; i++) {
6
- o = o[n[i]] = o[n[i]] || {};
7
- }
8
-
9
- if (f) f();
10
- }
@@ -1,134 +0,0 @@
1
- /** @namespace */
2
- Opt = {
3
- /**
4
- * Get commandline option values.
5
- * @param {Array} args Commandline arguments. Like ["-a=xml", "-b", "--class=new", "--debug"]
6
- * @param {object} optNames Map short names to long names. Like {a:"accept", b:"backtrace", c:"class", d:"debug"}.
7
- * @return {object} Short names and values. Like {a:"xml", b:true, c:"new", d:true}
8
- */
9
- get: function(args, optNames) {
10
- var opt = {"_": []}; // the unnamed option allows multiple values
11
- for (var i = 0; i < args.length; i++) {
12
- var arg = new String(args[i]);
13
- var name;
14
- var value;
15
- if (arg.charAt(0) == "-") {
16
- if (arg.charAt(1) == "-") { // it's a longname like --foo
17
- arg = arg.substring(2);
18
- var m = arg.split("=");
19
- name = m.shift();
20
- value = m.shift();
21
- if (typeof value == "undefined") value = true;
22
-
23
- for (var n in optNames) { // convert it to a shortname
24
- if (name == optNames[n]) {
25
- name = n;
26
- }
27
- }
28
- }
29
- else { // it's a shortname like -f
30
- arg = arg.substring(1);
31
- var m = arg.split("=");
32
- name = m.shift();
33
- value = m.shift();
34
- if (typeof value == "undefined") value = true;
35
-
36
- for (var n in optNames) { // find the matching key
37
- if (name == n || name+'[]' == n) {
38
- name = n;
39
- break;
40
- }
41
- }
42
- }
43
- if (name.match(/(.+)\[\]$/)) { // it's an array type like n[]
44
- name = RegExp.$1;
45
- if (!opt[name]) opt[name] = [];
46
- }
47
-
48
- if (opt[name] && opt[name].push) {
49
- opt[name].push(value);
50
- }
51
- else {
52
- opt[name] = value;
53
- }
54
- }
55
- else { // not associated with any optname
56
- opt._.push(args[i]);
57
- }
58
- }
59
- return opt;
60
- }
61
- }
62
-
63
- /*t:
64
- plan(11, "Testing Opt.");
65
-
66
- is(
67
- typeof Opt,
68
- "object",
69
- "Opt is an object."
70
- );
71
-
72
- is(
73
- typeof Opt.get,
74
- "function",
75
- "Opt.get is a function."
76
- );
77
-
78
- var optNames = {a:"accept", b:"backtrace", c:"class", d:"debug", "e[]":"exceptions"};
79
- var t_options = Opt.get(["-a=xml", "-b", "--class=new", "--debug", "-e=one", "-e=two", "foo", "bar"], optNames);
80
-
81
- is(
82
- t_options.a,
83
- "xml",
84
- "an option defined with a short name can be accessed by its short name."
85
- );
86
-
87
- is(
88
- t_options.b,
89
- true,
90
- "an option defined with a short name and no value are true."
91
- );
92
-
93
- is(
94
- t_options.c,
95
- "new",
96
- "an option defined with a long name can be accessed by its short name."
97
- );
98
-
99
- is(
100
- t_options.d,
101
- true,
102
- "an option defined with a long name and no value are true."
103
- );
104
-
105
- is(
106
- typeof t_options.e,
107
- "object",
108
- "an option that can accept multiple values is defined."
109
- );
110
-
111
- is(
112
- t_options.e.length,
113
- 2,
114
- "an option that can accept multiple values can have more than one value."
115
- );
116
-
117
- is(
118
- t_options.e[1],
119
- "two",
120
- "an option that can accept multiple values can be accessed as an array."
121
- );
122
-
123
- is(
124
- typeof t_options._,
125
- "object",
126
- "the property '_' is defined for unnamed options."
127
- );
128
-
129
- is(
130
- t_options._[0],
131
- "foo",
132
- "the property '_' can be accessed as an array."
133
- );
134
- */
@@ -1,26 +0,0 @@
1
- /**@constructor*/
2
- function Reflection(obj) {
3
- this.obj = obj;
4
- }
5
-
6
- Reflection.prototype.getConstructorName = function() {
7
- if (this.obj.constructor.name) return this.obj.constructor.name;
8
- var src = this.obj.constructor.toSource();
9
- var name = src.substring(name.indexOf("function")+8, src.indexOf('(')).replace(/ /g,'');
10
- return name;
11
- }
12
-
13
- Reflection.prototype.getMethod = function(name) {
14
- for (var p in this.obj) {
15
- if (p == name && typeof(this.obj[p]) == "function") return this.obj[p];
16
- }
17
- return null;
18
- }
19
-
20
- Reflection.prototype.getParameterNames = function() {
21
- var src = this.obj.toSource();
22
- src = src.substring(
23
- src.indexOf("(", 8)+1, src.indexOf(")")
24
- );
25
- return src.split(/, ?/);
26
- }
@@ -1,93 +0,0 @@
1
- /**
2
- @name String
3
- @class Additions to the core string object.
4
- */
5
-
6
- /** @author Steven Levithan, released as public domain. */
7
- String.prototype.trim = function() {
8
- var str = this.replace(/^\s+/, '');
9
- for (var i = str.length - 1; i >= 0; i--) {
10
- if (/\S/.test(str.charAt(i))) {
11
- str = str.substring(0, i + 1);
12
- break;
13
- }
14
- }
15
- return str;
16
- }
17
- /*t:
18
- plan(6, "Testing String.prototype.trim.");
19
-
20
- var s = " a bc ".trim();
21
- is(s, "a bc", "multiple spaces front and back are trimmed.");
22
-
23
- s = "a bc\n\n".trim();
24
- is(s, "a bc", "newlines only in back are trimmed.");
25
-
26
- s = "\ta bc".trim();
27
- is(s, "a bc", "tabs only in front are trimmed.");
28
-
29
- s = "\n \t".trim();
30
- is(s, "", "an all-space string is trimmed to empty.");
31
-
32
- s = "a b\nc".trim();
33
- is(s, "a b\nc", "a string with no spaces in front or back is trimmed to itself.");
34
-
35
- s = "".trim();
36
- is(s, "", "an empty string is trimmed to empty.");
37
-
38
- */
39
-
40
- String.prototype.balance = function(open, close) {
41
- var i = 0;
42
- while (this.charAt(i) != open) {
43
- if (i == this.length) return [-1, -1];
44
- i++;
45
- }
46
-
47
- var j = i+1;
48
- var balance = 1;
49
- while (j < this.length) {
50
- if (this.charAt(j) == open) balance++;
51
- if (this.charAt(j) == close) balance--;
52
- if (balance == 0) break;
53
- j++;
54
- if (j == this.length) return [-1, -1];
55
- }
56
-
57
- return [i, j];
58
- }
59
- /*t:
60
- plan(16, "Testing String.prototype.balance.");
61
-
62
- var s = "{abc}".balance("{","}");
63
- is(s[0], 0, "opener in first is found.");
64
- is(s[1], 4, "closer in last is found.");
65
-
66
- s = "ab{c}de".balance("{","}");
67
- is(s[0], 2, "opener in middle is found.");
68
- is(s[1], 4, "closer in middle is found.");
69
-
70
- s = "a{b{c}de}f".balance("{","}");
71
- is(s[0], 1, "nested opener is found.");
72
- is(s[1], 8, "nested closer is found.");
73
-
74
- s = "{}".balance("{","}");
75
- is(s[0], 0, "opener with no content is found.");
76
- is(s[1], 1, "closer with no content is found.");
77
-
78
- s = "".balance("{","}");
79
- is(s[0], -1, "empty string opener is -1.");
80
- is(s[1], -1, "empty string closer is -1.");
81
-
82
- s = "{abc".balance("{","}");
83
- is(s[0], -1, "opener with no closer returns -1.");
84
- is(s[1], -1, "no closer returns -1.");
85
-
86
- s = "abc".balance("{","}");
87
- is(s[0], -1, "no opener or closer returns -1 for opener.");
88
- is(s[1], -1, "no opener or closer returns -1 for closer.");
89
-
90
- s = "a<bc}de".balance("<","}");
91
- is(s[0], 1, "unmatching opener is found.");
92
- is(s[1], 4, "unmatching closer is found.");
93
- */
@@ -1,129 +0,0 @@
1
- /**
2
- * @fileOverview
3
- * @name JsTestrun
4
- * @author Michael Mathews micmath@gmail.com
5
- * @url $HeadURL: https://jsdoc-toolkit.googlecode.com/svn/trunk/jsdoc-toolkit/app/frame/Testrun.js $
6
- * @revision $Id: Testrun.js 418 2008-01-15 21:40:33Z micmath $
7
- * @license <a href="http://en.wikipedia.org/wiki/MIT_License">X11/MIT License</a>
8
- * (See the accompanying README file for full details.)
9
- */
10
-
11
- /**
12
- Yet another unit testing tool for JavaScript.
13
- @author Michael Mathews <a href="mailto:micmath@gmail.com">micmath@gmail.com</a>
14
- @param {object} testCases Properties are testcase names, values are functions to execute as tests.
15
- */
16
- function testrun(testCases) {
17
- var ran = 0;
18
- for (t in testCases) {
19
- var result = testCases[t]();
20
- ran++;
21
- }
22
-
23
- return testrun.reportOut+"-------------------------------\n"+((testrun.fails>0)? ":( Failed "+testrun.fails+"/" : ":) Passed all ")+testrun.count+" test"+((testrun.count == 1)? "":"s")+".\n";
24
- }
25
-
26
-
27
- testrun.count = 0;
28
- testrun.current = null;
29
- testrun.passes = 0;
30
- testrun.fails = 0;
31
- testrun.reportOut = "";
32
-
33
- /** @private */
34
- testrun.report = function(text) {
35
- testrun.reportOut += text+"\n";
36
- }
37
-
38
- /**
39
- Check if test evaluates to true.
40
- @param {string} test To be evaluated.
41
- @param {string} message Optional. To be displayed in the report.
42
- @return {boolean} True if the string test evaluates to true.
43
- */
44
- ok = function(test, message) {
45
- testrun.count++;
46
-
47
- var result;
48
- try {
49
- result = eval(test);
50
-
51
- if (result) {
52
- testrun.passes++;
53
- testrun.report(" OK "+testrun.count+" - "+((message != null)? message : ""));
54
- }
55
- else {
56
- testrun.fails++;
57
- testrun.report("NOT OK "+testrun.count+" - "+((message != null)? message : ""));
58
- }
59
- }
60
- catch(e) {
61
- testrun.fails++
62
- testrun.report("NOT OK "+testrun.count+" - "+((message != null)? message : ""));
63
-
64
- }
65
- }
66
-
67
- /**
68
- Check if test is same as expected.
69
- @param {string} test To be evaluated.
70
- @param {string} expected
71
- @param {string} message Optional. To be displayed in the report.
72
- @return {boolean} True if (test == expected). Note that the comparison is not a strict equality check.
73
- */
74
- is = function(test, expected, message) {
75
- testrun.count++;
76
-
77
- var result;
78
- try {
79
- result = eval(test);
80
-
81
- if (result == expected) {
82
- testrun.passes++
83
- testrun.report(" OK "+testrun.count+" - "+((message != null)? message : ""));
84
- }
85
- else {
86
- testrun.fails++
87
- testrun.report("NOT OK "+testrun.count+" - "+((message != null)? message : ""));
88
- testrun.report("expected: "+expected);
89
- testrun.report(" got: "+result);
90
- }
91
- }
92
- catch(e) {
93
- testrun.fails++
94
- testrun.report("NOT OK "+testrun.count+" - "+((message != null)? message : ""));
95
- testrun.report("expected: "+expected);
96
- testrun.report(" got: "+result);}
97
- }
98
-
99
- /**
100
- Check if test matches pattern.
101
- @param {string} test To be evaluated.
102
- @param {string} pattern Used to create a RegExp.
103
- @param {string} message Optional. To be displayed in the report.
104
- @return {boolean} True if test matches pattern.
105
- */
106
- like = function(test, pattern, message) {
107
- testrun.count++;
108
-
109
- var result;
110
- try {
111
- result = eval(test);
112
- var rgx = new RegExp(pattern);
113
-
114
- if (rgx.test(result)) {
115
- testrun.passes++
116
- testrun.report(" OK "+testrun.count+" - "+((message != null)? message : ""));
117
- }
118
- else {
119
- testrun.fails++
120
- testrun.report("NOT OK "+testrun.count+" - "+((message != null)? message : ""));
121
- testrun.report(" this: "+result);
122
- testrun.report("is not like: "+pattern);
123
- }
124
- }
125
- catch(e) {
126
- testrun.fails++
127
- testrun.report("NOT OK "+testrun.count+" - "+((message != null)? message : ""));
128
- }
129
- }
@@ -1,26 +0,0 @@
1
- /**
2
- This is the main container for the FOODOC handler.
3
- @namespace
4
- */
5
- FOODOC = {
6
- };
7
-
8
- /** The current version string of this application. */
9
- FOODOC.VERSION = "1.0";
10
-
11
- FOODOC.handle = function(srcFile, src) {
12
- LOG.inform("Handling file '" + srcFile + "'");
13
-
14
- return [
15
- new JSDOC.Symbol(
16
- "foo",
17
- [],
18
- "VIRTUAL",
19
- new JSDOC.DocComment("/** This is a foo. */")
20
- )
21
- ];
22
- };
23
-
24
- FOODOC.publish = function(symbolgroup) {
25
- LOG.inform("Publishing symbolgroup.");
26
- };
@@ -1,26 +0,0 @@
1
- /**
2
- * This is the main container for the XMLDOC handler.
3
- * @namespace
4
- * @author Brett Fattori (bfattori@fry.com)
5
- * @version $Revision: 498 $
6
- */
7
- XMLDOC = {
8
-
9
- };
10
-
11
- /** The current version string of this application. */
12
- XMLDOC.VERSION = "1.0";
13
-
14
- /** Include the library necessary to handle XML files */
15
- IO.includeDir("handlers/XMLDOC/");
16
-
17
- /**
18
- * @type Symbol[]
19
- */
20
- XMLDOC.handle = function(srcFile, src) {
21
-
22
- };
23
-
24
- XMLDOC.publish = function(symbolgroup) {
25
-
26
- }