oats 0.0.9 → 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.gitignore +1 -0
- data/lib/oats/commandline_options.rb +8 -3
- data/lib/oats/user_api.rb +2 -2
- data/lib/oats/version.rb +1 -1
- data/oats_tests/examples/keywords/keywordsTestlist.yml +2 -2
- metadata +3 -57
- data/Gemfile.lock +0 -60
- data/doc/classes/ApplicationLogs.html +0 -239
- data/doc/classes/Campaign.html +0 -843
- data/doc/classes/CommandlineOptions.html +0 -131
- data/doc/classes/Driver.html +0 -182
- data/doc/classes/Hash.html +0 -137
- data/doc/classes/Ide.html +0 -194
- data/doc/classes/MapSelenium.html +0 -197
- data/doc/classes/Net.html +0 -107
- data/doc/classes/Oats/OatsFilterError.html +0 -119
- data/doc/classes/Oats.html +0 -998
- data/doc/classes/OatsAssertError.html +0 -119
- data/doc/classes/OatsBadInput.html +0 -119
- data/doc/classes/OatsData.html +0 -290
- data/doc/classes/OatsError.html +0 -117
- data/doc/classes/OatsExit.html +0 -117
- data/doc/classes/OatsLock.html +0 -254
- data/doc/classes/OatsMain.html +0 -182
- data/doc/classes/OatsMysqlError.html +0 -113
- data/doc/classes/OatsMysqlMissingInput.html +0 -113
- data/doc/classes/OatsReportError.html +0 -113
- data/doc/classes/OatsSetupError.html +0 -119
- data/doc/classes/OatsTestError.html +0 -119
- data/doc/classes/OatsTestExit.html +0 -119
- data/doc/classes/OatsTestLocateError.html +0 -120
- data/doc/classes/OatsVerifyError.html +0 -119
- data/doc/classes/Ragent.html +0 -397
- data/doc/classes/Rclient.html +0 -236
- data/doc/classes/Report.html +0 -368
- data/doc/classes/Reports.html +0 -244
- data/doc/classes/RestApi.html +0 -333
- data/doc/classes/RhttpClient.html +0 -236
- data/doc/classes/Rimap.html +0 -170
- data/doc/classes/Rmysql.html +0 -176
- data/doc/classes/Roptions.html +0 -131
- data/doc/classes/Rselenium.html +0 -233
- data/doc/classes/Rssh.html +0 -138
- data/doc/classes/Runnable.html +0 -174
- data/doc/classes/SFTriggers.html +0 -206
- data/doc/classes/Selenium/Client/Driver.html +0 -211
- data/doc/classes/Selenium/Client.html +0 -107
- data/doc/classes/Selenium.html +0 -107
- data/doc/classes/SystemCapture.html +0 -304
- data/doc/classes/TestCase.html +0 -418
- data/doc/classes/TestData.html +0 -235
- data/doc/classes/TestList.html +0 -264
- data/doc/classes/Tools.html +0 -244
- data/doc/classes/Util.html +0 -201
- data/doc/classes/Variation.html +0 -206
- data/doc/fr_class_index.html +0 -92
- data/doc/fr_method_index.html +0 -465
- data/doc/index.html +0 -23
- data/doc/rdoc-style.css +0 -208
- data/oats_tests/examples/core/ok_verify.rb_ok/rats_test.log +0 -2
@@ -1,119 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="iso-8859-1"?>
|
2
|
-
<!DOCTYPE html
|
3
|
-
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
|
-
|
6
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
7
|
-
<head>
|
8
|
-
<title>Class: OatsAssertError</title>
|
9
|
-
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
10
|
-
<meta http-equiv="Content-Script-Type" content="text/javascript" />
|
11
|
-
<link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" />
|
12
|
-
<script type="text/javascript">
|
13
|
-
// <![CDATA[
|
14
|
-
|
15
|
-
function popupCode( url ) {
|
16
|
-
window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
|
17
|
-
}
|
18
|
-
|
19
|
-
function toggleCode( id ) {
|
20
|
-
if ( document.getElementById )
|
21
|
-
elem = document.getElementById( id );
|
22
|
-
else if ( document.all )
|
23
|
-
elem = eval( "document.all." + id );
|
24
|
-
else
|
25
|
-
return false;
|
26
|
-
|
27
|
-
elemStyle = elem.style;
|
28
|
-
|
29
|
-
if ( elemStyle.display != "block" ) {
|
30
|
-
elemStyle.display = "block"
|
31
|
-
} else {
|
32
|
-
elemStyle.display = "none"
|
33
|
-
}
|
34
|
-
|
35
|
-
return true;
|
36
|
-
}
|
37
|
-
|
38
|
-
// Make codeblocks hidden by default
|
39
|
-
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
|
40
|
-
|
41
|
-
// ]]>
|
42
|
-
</script>
|
43
|
-
|
44
|
-
</head>
|
45
|
-
<body>
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
<div id="classHeader">
|
50
|
-
<table class="header-table">
|
51
|
-
<tr class="top-aligned-row">
|
52
|
-
<td><strong>Class</strong></td>
|
53
|
-
<td class="class-name-in-header">OatsAssertError</td>
|
54
|
-
</tr>
|
55
|
-
<tr class="top-aligned-row">
|
56
|
-
<td><strong>In:</strong></td>
|
57
|
-
<td>
|
58
|
-
<a href="../files/lib/oats_exceptions_rb.html">
|
59
|
-
lib/oats_exceptions.rb
|
60
|
-
</a>
|
61
|
-
<br />
|
62
|
-
</td>
|
63
|
-
</tr>
|
64
|
-
|
65
|
-
<tr class="top-aligned-row">
|
66
|
-
<td><strong>Parent:</strong></td>
|
67
|
-
<td>
|
68
|
-
<a href="OatsTestError.html">
|
69
|
-
OatsTestError
|
70
|
-
</a>
|
71
|
-
</td>
|
72
|
-
</tr>
|
73
|
-
</table>
|
74
|
-
</div>
|
75
|
-
<!-- banner header -->
|
76
|
-
|
77
|
-
<div id="bodyContent">
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
<div id="contextContent">
|
82
|
-
|
83
|
-
<div id="description">
|
84
|
-
<p>
|
85
|
-
Raised by Oats.assert_* methods
|
86
|
-
</p>
|
87
|
-
|
88
|
-
</div>
|
89
|
-
|
90
|
-
|
91
|
-
</div>
|
92
|
-
|
93
|
-
|
94
|
-
</div>
|
95
|
-
|
96
|
-
|
97
|
-
<!-- if includes -->
|
98
|
-
|
99
|
-
<div id="section">
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
<!-- if method_list -->
|
109
|
-
|
110
|
-
|
111
|
-
</div>
|
112
|
-
|
113
|
-
|
114
|
-
<div id="validator-badges">
|
115
|
-
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
116
|
-
</div>
|
117
|
-
|
118
|
-
</body>
|
119
|
-
</html>
|
@@ -1,119 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="iso-8859-1"?>
|
2
|
-
<!DOCTYPE html
|
3
|
-
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
|
-
|
6
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
7
|
-
<head>
|
8
|
-
<title>Class: OatsBadInput</title>
|
9
|
-
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
10
|
-
<meta http-equiv="Content-Script-Type" content="text/javascript" />
|
11
|
-
<link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" />
|
12
|
-
<script type="text/javascript">
|
13
|
-
// <![CDATA[
|
14
|
-
|
15
|
-
function popupCode( url ) {
|
16
|
-
window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
|
17
|
-
}
|
18
|
-
|
19
|
-
function toggleCode( id ) {
|
20
|
-
if ( document.getElementById )
|
21
|
-
elem = document.getElementById( id );
|
22
|
-
else if ( document.all )
|
23
|
-
elem = eval( "document.all." + id );
|
24
|
-
else
|
25
|
-
return false;
|
26
|
-
|
27
|
-
elemStyle = elem.style;
|
28
|
-
|
29
|
-
if ( elemStyle.display != "block" ) {
|
30
|
-
elemStyle.display = "block"
|
31
|
-
} else {
|
32
|
-
elemStyle.display = "none"
|
33
|
-
}
|
34
|
-
|
35
|
-
return true;
|
36
|
-
}
|
37
|
-
|
38
|
-
// Make codeblocks hidden by default
|
39
|
-
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
|
40
|
-
|
41
|
-
// ]]>
|
42
|
-
</script>
|
43
|
-
|
44
|
-
</head>
|
45
|
-
<body>
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
<div id="classHeader">
|
50
|
-
<table class="header-table">
|
51
|
-
<tr class="top-aligned-row">
|
52
|
-
<td><strong>Class</strong></td>
|
53
|
-
<td class="class-name-in-header">OatsBadInput</td>
|
54
|
-
</tr>
|
55
|
-
<tr class="top-aligned-row">
|
56
|
-
<td><strong>In:</strong></td>
|
57
|
-
<td>
|
58
|
-
<a href="../files/lib/oats_exceptions_rb.html">
|
59
|
-
lib/oats_exceptions.rb
|
60
|
-
</a>
|
61
|
-
<br />
|
62
|
-
</td>
|
63
|
-
</tr>
|
64
|
-
|
65
|
-
<tr class="top-aligned-row">
|
66
|
-
<td><strong>Parent:</strong></td>
|
67
|
-
<td>
|
68
|
-
<a href="OatsError.html">
|
69
|
-
OatsError
|
70
|
-
</a>
|
71
|
-
</td>
|
72
|
-
</tr>
|
73
|
-
</table>
|
74
|
-
</div>
|
75
|
-
<!-- banner header -->
|
76
|
-
|
77
|
-
<div id="bodyContent">
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
<div id="contextContent">
|
82
|
-
|
83
|
-
<div id="description">
|
84
|
-
<p>
|
85
|
-
Commandline or related oats-user.yml value errors
|
86
|
-
</p>
|
87
|
-
|
88
|
-
</div>
|
89
|
-
|
90
|
-
|
91
|
-
</div>
|
92
|
-
|
93
|
-
|
94
|
-
</div>
|
95
|
-
|
96
|
-
|
97
|
-
<!-- if includes -->
|
98
|
-
|
99
|
-
<div id="section">
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
<!-- if method_list -->
|
109
|
-
|
110
|
-
|
111
|
-
</div>
|
112
|
-
|
113
|
-
|
114
|
-
<div id="validator-badges">
|
115
|
-
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
116
|
-
</div>
|
117
|
-
|
118
|
-
</body>
|
119
|
-
</html>
|
data/doc/classes/OatsData.html
DELETED
@@ -1,290 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="iso-8859-1"?>
|
2
|
-
<!DOCTYPE html
|
3
|
-
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
|
-
|
6
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
7
|
-
<head>
|
8
|
-
<title>Class: OatsData</title>
|
9
|
-
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
10
|
-
<meta http-equiv="Content-Script-Type" content="text/javascript" />
|
11
|
-
<link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" />
|
12
|
-
<script type="text/javascript">
|
13
|
-
// <![CDATA[
|
14
|
-
|
15
|
-
function popupCode( url ) {
|
16
|
-
window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
|
17
|
-
}
|
18
|
-
|
19
|
-
function toggleCode( id ) {
|
20
|
-
if ( document.getElementById )
|
21
|
-
elem = document.getElementById( id );
|
22
|
-
else if ( document.all )
|
23
|
-
elem = eval( "document.all." + id );
|
24
|
-
else
|
25
|
-
return false;
|
26
|
-
|
27
|
-
elemStyle = elem.style;
|
28
|
-
|
29
|
-
if ( elemStyle.display != "block" ) {
|
30
|
-
elemStyle.display = "block"
|
31
|
-
} else {
|
32
|
-
elemStyle.display = "none"
|
33
|
-
}
|
34
|
-
|
35
|
-
return true;
|
36
|
-
}
|
37
|
-
|
38
|
-
// Make codeblocks hidden by default
|
39
|
-
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
|
40
|
-
|
41
|
-
// ]]>
|
42
|
-
</script>
|
43
|
-
|
44
|
-
</head>
|
45
|
-
<body>
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
<div id="classHeader">
|
50
|
-
<table class="header-table">
|
51
|
-
<tr class="top-aligned-row">
|
52
|
-
<td><strong>Class</strong></td>
|
53
|
-
<td class="class-name-in-header">OatsData</td>
|
54
|
-
</tr>
|
55
|
-
<tr class="top-aligned-row">
|
56
|
-
<td><strong>In:</strong></td>
|
57
|
-
<td>
|
58
|
-
<a href="../files/lib/oats_data_rb.html">
|
59
|
-
lib/oats_data.rb
|
60
|
-
</a>
|
61
|
-
<br />
|
62
|
-
</td>
|
63
|
-
</tr>
|
64
|
-
|
65
|
-
<tr class="top-aligned-row">
|
66
|
-
<td><strong>Parent:</strong></td>
|
67
|
-
<td>
|
68
|
-
Object
|
69
|
-
</td>
|
70
|
-
</tr>
|
71
|
-
</table>
|
72
|
-
</div>
|
73
|
-
<!-- banner header -->
|
74
|
-
|
75
|
-
<div id="bodyContent">
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
<div id="contextContent">
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
</div>
|
84
|
-
|
85
|
-
<div id="method-list">
|
86
|
-
<h3 class="section-bar">Methods</h3>
|
87
|
-
|
88
|
-
<div class="name-list">
|
89
|
-
<a href="#M000085">history</a>
|
90
|
-
<a href="#M000083">load</a>
|
91
|
-
<a href="#M000090">map_file_contents</a>
|
92
|
-
<a href="#M000086">merge</a>
|
93
|
-
<a href="#M000087">overlay</a>
|
94
|
-
<a href="#M000088">overlay_data</a>
|
95
|
-
<a href="#M000089">regenerate_file</a>
|
96
|
-
<a href="#M000082">resolve</a>
|
97
|
-
<a href="#M000084">verify_config</a>
|
98
|
-
</div>
|
99
|
-
</div>
|
100
|
-
|
101
|
-
</div>
|
102
|
-
|
103
|
-
|
104
|
-
<!-- if includes -->
|
105
|
-
|
106
|
-
<div id="section">
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
<!-- if method_list -->
|
116
|
-
<div id="methods">
|
117
|
-
<h3 class="section-bar">Public Class methods</h3>
|
118
|
-
|
119
|
-
<div id="method-M000085" class="method-detail">
|
120
|
-
<a name="M000085"></a>
|
121
|
-
|
122
|
-
<div class="method-heading">
|
123
|
-
<a href="OatsData.src/M000085.html" target="Code" class="method-signature"
|
124
|
-
onclick="popupCode('OatsData.src/M000085.html');return false;">
|
125
|
-
<span class="method-name">history</span><span class="method-args">(omit=false)</span>
|
126
|
-
</a>
|
127
|
-
</div>
|
128
|
-
|
129
|
-
<div class="method-description">
|
130
|
-
<p>
|
131
|
-
Returns <a href="Oats.html#M000148">Oats.data</a> <a
|
132
|
-
href="OatsData.html#M000085">history</a> files in an array.
|
133
|
-
</p>
|
134
|
-
</div>
|
135
|
-
</div>
|
136
|
-
|
137
|
-
<div id="method-M000083" class="method-detail">
|
138
|
-
<a name="M000083"></a>
|
139
|
-
|
140
|
-
<div class="method-heading">
|
141
|
-
<a href="OatsData.src/M000083.html" target="Code" class="method-signature"
|
142
|
-
onclick="popupCode('OatsData.src/M000083.html');return false;">
|
143
|
-
<span class="method-name">load</span><span class="method-args">(oats_file = nil, oats_default = nil)</span>
|
144
|
-
</a>
|
145
|
-
</div>
|
146
|
-
|
147
|
-
<div class="method-description">
|
148
|
-
<p>
|
149
|
-
If no input, use default YAML file, overridden by user‘s HOME or
|
150
|
-
OATS_INI Specified oats_file becomes the overriding file. If specified,
|
151
|
-
oats_default data is used instead of the default YAML contents. Returns
|
152
|
-
loaded data in $oats
|
153
|
-
</p>
|
154
|
-
</div>
|
155
|
-
</div>
|
156
|
-
|
157
|
-
<div id="method-M000090" class="method-detail">
|
158
|
-
<a name="M000090"></a>
|
159
|
-
|
160
|
-
<div class="method-heading">
|
161
|
-
<a href="OatsData.src/M000090.html" target="Code" class="method-signature"
|
162
|
-
onclick="popupCode('OatsData.src/M000090.html');return false;">
|
163
|
-
<span class="method-name">map_file_contents</span><span class="method-args">(oats_data, test_data, file_contents)</span>
|
164
|
-
</a>
|
165
|
-
</div>
|
166
|
-
|
167
|
-
<div class="method-description">
|
168
|
-
<p>
|
169
|
-
Helper method to replace HTML file contents based on oats and test data
|
170
|
-
mappings. Returns true if substitutions are made
|
171
|
-
</p>
|
172
|
-
</div>
|
173
|
-
</div>
|
174
|
-
|
175
|
-
<div id="method-M000086" class="method-detail">
|
176
|
-
<a name="M000086"></a>
|
177
|
-
|
178
|
-
<div class="method-heading">
|
179
|
-
<a href="OatsData.src/M000086.html" target="Code" class="method-signature"
|
180
|
-
onclick="popupCode('OatsData.src/M000086.html');return false;">
|
181
|
-
<span class="method-name">merge</span><span class="method-args">(config_ini, custom_ini)</span>
|
182
|
-
</a>
|
183
|
-
</div>
|
184
|
-
|
185
|
-
<div class="method-description">
|
186
|
-
<p>
|
187
|
-
Overrides config_ini hash tree with custom_ini. At each level keep only the
|
188
|
-
items specified by the include_list array
|
189
|
-
</p>
|
190
|
-
</div>
|
191
|
-
</div>
|
192
|
-
|
193
|
-
<div id="method-M000087" class="method-detail">
|
194
|
-
<a name="M000087"></a>
|
195
|
-
|
196
|
-
<div class="method-heading">
|
197
|
-
<a href="OatsData.src/M000087.html" target="Code" class="method-signature"
|
198
|
-
onclick="popupCode('OatsData.src/M000087.html');return false;">
|
199
|
-
<span class="method-name">overlay</span><span class="method-args">(oats_file, oats_data)</span>
|
200
|
-
</a>
|
201
|
-
</div>
|
202
|
-
|
203
|
-
<div class="method-description">
|
204
|
-
<p>
|
205
|
-
Overlays oats_data with contents of oats_data. Performs no compatibility
|
206
|
-
checking.
|
207
|
-
</p>
|
208
|
-
</div>
|
209
|
-
</div>
|
210
|
-
|
211
|
-
<div id="method-M000088" class="method-detail">
|
212
|
-
<a name="M000088"></a>
|
213
|
-
|
214
|
-
<div class="method-heading">
|
215
|
-
<a href="OatsData.src/M000088.html" target="Code" class="method-signature"
|
216
|
-
onclick="popupCode('OatsData.src/M000088.html');return false;">
|
217
|
-
<span class="method-name">overlay_data</span><span class="method-args">(overlay, oats_data)</span>
|
218
|
-
</a>
|
219
|
-
</div>
|
220
|
-
|
221
|
-
<div class="method-description">
|
222
|
-
<p>
|
223
|
-
Recurse thru matching hash only, replace rest by <a
|
224
|
-
href="OatsData.html#M000087">overlay</a>
|
225
|
-
</p>
|
226
|
-
</div>
|
227
|
-
</div>
|
228
|
-
|
229
|
-
<div id="method-M000089" class="method-detail">
|
230
|
-
<a name="M000089"></a>
|
231
|
-
|
232
|
-
<div class="method-heading">
|
233
|
-
<a href="OatsData.src/M000089.html" target="Code" class="method-signature"
|
234
|
-
onclick="popupCode('OatsData.src/M000089.html');return false;">
|
235
|
-
<span class="method-name">regenerate_file</span><span class="method-args">(file_in)</span>
|
236
|
-
</a>
|
237
|
-
</div>
|
238
|
-
|
239
|
-
<div class="method-description">
|
240
|
-
<p>
|
241
|
-
Regenerates input file based on YAML. Assumes input is absolute path and
|
242
|
-
exists. Return generated file path or nil if nothing is generated.
|
243
|
-
</p>
|
244
|
-
</div>
|
245
|
-
</div>
|
246
|
-
|
247
|
-
<div id="method-M000082" class="method-detail">
|
248
|
-
<a name="M000082"></a>
|
249
|
-
|
250
|
-
<div class="method-heading">
|
251
|
-
<a href="OatsData.src/M000082.html" target="Code" class="method-signature"
|
252
|
-
onclick="popupCode('OatsData.src/M000082.html');return false;">
|
253
|
-
<span class="method-name">resolve</span><span class="method-args">(oats_data = nil)</span>
|
254
|
-
</a>
|
255
|
-
</div>
|
256
|
-
|
257
|
-
<div class="method-description">
|
258
|
-
<p>
|
259
|
-
Resolves ENV[ entries in a oats_data
|
260
|
-
</p>
|
261
|
-
</div>
|
262
|
-
</div>
|
263
|
-
|
264
|
-
<div id="method-M000084" class="method-detail">
|
265
|
-
<a name="M000084"></a>
|
266
|
-
|
267
|
-
<div class="method-heading">
|
268
|
-
<a href="OatsData.src/M000084.html" target="Code" class="method-signature"
|
269
|
-
onclick="popupCode('OatsData.src/M000084.html');return false;">
|
270
|
-
<span class="method-name">verify_config</span><span class="method-args">(oats_data)</span>
|
271
|
-
</a>
|
272
|
-
</div>
|
273
|
-
|
274
|
-
<div class="method-description">
|
275
|
-
</div>
|
276
|
-
</div>
|
277
|
-
|
278
|
-
|
279
|
-
</div>
|
280
|
-
|
281
|
-
|
282
|
-
</div>
|
283
|
-
|
284
|
-
|
285
|
-
<div id="validator-badges">
|
286
|
-
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
287
|
-
</div>
|
288
|
-
|
289
|
-
</body>
|
290
|
-
</html>
|
data/doc/classes/OatsError.html
DELETED
@@ -1,117 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="iso-8859-1"?>
|
2
|
-
<!DOCTYPE html
|
3
|
-
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
|
-
|
6
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
7
|
-
<head>
|
8
|
-
<title>Class: OatsError</title>
|
9
|
-
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
10
|
-
<meta http-equiv="Content-Script-Type" content="text/javascript" />
|
11
|
-
<link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" />
|
12
|
-
<script type="text/javascript">
|
13
|
-
// <![CDATA[
|
14
|
-
|
15
|
-
function popupCode( url ) {
|
16
|
-
window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
|
17
|
-
}
|
18
|
-
|
19
|
-
function toggleCode( id ) {
|
20
|
-
if ( document.getElementById )
|
21
|
-
elem = document.getElementById( id );
|
22
|
-
else if ( document.all )
|
23
|
-
elem = eval( "document.all." + id );
|
24
|
-
else
|
25
|
-
return false;
|
26
|
-
|
27
|
-
elemStyle = elem.style;
|
28
|
-
|
29
|
-
if ( elemStyle.display != "block" ) {
|
30
|
-
elemStyle.display = "block"
|
31
|
-
} else {
|
32
|
-
elemStyle.display = "none"
|
33
|
-
}
|
34
|
-
|
35
|
-
return true;
|
36
|
-
}
|
37
|
-
|
38
|
-
// Make codeblocks hidden by default
|
39
|
-
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
|
40
|
-
|
41
|
-
// ]]>
|
42
|
-
</script>
|
43
|
-
|
44
|
-
</head>
|
45
|
-
<body>
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
<div id="classHeader">
|
50
|
-
<table class="header-table">
|
51
|
-
<tr class="top-aligned-row">
|
52
|
-
<td><strong>Class</strong></td>
|
53
|
-
<td class="class-name-in-header">OatsError</td>
|
54
|
-
</tr>
|
55
|
-
<tr class="top-aligned-row">
|
56
|
-
<td><strong>In:</strong></td>
|
57
|
-
<td>
|
58
|
-
<a href="../files/lib/oats_exceptions_rb.html">
|
59
|
-
lib/oats_exceptions.rb
|
60
|
-
</a>
|
61
|
-
<br />
|
62
|
-
</td>
|
63
|
-
</tr>
|
64
|
-
|
65
|
-
<tr class="top-aligned-row">
|
66
|
-
<td><strong>Parent:</strong></td>
|
67
|
-
<td>
|
68
|
-
StandardError
|
69
|
-
</td>
|
70
|
-
</tr>
|
71
|
-
</table>
|
72
|
-
</div>
|
73
|
-
<!-- banner header -->
|
74
|
-
|
75
|
-
<div id="bodyContent">
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
<div id="contextContent">
|
80
|
-
|
81
|
-
<div id="description">
|
82
|
-
<p>
|
83
|
-
Unclassified exceptions used by OATS framework
|
84
|
-
</p>
|
85
|
-
|
86
|
-
</div>
|
87
|
-
|
88
|
-
|
89
|
-
</div>
|
90
|
-
|
91
|
-
|
92
|
-
</div>
|
93
|
-
|
94
|
-
|
95
|
-
<!-- if includes -->
|
96
|
-
|
97
|
-
<div id="section">
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
<!-- if method_list -->
|
107
|
-
|
108
|
-
|
109
|
-
</div>
|
110
|
-
|
111
|
-
|
112
|
-
<div id="validator-badges">
|
113
|
-
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
114
|
-
</div>
|
115
|
-
|
116
|
-
</body>
|
117
|
-
</html>
|