ae_easy-test 0.0.2 → 0.0.3
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.
- checksums.yaml +4 -4
- data/doc/AeEasy.html +116 -116
- data/doc/AeEasy/Core.html +116 -116
- data/doc/AeEasy/Core/Mock.html +114 -114
- data/doc/AeEasy/Core/Mock/FakeExecutor.html +1523 -1523
- data/doc/AeEasy/Core/Modk.html +104 -104
- data/doc/AeEasy/Core/Plugin.html +116 -116
- data/doc/AeEasy/Core/Plugin/ExecutorBehavior.html +186 -186
- data/doc/AeEasy/Test.html +520 -520
- data/doc/AeEasy/Test/Helper.html +1300 -1300
- data/doc/AeEasy/Test/RecordTask.html +1836 -1836
- data/doc/_index.html +238 -236
- data/doc/class_list.html +51 -51
- data/doc/css/full_list.css +58 -58
- data/doc/css/style.css +496 -496
- data/doc/file.README.html +69 -69
- data/doc/file_list.html +56 -56
- data/doc/frames.html +17 -17
- data/doc/index.html +69 -69
- data/doc/js/app.js +303 -292
- data/doc/js/full_list.js +216 -216
- data/doc/js/jquery.js +3 -3
- data/doc/method_list.html +435 -427
- data/doc/top-level-namespace.html +190 -109
- data/lib/ae_easy/test/version.rb +1 -1
- data/lib/ae_easy_override/core/mock/fake_executor.rb +1 -1
- metadata +2 -2
data/doc/_index.html
CHANGED
@@ -1,237 +1,239 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<meta charset="utf-8">
|
5
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6
|
-
<title>
|
7
|
-
Documentation by YARD 0.9.
|
8
|
-
|
9
|
-
</title>
|
10
|
-
|
11
|
-
<link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
|
12
|
-
|
13
|
-
<link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
|
14
|
-
|
15
|
-
<script type="text/javascript" charset="utf-8">
|
16
|
-
pathId = null;
|
17
|
-
relpath = '';
|
18
|
-
</script>
|
19
|
-
|
20
|
-
|
21
|
-
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
|
22
|
-
|
23
|
-
<script type="text/javascript" charset="utf-8" src="js/app.js"></script>
|
24
|
-
|
25
|
-
|
26
|
-
</head>
|
27
|
-
<body>
|
28
|
-
<div class="nav_wrap">
|
29
|
-
<iframe id="nav" src="class_list.html?1"></iframe>
|
30
|
-
<div id="resizer"></div>
|
31
|
-
</div>
|
32
|
-
|
33
|
-
<div id="main" tabindex="-1">
|
34
|
-
<div id="header">
|
35
|
-
<div id="menu">
|
36
|
-
|
37
|
-
</div>
|
38
|
-
|
39
|
-
<div id="search">
|
40
|
-
|
41
|
-
<a class="full_list_link" id="class_list_link"
|
42
|
-
href="class_list.html">
|
43
|
-
|
44
|
-
<svg width="24" height="24">
|
45
|
-
<rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
|
46
|
-
<rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
|
47
|
-
<rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
|
48
|
-
</svg>
|
49
|
-
</a>
|
50
|
-
|
51
|
-
</div>
|
52
|
-
<div class="clear"></div>
|
53
|
-
</div>
|
54
|
-
|
55
|
-
<div id="content"><h1 class="noborder title">Documentation by YARD 0.9.
|
56
|
-
<div id="listing">
|
57
|
-
<h1 class="alphaindex">Alphabetic Index</h1>
|
58
|
-
|
59
|
-
<h2>File Listing</h2>
|
60
|
-
<ul id="files" class="index_inline_list">
|
61
|
-
|
62
|
-
|
63
|
-
<li class="r1"><a href="index.html" title="README">README</a></li>
|
64
|
-
|
65
|
-
|
66
|
-
</ul>
|
67
|
-
|
68
|
-
<div class="clear"></div>
|
69
|
-
<h2>Namespace Listing A-Z</h2>
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
</
|
224
|
-
|
225
|
-
</
|
226
|
-
|
227
|
-
</div>
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
</
|
234
|
-
|
235
|
-
|
236
|
-
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta charset="utf-8">
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6
|
+
<title>
|
7
|
+
Documentation by YARD 0.9.19
|
8
|
+
|
9
|
+
</title>
|
10
|
+
|
11
|
+
<link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
|
12
|
+
|
13
|
+
<link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
|
14
|
+
|
15
|
+
<script type="text/javascript" charset="utf-8">
|
16
|
+
pathId = null;
|
17
|
+
relpath = '';
|
18
|
+
</script>
|
19
|
+
|
20
|
+
|
21
|
+
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
|
22
|
+
|
23
|
+
<script type="text/javascript" charset="utf-8" src="js/app.js"></script>
|
24
|
+
|
25
|
+
|
26
|
+
</head>
|
27
|
+
<body>
|
28
|
+
<div class="nav_wrap">
|
29
|
+
<iframe id="nav" src="class_list.html?1"></iframe>
|
30
|
+
<div id="resizer"></div>
|
31
|
+
</div>
|
32
|
+
|
33
|
+
<div id="main" tabindex="-1">
|
34
|
+
<div id="header">
|
35
|
+
<div id="menu">
|
36
|
+
|
37
|
+
</div>
|
38
|
+
|
39
|
+
<div id="search">
|
40
|
+
|
41
|
+
<a class="full_list_link" id="class_list_link"
|
42
|
+
href="class_list.html">
|
43
|
+
|
44
|
+
<svg width="24" height="24">
|
45
|
+
<rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
|
46
|
+
<rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
|
47
|
+
<rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
|
48
|
+
</svg>
|
49
|
+
</a>
|
50
|
+
|
51
|
+
</div>
|
52
|
+
<div class="clear"></div>
|
53
|
+
</div>
|
54
|
+
|
55
|
+
<div id="content"><h1 class="noborder title">Documentation by YARD 0.9.19</h1>
|
56
|
+
<div id="listing">
|
57
|
+
<h1 class="alphaindex">Alphabetic Index</h1>
|
58
|
+
|
59
|
+
<h2>File Listing</h2>
|
60
|
+
<ul id="files" class="index_inline_list">
|
61
|
+
|
62
|
+
|
63
|
+
<li class="r1"><a href="index.html" title="README">README</a></li>
|
64
|
+
|
65
|
+
|
66
|
+
</ul>
|
67
|
+
|
68
|
+
<div class="clear"></div>
|
69
|
+
<h2>Namespace Listing A-Z</h2>
|
70
|
+
|
71
|
+
|
72
|
+
<ul class="toplevel"><li><span class='object_link'><a href="top-level-namespace.html" title="Top Level Namespace (root)">Top Level Namespace</a></span></li></ul>
|
73
|
+
|
74
|
+
|
75
|
+
|
76
|
+
<table>
|
77
|
+
<tr>
|
78
|
+
<td valign='top' width="33%">
|
79
|
+
|
80
|
+
|
81
|
+
<ul id="alpha_A" class="alpha">
|
82
|
+
<li class="letter">A</li>
|
83
|
+
<ul>
|
84
|
+
|
85
|
+
<li>
|
86
|
+
<span class='object_link'><a href="AeEasy.html" title="AeEasy (module)">AeEasy</a></span>
|
87
|
+
|
88
|
+
</li>
|
89
|
+
|
90
|
+
</ul>
|
91
|
+
</ul>
|
92
|
+
|
93
|
+
|
94
|
+
<ul id="alpha_C" class="alpha">
|
95
|
+
<li class="letter">C</li>
|
96
|
+
<ul>
|
97
|
+
|
98
|
+
<li>
|
99
|
+
<span class='object_link'><a href="AeEasy/Core.html" title="AeEasy::Core (module)">Core</a></span>
|
100
|
+
|
101
|
+
<small>(AeEasy)</small>
|
102
|
+
|
103
|
+
</li>
|
104
|
+
|
105
|
+
</ul>
|
106
|
+
</ul>
|
107
|
+
|
108
|
+
|
109
|
+
<ul id="alpha_E" class="alpha">
|
110
|
+
<li class="letter">E</li>
|
111
|
+
<ul>
|
112
|
+
|
113
|
+
<li>
|
114
|
+
<span class='object_link'><a href="AeEasy/Core/Plugin/ExecutorBehavior.html" title="AeEasy::Core::Plugin::ExecutorBehavior (module)">ExecutorBehavior</a></span>
|
115
|
+
|
116
|
+
<small>(AeEasy::Core::Plugin)</small>
|
117
|
+
|
118
|
+
</li>
|
119
|
+
|
120
|
+
</ul>
|
121
|
+
</ul>
|
122
|
+
|
123
|
+
|
124
|
+
<ul id="alpha_F" class="alpha">
|
125
|
+
<li class="letter">F</li>
|
126
|
+
<ul>
|
127
|
+
|
128
|
+
<li>
|
129
|
+
<span class='object_link'><a href="AeEasy/Core/Mock/FakeExecutor.html" title="AeEasy::Core::Mock::FakeExecutor (module)">FakeExecutor</a></span>
|
130
|
+
|
131
|
+
<small>(AeEasy::Core::Mock)</small>
|
132
|
+
|
133
|
+
</li>
|
134
|
+
|
135
|
+
</ul>
|
136
|
+
</ul>
|
137
|
+
|
138
|
+
|
139
|
+
<ul id="alpha_H" class="alpha">
|
140
|
+
<li class="letter">H</li>
|
141
|
+
<ul>
|
142
|
+
|
143
|
+
<li>
|
144
|
+
<span class='object_link'><a href="AeEasy/Test/Helper.html" title="AeEasy::Test::Helper (module)">Helper</a></span>
|
145
|
+
|
146
|
+
<small>(AeEasy::Test)</small>
|
147
|
+
|
148
|
+
</li>
|
149
|
+
|
150
|
+
</ul>
|
151
|
+
</ul>
|
152
|
+
|
153
|
+
|
154
|
+
<ul id="alpha_M" class="alpha">
|
155
|
+
<li class="letter">M</li>
|
156
|
+
<ul>
|
157
|
+
|
158
|
+
<li>
|
159
|
+
<span class='object_link'><a href="AeEasy/Core/Mock.html" title="AeEasy::Core::Mock (module)">Mock</a></span>
|
160
|
+
|
161
|
+
<small>(AeEasy::Core)</small>
|
162
|
+
|
163
|
+
</li>
|
164
|
+
|
165
|
+
<li>
|
166
|
+
<span class='object_link'><a href="AeEasy/Core/Modk.html" title="AeEasy::Core::Modk (module)">Modk</a></span>
|
167
|
+
|
168
|
+
<small>(AeEasy::Core)</small>
|
169
|
+
|
170
|
+
</li>
|
171
|
+
|
172
|
+
</ul>
|
173
|
+
</ul>
|
174
|
+
|
175
|
+
|
176
|
+
<ul id="alpha_P" class="alpha">
|
177
|
+
<li class="letter">P</li>
|
178
|
+
<ul>
|
179
|
+
|
180
|
+
<li>
|
181
|
+
<span class='object_link'><a href="AeEasy/Core/Plugin.html" title="AeEasy::Core::Plugin (module)">Plugin</a></span>
|
182
|
+
|
183
|
+
<small>(AeEasy::Core)</small>
|
184
|
+
|
185
|
+
</li>
|
186
|
+
|
187
|
+
</ul>
|
188
|
+
</ul>
|
189
|
+
|
190
|
+
|
191
|
+
</td><td valign='top' width="33%">
|
192
|
+
|
193
|
+
|
194
|
+
<ul id="alpha_R" class="alpha">
|
195
|
+
<li class="letter">R</li>
|
196
|
+
<ul>
|
197
|
+
|
198
|
+
<li>
|
199
|
+
<span class='object_link'><a href="AeEasy/Test/RecordTask.html" title="AeEasy::Test::RecordTask (class)">RecordTask</a></span>
|
200
|
+
|
201
|
+
<small>(AeEasy::Test)</small>
|
202
|
+
|
203
|
+
</li>
|
204
|
+
|
205
|
+
</ul>
|
206
|
+
</ul>
|
207
|
+
|
208
|
+
|
209
|
+
<ul id="alpha_T" class="alpha">
|
210
|
+
<li class="letter">T</li>
|
211
|
+
<ul>
|
212
|
+
|
213
|
+
<li>
|
214
|
+
<span class='object_link'><a href="AeEasy/Test.html" title="AeEasy::Test (module)">Test</a></span>
|
215
|
+
|
216
|
+
<small>(AeEasy)</small>
|
217
|
+
|
218
|
+
</li>
|
219
|
+
|
220
|
+
</ul>
|
221
|
+
</ul>
|
222
|
+
|
223
|
+
</td>
|
224
|
+
</tr>
|
225
|
+
</table>
|
226
|
+
|
227
|
+
</div>
|
228
|
+
|
229
|
+
</div>
|
230
|
+
|
231
|
+
<div id="footer">
|
232
|
+
Generated on Thu Apr 25 19:39:30 2019 by
|
233
|
+
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
234
|
+
0.9.19 (ruby-2.5.3).
|
235
|
+
</div>
|
236
|
+
|
237
|
+
</div>
|
238
|
+
</body>
|
237
239
|
</html>
|