@aj-shadow/actorjs-documentation-text 0.0.0-aj-beta.221
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.
- package/.gitattributes +26 -0
- package/Documentation/Document-global-Be-100-more-efficient.txt +31 -0
- package/Documentation/Document-global-actorjs-trigger-mock-and-intercept-anything.txt +21 -0
- package/Documentation/Document-global-advanced-visualization.txt +28 -0
- package/Documentation/Document-global-debugging.txt +4 -0
- package/Documentation/Document-global-divide-and-reuse.txt +37 -0
- package/Documentation/Document-global-general-separation.txt +2 -0
- package/Documentation/Document-global-markup-anchor.txt +6 -0
- package/Documentation/Document-global-markup-api-status.txt +39 -0
- package/Documentation/Document-global-markup-chart-line.txt +18 -0
- package/Documentation/Document-global-markup-documentation-status.txt +39 -0
- package/Documentation/Document-global-markup-documentation.txt +72 -0
- package/Documentation/Document-global-markup-embed.txt +6 -0
- package/Documentation/Document-global-markup-flowchart.txt +88 -0
- package/Documentation/Document-global-markup-html.txt +122 -0
- package/Documentation/Document-global-markup-ie.txt +18 -0
- package/Documentation/Document-global-markup-image.txt +55 -0
- package/Documentation/Document-global-markup-lab.txt +63 -0
- package/Documentation/Document-global-markup-markup.txt +21 -0
- package/Documentation/Document-global-markup-navigation.txt +25 -0
- package/Documentation/Document-global-markup-node-diagram.txt +163 -0
- package/Documentation/Document-global-markup-note.txt +6 -0
- package/Documentation/Document-global-markup-ref.txt +6 -0
- package/Documentation/Document-global-markup-sequence-diagram.txt +215 -0
- package/Documentation/Document-global-markup-state-machine.txt +121 -0
- package/Documentation/Document-global-markup-table.txt +34 -0
- package/Documentation/Document-global-navigation-pane.txt +3 -0
- package/Documentation/Document-global-navigation.txt +2 -0
- package/Documentation/Document-global-specialized-javascript-editors.txt +2 -0
- package/Documentation/Document-global-stacks-connection.txt +2 -0
- package/Documentation/Document-global-stacks-server.txt +2 -0
- package/Documentation/Document-global-test-environment-overview.txt +15 -0
- package/Documentation/Document-global-the-architecture.txt +51 -0
- package/Documentation/Document-global-the-development-environment.txt +5 -0
- package/Documentation/Document-global-the-test-environment.txt +15 -0
- package/Documentation/Document-global-think-ahead.txt +35 -0
- package/Documentation/Document-global-thinking-in-actors-unlimited.txt +1 -0
- package/Documentation/Document-global-what-is-a-stack.txt +2 -0
- package/Documentation/Document-global-why-actorjs.txt +52 -0
- package/Documentation/Document-global-why-actors-unlimited.txt +182 -0
- package/Documentation/Document-global-x-test-case-tool.txt +2 -0
- package/Documentation/Navigation-Documentation-actorjs-global.txt +372 -0
- package/Documentation/Navigation-Documentation-actorsite-global.txt +363 -0
- package/Documentation/abstractions/Document-global-addressing.txt +81 -0
- package/Documentation/abstractions/Document-global-configuration-floor.txt +2 -0
- package/Documentation/abstractions/Document-global-content.txt +3 -0
- package/Documentation/abstractions/Document-global-functions-test.txt +4 -0
- package/Documentation/abstractions/Document-global-functions-unde-test.txt +2 -0
- package/Documentation/abstractions/Document-global-load-test.txt +3 -0
- package/Documentation/abstractions/Document-global-repo.txt +79 -0
- package/Documentation/abstractions/Document-global-shared-data.txt +5 -0
- package/Documentation/abstractions/Document-global-system-to-test.txt +2 -0
- package/Documentation/abstractions/Document-global-system-under-test.txt +3 -0
- package/Documentation/abstractions/Document-global-test-data.txt +251 -0
- package/Documentation/abstractions/Document-global-test-suite.txt +37 -0
- package/Documentation/abstractions/Document-global-verification-data.txt +103 -0
- package/Documentation/abstractions/actor/Document-global-actor-condition.txt +74 -0
- package/Documentation/abstractions/actor/Document-global-actor-local.txt +44 -0
- package/Documentation/abstractions/actor/Document-global-actor-originating.txt +100 -0
- package/Documentation/abstractions/actor/Document-global-actor-proxy.txt +119 -0
- package/Documentation/abstractions/actor/Document-global-actor-terminating.txt +101 -0
- package/Documentation/abstractions/actor/Document-global-actor.txt +90 -0
- package/Documentation/abstractions/actor/Document-global-execution-states.txt +21 -0
- package/Documentation/abstractions/actorpart/Document-global-actorpart.txt +2 -0
- package/Documentation/abstractions/stack/Document-global-client-connection.txt +3 -0
- package/Documentation/abstractions/stack/Document-global-connection.txt +3 -0
- package/Documentation/abstractions/stack/Document-global-decoder.txt +3 -0
- package/Documentation/abstractions/stack/Document-global-encoder.txt +3 -0
- package/Documentation/abstractions/stack/Document-global-message.txt +4 -0
- package/Documentation/abstractions/stack/Document-global-server-connection.txt +3 -0
- package/Documentation/abstractions/stack/Document-global-stack.txt +12 -0
- package/Documentation/abstractions/stack/Document-global-worker.txt +3 -0
- package/Documentation/abstractions/test-case/Document-global-phases.txt +30 -0
- package/Documentation/abstractions/test-case/Document-global-test-case-result.txt +23 -0
- package/Documentation/abstractions/test-case/Document-global-test-case.txt +199 -0
- package/Documentation/actor-api/Document-global-actor-part.txt +7 -0
- package/Documentation/actor-api/Document-global-actor.txt +375 -0
- package/Documentation/actor-api/Document-global-async.txt +176 -0
- package/Documentation/actor-api/Document-global-client-stack.txt +215 -0
- package/Documentation/actor-api/Document-global-content.txt +106 -0
- package/Documentation/actor-api/Document-global-logger.txt +426 -0
- package/Documentation/actor-api/Document-global-process.txt +7 -0
- package/Documentation/actor-api/Document-global-server-stack.txt +213 -0
- package/Documentation/actor-api/Document-global-shared-data.txt +259 -0
- package/Documentation/actor-api/Document-global-test-data.txt +816 -0
- package/Documentation/actor-api/Document-global-timer.txt +70 -0
- package/Documentation/actor-api/Document-global-verification-data.txt +624 -0
- package/Documentation/connection-worker-api/Document-global-logger.txt +3 -0
- package/Documentation/documentation-references.json +199 -0
- package/Documentation/embedded/Document-global-test-case-result.txt +10 -0
- package/Documentation/howto/Document-global-create-actor.txt +1 -0
- package/Documentation/howto/Document-global-create-stack.txt +1 -0
- package/Documentation/howto/Document-global-create-test-case.txt +1 -0
- package/Documentation/howto/Document-global-create-test-suite.txt +1 -0
- package/Documentation/howto/Document-global-define-addresses.txt +1 -0
- package/Documentation/howto/Document-global-define-fut.txt +1 -0
- package/Documentation/howto/Document-global-define-sut.txt +16 -0
- package/Documentation/howto/Document-global-full-workflow.txt +143 -0
- package/Documentation/howto/Document-global-normal-workflow.txt +58 -0
- package/Documentation/howto/Document-global-prerequisites.txt +8 -0
- package/Documentation/howto/prerequisites/Document-global-install-actorjs.txt +64 -0
- package/Documentation/howto/prerequisites/Document-global-install-git.txt +26 -0
- package/Documentation/howto/prerequisites/Document-global-install-nodejs.txt +19 -0
- package/Documentation/markup/Document-global-markup-test-case.txt +6 -0
- package/Documentation/markup/Document-global-markup-test-suite.txt +13 -0
- package/Documentation/markup/embed/Document-global-inner_markup_tc.txt +164 -0
- package/Documentation/nodejs-api/Document-global-fs.txt +7 -0
- package/Documentation/stack-api/Document-global-ascii-dictionary.txt +108 -0
- package/Documentation/stack-api/Document-global-binary-log.txt +91 -0
- package/Documentation/stack-api/Document-global-bit-byte.txt +80 -0
- package/Documentation/stack-api/Document-global-content-base.txt +169 -0
- package/Documentation/stack-api/Document-global-ip-log.txt +101 -0
- package/Documentation/stack-api/Document-global-log-inner.txt +152 -0
- package/Documentation/stack-api/Document-global-log-part-error.txt +12 -0
- package/Documentation/stack-api/Document-global-log-part-ref.txt +80 -0
- package/Documentation/stack-api/Document-global-log-part-text.txt +81 -0
- package/Documentation/tools/Document-global-actors.txt +196 -0
- package/Documentation/tools/Document-global-addressing.txt +38 -0
- package/Documentation/tools/Document-global-content.txt +1 -0
- package/Documentation/tools/Document-global-global-test-data.txt +197 -0
- package/Documentation/tools/Document-global-stacks.txt +1 -0
- package/Documentation/tools/Document-global-test-case-analyze.txt +3 -0
- package/Documentation/tools/Document-global-test-case-debug.txt +16 -0
- package/Documentation/tools/Document-global-test-case-definition.txt +37 -0
- package/Documentation/tools/Document-global-test-case-execution.txt +28 -0
- package/Documentation/tools/Document-global-test-case-log.txt +95 -0
- package/Documentation/tools/Document-global-test-case-sequence-diagram.txt +17 -0
- package/Documentation/tools/Document-global-test-case-specification.txt +3 -0
- package/Documentation/tools/Document-global-test-cases.txt +11 -0
- package/Documentation/tools/Document-global-tool-test-suite.txt +202 -0
- package/Education/Document-global-add-your-first-addresses.txt +75 -0
- package/Education/Document-global-define-your-first-sut.txt +18 -0
- package/Education/Document-global-make-your-first-actors.txt +35 -0
- package/Education/Document-global-make-your-first-test-case.txt +43 -0
- package/Education/Document-global-make-your-first-test-suite.txt +29 -0
- package/Education/Document-global-share-your-work.txt +35 -0
- package/Education/Navigation-Education-actorjs-global.txt +31 -0
- package/LICENSE.txt +96 -0
- package/README.md +5 -0
- package/Workshop/Document-global-actordemo-image-ai.txt +5 -0
- package/Workshop/Document-global-actordemo-login.txt +10 -0
- package/Workshop/Document-global-actordemo-site.txt +3 -0
- package/Workshop/Document-global-actordemo-start.txt +5 -0
- package/Workshop/Document-global-actordemo-the-architecture.txt +27 -0
- package/Workshop/Document-global-introduction-actor.txt +84 -0
- package/Workshop/Document-global-introduction-actorjs.txt +42 -0
- package/Workshop/Document-global-introduction-stack.txt +25 -0
- package/Workshop/Document-global-introduction-system-under-test.txt +102 -0
- package/Workshop/Document-global-introduction-test-case.txt +50 -0
- package/Workshop/Document-global-introduction-test-suite.txt +31 -0
- package/Workshop/Document-global-login-with-puppeter.txt +45 -0
- package/Workshop/Document-global-mock-with-http.txt +83 -0
- package/Workshop/Document-global-mock-with-icap.txt +94 -0
- package/Workshop/Document-global-prerequisites-actorJs.txt +18 -0
- package/Workshop/Document-global-prerequisites-actordemo.txt +15 -0
- package/Workshop/Document-global-trigger-with-http.txt +93 -0
- package/Workshop/Document-global-trigger-with-puppeter.txt +49 -0
- package/Workshop/Navigation-Workshop-actorjs-global.txt +86 -0
- package/npm-shrinkwrap.json +13 -0
- package/package.json +10 -0
|
@@ -0,0 +1,363 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"heading": "Introduction",
|
|
4
|
+
"refs": [
|
|
5
|
+
{
|
|
6
|
+
"name": "Be 100% more efficient",
|
|
7
|
+
"link": "Be-100-more-efficient"
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"name": "Trigger, Mock, and Intercept anything",
|
|
11
|
+
"link": "actorjs-trigger-mock-and-intercept-anything"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"name": "Advanced Visualization",
|
|
15
|
+
"link": "advanced-visualization"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"name": "Debugging",
|
|
19
|
+
"link": "debugging"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"name": "The Development Environment",
|
|
23
|
+
"link": "the-development-environment"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"name": "The Test Environment",
|
|
27
|
+
"link": "the-test-environment"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"name": "Divide and Reuse",
|
|
31
|
+
"link": "divide-and-reuse"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "The Architecture",
|
|
35
|
+
"link": "the-architecture"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"name": "Why ActorJs?",
|
|
39
|
+
"link": "why-actorjs"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"name": "Think Ahead",
|
|
43
|
+
"link": "think-ahead"
|
|
44
|
+
}
|
|
45
|
+
]
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"heading": "API:s",
|
|
49
|
+
"refs": [
|
|
50
|
+
{
|
|
51
|
+
"name": "Actor API/Actor",
|
|
52
|
+
"link": "actor-api/actor"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "Actor API/ActorPart",
|
|
56
|
+
"link": "actor-api/actor-part"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"name": "Actor API/Async",
|
|
60
|
+
"link": "actor-api/async"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"name": "Actor API/Client Stack",
|
|
64
|
+
"link": "actor-api/client-stack"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"name": "Actor API/Content",
|
|
68
|
+
"link": "actor-api/content"
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"name": "Actor API/Logger",
|
|
72
|
+
"link": "actor-api/logger"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"name": "Actor API/Process",
|
|
76
|
+
"link": "actor-api/process"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"name": "Actor API/Server Stack",
|
|
80
|
+
"link": "actor-api/server-stack"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"name": "Actor API/Shared Data",
|
|
84
|
+
"link": "actor-api/shared-data"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"name": "Actor API/Test Data",
|
|
88
|
+
"link": "actor-api/test-data"
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"name": "Actor API/Timer",
|
|
92
|
+
"link": "actor-api/timer"
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"name": "Actor API/Verification Data",
|
|
96
|
+
"link": "actor-api/verification-data"
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"name": "ConnectionWorker API/Logger",
|
|
100
|
+
"link": "connection-worker-api/logger"
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"name": "Nodejs API/Fs",
|
|
104
|
+
"link": "nodejs-api/fs"
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"name": "Stack API/AsciiDictionary",
|
|
108
|
+
"link": "stack-api/ascii-dictionary"
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"name": "Stack API/BitByte",
|
|
112
|
+
"link": "stack-api/bit-byte"
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"name": "Stack API/BinaryLog",
|
|
116
|
+
"link": "stack-api/binary-log"
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"name": "Stack API/ContentBase",
|
|
120
|
+
"link": "stack-api/content-base"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"name": "Stack API/IpLog",
|
|
124
|
+
"link": "stack-api/ip-log"
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"name": "Stack API/LogInner",
|
|
128
|
+
"link": "stack-api/log-inner"
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"name": "Stack API/LogPartText",
|
|
132
|
+
"link": "stack-api/log-part-text"
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"name": "Stack API/LogPartError",
|
|
136
|
+
"link": "stack-api/log-part-error"
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"name": "Stack API/LogPartRef",
|
|
140
|
+
"link": "stack-api/log-part-ref"
|
|
141
|
+
}
|
|
142
|
+
]
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"heading": "Stacks",
|
|
146
|
+
"refs": [
|
|
147
|
+
{
|
|
148
|
+
"name": "[[stack]]",
|
|
149
|
+
"link": ""
|
|
150
|
+
}
|
|
151
|
+
]
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"heading": "Abstractions",
|
|
155
|
+
"refs": [
|
|
156
|
+
{
|
|
157
|
+
"name": "Addressing",
|
|
158
|
+
"link": "abstractions/addressing"
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"name": "Actor",
|
|
162
|
+
"link": "abstractions/actor/actor"
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"name": "- Actor Originating",
|
|
166
|
+
"link": "abstractions/actor/actor-originating"
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"name": "- Actor Terminating",
|
|
170
|
+
"link": "abstractions/actor/actor-terminating"
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"name": "- Actor Proxy",
|
|
174
|
+
"link": "abstractions/actor/actor-proxy"
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"name": "- Actor Local",
|
|
178
|
+
"link": "abstractions/actor/actor-local"
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"name": "- Actor Condition",
|
|
182
|
+
"link": "abstractions/actor/actor-condition"
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"name": "ActorPart",
|
|
186
|
+
"link": "abstractions/actorpart/actorpart"
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"name": "Content",
|
|
190
|
+
"link": "abstractions/content"
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"name": "Function Test",
|
|
194
|
+
"link": "abstractions/functions-test"
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
"name": "Function Under Test",
|
|
198
|
+
"link": "abstractions/functions-unde-test"
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"name": "Load",
|
|
202
|
+
"link": "abstractions/load-test"
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"name": "Repo",
|
|
206
|
+
"link": "abstractions/repo"
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"name": "Shared Data",
|
|
210
|
+
"link": "abstractions/shared-data"
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"name": "Stack",
|
|
214
|
+
"link": "abstractions/stack/stack"
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
"name": "- Stack Connection",
|
|
218
|
+
"link": "abstractions/stack/connection"
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"name": "- Stack Server Connection",
|
|
222
|
+
"link": "abstractions/stack/server-connection"
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"name": "- Stack Client Connection",
|
|
226
|
+
"link": "abstractions/stack/client-connection"
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"name": "- Stack Encoder",
|
|
230
|
+
"link": "abstractions/stack/encoder"
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
"name": "- Stack Decoder",
|
|
234
|
+
"link": "abstractions/stack/decoder"
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"name": "- Stack Message",
|
|
238
|
+
"link": "abstractions/stack/message"
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"name": "- Stack Worker",
|
|
242
|
+
"link": "abstractions/stack/worker"
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"name": "System Configuration Floor",
|
|
246
|
+
"link": "abstractions/configuration-floor"
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
"name": "System To Test",
|
|
250
|
+
"link": "abstractions/system-to-test"
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"name": "System Under Test",
|
|
254
|
+
"link": "abstractions/system-under-test"
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"name": "Test Case",
|
|
258
|
+
"link": "abstractions/test-case/test-case"
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"name": "Test Data",
|
|
262
|
+
"link": "abstractions/test-data"
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"name": "Test Suite",
|
|
266
|
+
"link": "abstractions/test-suite"
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"name": "Verification Data",
|
|
270
|
+
"link": "abstractions/verification-data"
|
|
271
|
+
}
|
|
272
|
+
]
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
"heading": "Markup",
|
|
276
|
+
"refs": [
|
|
277
|
+
{
|
|
278
|
+
"name": "Introduction",
|
|
279
|
+
"link": "markup-markup"
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
"name": "Simple/Api-Status",
|
|
283
|
+
"link": "markup-api-status"
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
"name": "Simple/Anchor",
|
|
287
|
+
"link": "markup-anchor"
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"name": "Simple/Documentation-Status",
|
|
291
|
+
"link": "markup-documentation-status"
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
"name": "Simple/Embed",
|
|
295
|
+
"link": "markup-embed"
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
"name": "Simple/I.e.",
|
|
299
|
+
"link": "markup-ie"
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
"name": "Simple/Note",
|
|
303
|
+
"link": "markup-note"
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
"name": "Simple/Reference",
|
|
307
|
+
"link": "markup-ref"
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
"name": "Complex/Chart/Line",
|
|
311
|
+
"link": "markup-chart-line"
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
"name": "Complex/Document",
|
|
315
|
+
"link": "markup-documentation"
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
"name": "Complex/Flowchart",
|
|
319
|
+
"link": "markup-flowchart"
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"name": "Complex/Objects",
|
|
323
|
+
"link": "markup-html"
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"name": "Complex/Image",
|
|
327
|
+
"link": "markup-image"
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
"name": "Complex/Lab",
|
|
331
|
+
"link": "markup-lab"
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
"name": "Complex/Navigation",
|
|
335
|
+
"link": "markup-navigation"
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
"name": "Complex/Node Diagram",
|
|
339
|
+
"link": "markup-node-diagram"
|
|
340
|
+
},
|
|
341
|
+
{
|
|
342
|
+
"name": "Complex/Sequence Diagram",
|
|
343
|
+
"link": "markup-sequence-diagram"
|
|
344
|
+
},
|
|
345
|
+
{
|
|
346
|
+
"name": "Complex/State Machine",
|
|
347
|
+
"link": "markup-state-machine"
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"name": "Complex/Table",
|
|
351
|
+
"link": "markup-table"
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
"name": "Complex/Test Case",
|
|
355
|
+
"link": "markup/markup-test-case"
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
"name": "Complex/Test Suite",
|
|
359
|
+
"link": "markup/markup-test-suite"
|
|
360
|
+
}
|
|
361
|
+
]
|
|
362
|
+
}
|
|
363
|
+
]
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
# **Addressing Abstraction**
|
|
2
|
+
|
|
3
|
+
## **Description**
|
|
4
|
+
|
|
5
|
+
In most cases, we do not handle IP addresses directly. Instead, we define Networks, Interfaces, AddressInterfaces, Addresses and Ports. ActorJs automatically selects the IP addresses to use depending on the existing IP addresses available on your computer and how the computer is configured. To achieve this, [[REF=, ABS_Actor]]s use names of Networks and Interfaces instead of hard-coded IP addresses.
|
|
6
|
+
|
|
7
|
+
You will need to Stage your [[REF=, ABS_System_Under_Test]]. When Staging*,* ActorJs will use available Interfaces and IP addresses along with your configuration to resolve all addresses needed by the [[REF=, ABS_Actor]]s. If ActorJs runs out of addresses or networks, it will reuse existing ones. You will then have a reduced system, but the [[REF=, ABS_Test_Case]]s will still work as long as you do not have Port conflicts. This means that a developer can use just one IP address when developing.
|
|
8
|
+
|
|
9
|
+
### **Addressing abstractions**
|
|
10
|
+
* **Network**: A unique name representing an address space for communication between entities on the same network.
|
|
11
|
+
* **Interface**: Name used by ActorJs to retrieve an IP address. Each Interface points to a Network.
|
|
12
|
+
* **Port**: Port number to be used.
|
|
13
|
+
* **AddressInterface**: Hard-coded IP address.
|
|
14
|
+
* **Address**: Used by [[REF=, ABS_Actor]]s. A combination of an Interface and a Port or an AddressInterface and a port.
|
|
15
|
+
<BR/>
|
|
16
|
+
#### **Addressing abstractions dependencies**
|
|
17
|
+
```node
|
|
18
|
+
Config(nodeWidth: 90, nodeHeight: 20, nodeWidthBetween: 25, nodeHeightBetween: 15, widthBias: 30, heightBias: 30, border: true, backgroundColor: default)
|
|
19
|
+
|
|
20
|
+
Nodes[, Address]
|
|
21
|
+
Nodes[Port, , AddressInterface, Interface]
|
|
22
|
+
Nodes[, , , Network]
|
|
23
|
+
Nodes[, Sut]
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
Address => Port[, , top]:
|
|
27
|
+
Address => Interface[, , top]:
|
|
28
|
+
Address => AddressInterface[, , top]:
|
|
29
|
+
Address => Sut[]:
|
|
30
|
+
AddressInterface => Sut[, bottom]:
|
|
31
|
+
Interface => Sut[, bottom]:
|
|
32
|
+
Interface => Network[]:
|
|
33
|
+
Network => Sut[, bottom]:
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
#### **Transport Layer**
|
|
37
|
+
The Transport Layer is separated from the Protocol Layer. It means that you can use any of the Transport Layers to any of the Protocols in ActorJs, even if the Protocol of selves does not support it. The implemented transports are:
|
|
38
|
+
* **udp**: User Datagram Protocol
|
|
39
|
+
* **tcp**: Transmission Control Protocol
|
|
40
|
+
* **tls**: Transport Layer Security
|
|
41
|
+
* **mc**: Multicast over UDP
|
|
42
|
+
|
|
43
|
+
#### **Addresses**
|
|
44
|
+
There are three types of Addresses:
|
|
45
|
+
* **src**: [[REF=, TOOL_Addressing_Src]].
|
|
46
|
+
* **dst**: [[REF=, TOOL_Addressing_Dst]].
|
|
47
|
+
* **srv**: [[REF=, TOOL_Addressing_Srv]].
|
|
48
|
+
|
|
49
|
+
**Transport:** udp**, tcp & tls.
|
|
50
|
+
|
|
51
|
+
**Transport:** mc.
|
|
52
|
+
|
|
53
|
+
```node
|
|
54
|
+
Config(nodeWidth: 70, nodeHeight: 70, nodeWidthBetween: 25, nodeHeightBetween: 25, widthBias: 30, heightBias: 30, border: true, backgroundColor: default)
|
|
55
|
+
|
|
56
|
+
Nodes[Client, , Server]
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
Client => Server[http]: Get /img.png
|
|
60
|
+
<g>
|
|
61
|
+
<line x1="120" y1="30" x2="100" y2="65"stroke="black" />
|
|
62
|
+
<text x="110" y="26" font-weight="bold">src</text>
|
|
63
|
+
<line x1="200" y1="30" x2="220" y2="65"stroke="black" />
|
|
64
|
+
<text x="180" y="26" font-weight="bold">dst</text>
|
|
65
|
+
<line x1="200" y1="100" x2="220" y2="65"stroke="black" />
|
|
66
|
+
<text x="180" y="110" font-weight="bold">srv</text>
|
|
67
|
+
<g/>
|
|
68
|
+
```
|
|
69
|
+
|
|
70
|
+
An address has a reference to one interface and one port. This reference is defined in the [[REF=, TOOL_Addressing]].
|
|
71
|
+
|
|
72
|
+
## **Define Addresses for your System Under Test**
|
|
73
|
+
The scenography of your Test Environment is divided into three parts:
|
|
74
|
+
1) Actor Clients
|
|
75
|
+
2) System Under Test (SUT)
|
|
76
|
+
3) Actor Servers
|
|
77
|
+
|
|
78
|
+
```lab
|
|
79
|
+
Network(N1, IPv4, 172.16.0.0/23, Actor IPv4 network 1, true, false)
|
|
80
|
+
|
|
81
|
+
```
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
# **Repo Abstraction**
|
|
2
|
+
## **Description**
|
|
3
|
+
ActorJs uses git repos to store code, data, content and more. Use the [[IE=aj status]] command to display all repos and their git status. The command will do a git fetch and then a git status to be able to show as much information as possible.
|
|
4
|
+
|
|
5
|
+
### **aj status - with added repos**
|
|
6
|
+

|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### **aj status - without any repos**
|
|
10
|
+

|
|
11
|
+
|
|
12
|
+
## **Repo types**
|
|
13
|
+
ActorJs users can use three types of repos:
|
|
14
|
+
* **[[REF=, ABS_Repo_ActorJs_Content]]s**
|
|
15
|
+
* **[[REF=, ABS_Repo_ActorJs_Data]]s**
|
|
16
|
+
* **[[REF=, ABS_Repo_Documentation]]s**
|
|
17
|
+
|
|
18
|
+
## **Repo ownership**
|
|
19
|
+
There are three types of repo ownership: Global Repo, Local Repo, or Personal Repo.
|
|
20
|
+
* **Global Repos**: Owned by ActorJs; only users at ActorJs can push updates.
|
|
21
|
+
* **Local Repos**: Owned by the customer, only users specified by the customer can push updates. All [[REF=, ABS_Repo]]s must be created in folders predefined by ActorJs, see below. You can use the ActorJs wizard to create [[REF=, ABS_Repo]]s or you can create them manually. If you use the wizard, you must use the default branch, and this branch must be called ***main***. If you do not create the [[REF=, ABS_Repo]]s, the folders will still be created and you can work with them instead, but if you want to store your work and share it, you need to connect to a [[REF=, ABS_Repo]]. There are two mandatory repos:
|
|
22
|
+
* **actorjs-content-local:** A binary [[REF=, ABS_Repo]] to store [[REF=, ABS_Content]] used by [[REF=, ABS_Actor]]s in [[REF=, ABS_Test_Case]]s.
|
|
23
|
+
* **actorjs-data-local:** See [[REF=, ABS_Repo_ActorJs_Data]]s.
|
|
24
|
+
* **Personal Repos**: the Personal Repos are not real repos; they are virtual repos inside a Local Repo. However, a Personal Repo's data is associated exclusively with the logged-in user, and only this user can change the data. `Not implemented yet.`
|
|
25
|
+
|
|
26
|
+
## **Repo file location**
|
|
27
|
+
All repos have a specific folder location. This can be helpful in trouble shooting, for example, or if you want to find and edit specific files outside ActorJs.
|
|
28
|
+
|
|
29
|
+

|
|
30
|
+
|
|
31
|
+
[[ANCHOR={"id":"actorjs-data-repo","visible":true}]]
|
|
32
|
+
### **Data repos**
|
|
33
|
+
ActorJs generates data as json objects, markup, or JavaScript code. This means that the data is easy to merge. A Data repo ia a text [[REF=, ABS_Repo]] for storing Repo configurations, [[REF=, ABS_System_Under_Test]] configurations, [[REF=, ABS_Test_Suite]]s, [[REF=, ABS_Test_Case]]s, [[REF=, ABS_Stack]]s, [[REF=, ABS_Actor]]s, [[REF=, ABS_Test_Data]], and [[REF=, ABS_Content]] configurations.
|
|
34
|
+
* **actorjs-data-local** is mandatory. If the user does not create this repo, ActorJs will automatically create the corresponding folder.
|
|
35
|
+
* **other repos** can be created, but for now they are limited to the following content: [[REF=, ABS_System_Under_Test]] configurations, [[REF=, ABS_Test_Suite]]s, [[REF=, ABS_Test_Case]]s.
|
|
36
|
+
[[ANCHOR={"id":"global-data-repo","visible":true}]]
|
|
37
|
+
|
|
38
|
+
[[ANCHOR={"id":"actorjs-content-repo","visible":true}]]
|
|
39
|
+
### **Content repos**
|
|
40
|
+
Contains [[REF=, ABS_Content]] used by [[REF=, ABS_Test_Case]]s.
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
[[ANCHOR={"id":"actorjs-documentation-repo","visible":true}]]
|
|
44
|
+
### **Documentation repos**
|
|
45
|
+
Future plus services may use repos for documentation. Stay tuned!
|
|
46
|
+
|
|
47
|
+
<br/>
|
|
48
|
+
<br/>
|
|
49
|
+
<br/>
|
|
50
|
+
<br/>
|
|
51
|
+
<br/>
|
|
52
|
+
<br/>
|
|
53
|
+
<br/>
|
|
54
|
+
<br/>
|
|
55
|
+
<br/>
|
|
56
|
+
<br/>
|
|
57
|
+
<br/>
|
|
58
|
+
<br/>
|
|
59
|
+
<br/>
|
|
60
|
+
<br/>
|
|
61
|
+
<br/>
|
|
62
|
+
<br/>
|
|
63
|
+
<br/>
|
|
64
|
+
<br/>
|
|
65
|
+
<br/>
|
|
66
|
+
<br/>
|
|
67
|
+
<br/>
|
|
68
|
+
<br/>
|
|
69
|
+
<br/>
|
|
70
|
+
<br/>
|
|
71
|
+
<br/>
|
|
72
|
+
<br/>
|
|
73
|
+
<br/>
|
|
74
|
+
<br/>
|
|
75
|
+
<br/>
|
|
76
|
+
<br/>
|
|
77
|
+
<br/>
|
|
78
|
+
<br/>
|
|
79
|
+
<br/>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
# **Shared Data Abstraction**
|
|
2
|
+
## **Description**
|
|
3
|
+
[[REF=, ABS_Actor]]s can shared data with each other with the [[REF=, ABS_Shared_Data]] abstraction. One [[REF=, ABS_Actor]] can publish data and other [[REF=, ABS_Actor]]s can use it. They can also wait for the data both asynchronously or synchronization.
|
|
4
|
+
|
|
5
|
+
See how to use it in the [[REF=, API_Actor_Shared_Data]].
|