@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,199 @@
|
|
|
1
|
+
[
|
|
2
|
+
["ABS_Addressing", {"text": "Addressing", "path": "/documentation/abstractions/addressing", "type": "link"}],
|
|
3
|
+
["ABS_Addresses", {"text": "Addresses", "path": "/documentation/abstractions/addressing", "type": "link"}],
|
|
4
|
+
["ABS_Addressing_Address", {"text": "Address", "path": "/documentation/abstractions/addressing#address", "type": "link"}],
|
|
5
|
+
["ABS_Actor", {"text": "Actor", "path": "/documentation/abstractions/actor/actor", "type": "link"}],
|
|
6
|
+
["ABS_Actors", {"text": "Actors", "path": "/documentation/abstractions/actor/actor", "type": "link"}],
|
|
7
|
+
["ABS_Actor_Originating", {"text": "Actor Originating", "path": "/documentation/abstractions/actor/actor-originating", "type": "link"}],
|
|
8
|
+
["ABS_Originating_Actor", {"text": "Originating Actor", "path": "/documentation/abstractions/actor/actor-originating", "type": "link"}],
|
|
9
|
+
["ABS_Actor_Terminating", {"text": "Actor Terminating", "path": "/documentation/abstractions/actor/actor-terminating", "type": "link"}],
|
|
10
|
+
["ABS_Terminating_Actor", {"text": "Terminating Actor", "path": "/documentation/abstractions/actor/actor-terminating", "type": "link"}],
|
|
11
|
+
["ABS_Actor_Proxy", {"text": "Actor Proxy", "path": "/documentation/abstractions/actor/actor-proxy", "type": "link"}],
|
|
12
|
+
["ABS_Proxy_Actor", {"text": "Proxy Actor", "path": "/documentation/abstractions/actor/actor-proxy", "type": "link"}],
|
|
13
|
+
["ABS_Actor_Local", {"text": "Actor Local", "path": "/documentation/abstractions/actor/actor-local", "type": "link"}],
|
|
14
|
+
["ABS_Local_Actor", {"text": "Local Actor", "path": "/documentation/abstractions/actor/actor-local", "type": "link"}],
|
|
15
|
+
["ABS_Actor_Condition", {"text": "Actor Condition", "path": "/documentation/abstractions/actor/actor-condition", "type": "link"}],
|
|
16
|
+
["ABS_Condition_Actor", {"text": "Condition Actor", "path": "/documentation/abstractions/actor/actor-condition", "type": "link"}],
|
|
17
|
+
["ABS_Actor_orig", {"text": "orig", "path": "/documentation/abstractions/actor/actor-originating", "type": "enum"}],
|
|
18
|
+
["ABS_Actor_term", {"text": "term", "path": "/documentation/abstractions/actor/actor-terminating", "type": "enum"}],
|
|
19
|
+
["ABS_Actor_proxy", {"text": "proxy", "path": "/documentation/abstractions/actor/actor-proxy", "type": "enum"}],
|
|
20
|
+
["ABS_Actor_local", {"text": "local", "path": "/documentation/abstractions/actor/actor-local", "type": "enum"}],
|
|
21
|
+
["ABS_Actor_cond", {"text": "cond", "path": "/documentation/abstractions/actor/actor-condition", "type": "enum"}],
|
|
22
|
+
["ABS_Actor_Test_Data", {"text": "Actor Test Data", "path": "/documentation/abstractions/actor/actor#test-data", "type": "link"}],
|
|
23
|
+
["ABS_Actor_State", {"text": "Actor State", "path": "/documentation/abstractions/actor/actor#actor-state", "type": "link"}],
|
|
24
|
+
["ABS_Actor_State_Execution", {"text": "Execution States", "path": "/documentation/abstractions/actor/execution-states", "type": "link"}],
|
|
25
|
+
["ABS_ActorPart", {"text": "ActorPart", "path": "/documentation/abstractions/actor/actor-part", "type": "link"}],
|
|
26
|
+
["ABS_Actor_Phase", {"text": "Actor Phase", "path": "/documentation/abstractions/actor/actor#actor-phase", "type": "link"}],
|
|
27
|
+
["ABS_Actor_Phase_pre", {"text": "pre", "path": "/documentation/abstractions/actor/actor#actor-phase-precondition", "type": "enum"}],
|
|
28
|
+
["ABS_Actor_Phase_exec", {"text": "exec", "path": "/documentation/abstractions/actor/actor#actor-phase-execution", "type": "enum"}],
|
|
29
|
+
["ABS_Actor_Phase_post", {"text": "post", "path": "/documentation/abstractions/actor/actor#actor-phase-postcondition", "type": "enum"}],
|
|
30
|
+
["ABS_Actor_Phase_pre_post", {"text": "pre, post", "path": "/documentation/abstractions/actor/actor#actor-phase-postcondition", "type": "enum"}],
|
|
31
|
+
["ABS_Actor_Execution_serial", {"text": "serial", "path": "/documentation/abstractions/actor/actor#execution-serial", "type": "enum"}],
|
|
32
|
+
["ABS_Actor_Execution_parallel", {"text": "parallel", "path": "/documentation/abstractions/actor/actor#execution-parallel", "type": "enum"}],
|
|
33
|
+
["ABS_Actor_Execution_dependency", {"text": "dependency", "path": "/documentation/abstractions/actor/actor#execution-dependency", "type": "enum"}],
|
|
34
|
+
["ABS_Connection", {"text": "Connection", "path": "/documentation/abstractions/stack/connection", "type": "link"}],
|
|
35
|
+
["ABS_Content", {"text": "Content", "path": "/documentation/abstractions/content", "type": "link"}],
|
|
36
|
+
["ABS_Decoder", {"text": "Decoder", "path": "/documentation/abstractions/stack/decoder", "type": "link"}],
|
|
37
|
+
["ABS_Encoder", {"text": "Encoder", "path": "/documentation/abstractions/stack/encoder", "type": "link"}],
|
|
38
|
+
["ABS_Function_Test", {"text": "Function Test", "path": "/documentation/abstractions/functions-test", "type": "link"}],
|
|
39
|
+
["ABS_Function_Under_Test", {"text": "Function Under Test", "path": "/documentation/abstractions/function-under-test", "type": "link"}],
|
|
40
|
+
["ABS_Load_Test", {"text": "Load Test", "path": "/documentation/load-tests", "type": "link"}],
|
|
41
|
+
["ABS_Load", {"text": "Load", "path": "/documentation/load-tests", "type": "link"}],
|
|
42
|
+
["ABS_Message", {"text": "Message", "path": "/documentation/abstractions/stack/message", "type": "link"}],
|
|
43
|
+
["ABS_Repo", {"text": "Repo", "path": "/documentation/abstractions/repo", "type": "link"}],
|
|
44
|
+
["ABS_Repos", {"text": "Repos", "path": "/documentation/abstractions/repo", "type": "link"}],
|
|
45
|
+
["ABS_Repo_Build", {"text": "Build Repo", "path": "/documentation/abstractions/repo#build-repo", "type": "link"}],
|
|
46
|
+
["ABS_Repo_Development", {"text": "Development Repo", "path": "/documentation/abstractions/repo#development-repo", "type": "link"}],
|
|
47
|
+
["ABS_Repo_Documentation", {"text": "Documentation Repo", "path": "/documentation/abstractions/repo#actorjs-documentation-repo", "type": "link"}],
|
|
48
|
+
["ABS_Repo_ActorJs_Data", {"text": "Data Repo", "path": "/documentation/abstractions/repo#actorjs-data-repo", "type": "link"}],
|
|
49
|
+
["ABS_Repo_ActorJs_Content", {"text": "Content Repo", "path": "/documentation/abstractions/repo#actorjs-content-repo", "type": "link"}],
|
|
50
|
+
["ABS_Repo_Global", {"text": "Global Repo", "path": "/documentation/abstractions/repo#global-repo", "type": "link"}],
|
|
51
|
+
["ABS_Repo_Local", {"text": "Local Repo", "path": "/documentation/abstractions/repo#local-repo", "type": "link"}],
|
|
52
|
+
["ABS_Repo_Personal", {"text": "Personal Repo", "path": "/documentation/abstractions/repo#personal-repo", "type": "link"}],
|
|
53
|
+
["ABS_Repo_Other", {"text": "Other Repo", "path": "/documentation/abstractions/repo#other-repos", "type": "link"}],
|
|
54
|
+
["ABS_Shared_Data", {"text": "Shared Data", "path": "/documentation/abstractions/shared-data", "type": "link"}],
|
|
55
|
+
["ABS_Stack", {"text": "Stack", "path": "/documentation/abstractions/stack/stack", "type": "link"}],
|
|
56
|
+
["ABS_Stacks", {"text": "Stacks", "path": "/documentation/abstractions/stack/stack", "type": "link"}],
|
|
57
|
+
["ABS_Stack_Server_Connection", {"text": "Stack Server Connection", "path": "/documentation/abstractions/stack/server-connection", "type": "link"}],
|
|
58
|
+
["ABS_Stack_Client_Connection", {"text": "Stack Client Connection", "path": "/documentation/abstractions/stack/client-connection", "type": "link"}],
|
|
59
|
+
["ABS_Stack_Encoder", {"text": "Stack Encoder", "path": "/documentation/abstractions/stack/encoder", "type": "link"}],
|
|
60
|
+
["ABS_Stack_Decoder", {"text": "Stack Decoder", "path": "/documentation/abstractions/stack/decoder", "type": "link"}],
|
|
61
|
+
["ABS_Stack_Message", {"text": "Stack Message", "path": "/documentation/abstractions/stack/message", "type": "link"}],
|
|
62
|
+
["ABS_System_Configuration_Floor", {"text": "System Configuration Floor", "path": "/documentation/abstractions/system-configuration-floor", "type": "link"}],
|
|
63
|
+
["ABS_System_To_Test", {"text": "System To Test", "path": "/documentation/abstractions/system-to-test", "type": "link"}],
|
|
64
|
+
["ABS_System_Under_Test", {"text": "System Under Test", "path": "/documentation/abstractions/system-under-test", "type": "link"}],
|
|
65
|
+
["ABS_SUT", {"text": "SUT", "path": "/documentation/abstractions/system-under-test", "type": "link"}],
|
|
66
|
+
["ABS_SUTs", {"text": "SUTs", "path": "/documentation/abstractions/system-under-test", "type": "link"}],
|
|
67
|
+
["ABS_Test_Case", {"text": "Test Case", "path": "/documentation/abstractions/test-case/test-case", "type": "link"}],
|
|
68
|
+
["ABS_Test_Cases", {"text": "Test Cases", "path": "/documentation/abstractions/test-case/test-case", "type": "link"}],
|
|
69
|
+
["ABS_Test_Case_Phase_Precondition", {"text": "Precondition Phase", "path": "/documentation/abstractions/test-case/phases#execution-phase-precondition", "type": "link"}],
|
|
70
|
+
["ABS_Test_Case_Phase_Execution", {"text": "Execution Phase", "path": "/documentation/abstractions/test-case/phases#execution-phase-execution", "type": "link"}],
|
|
71
|
+
["ABS_Test_Case_Phase_Postcondition", {"text": "Postcondition Phase", "path": "/documentation/abstractions/test-case/phases#execution-phase-postcondition", "type": "link"}],
|
|
72
|
+
["ABS_Test_Case_Phases", {"text": "Test Case Phases", "path": "/documentation/abstractions/test-case/phases", "type": "link"}],
|
|
73
|
+
["ABS_Test_Data", {"text": "Test Data", "path": "/documentation/abstractions/test-data#topOfPage", "type": "link"}],
|
|
74
|
+
["ABS_Test_Data_Default_Value", {"text": "Default Value", "path": "/documentation/abstractions/test-data#test-data-default-value", "type": "link"}],
|
|
75
|
+
["ABS_Test_Data_Input", {"text": "Test Data Input", "path": "/documentation/abstractions/test-data#test-data-input", "type": "link"}],
|
|
76
|
+
["ABS_Test_Data_Global_Layer", {"text": "Global Test Data layer", "path": "/documentation/abstractions/test-data#global-test-data-layer", "type": "link"}],
|
|
77
|
+
["ABS_Test_Data_Runtime_Layer", {"text": "Runtime Test Data layer", "path": "/documentation/abstractions/test-data#runtime-test-data-layer", "type": "link"}],
|
|
78
|
+
["ABS_Test_Data_Local_Layer", {"text": "Local Test Data layer", "path": "/documentation/abstractions/test-data#local-test-data-layer", "type": "link"}],
|
|
79
|
+
["ABS_Test_Data_Static_Layer", {"text": "Static Test Data layer", "path": "/documentation/abstractions/test-data#static-test-data-layer", "type": "link"}],
|
|
80
|
+
["ABS_Test_Data_Formatting", {"text": "Formatting", "path": "/documentation/abstractions/test-data#test-data-formatting", "type": "link"}],
|
|
81
|
+
["ABS_Test_Data_Table_Lookup", {"text": "Table Lookup", "path": "/documentation/abstractions/test-data#test-data-table-lookup", "type": "link"}],
|
|
82
|
+
["ABS_Test_Data_Transformations", {"text": "Transformations", "path": "/documentation/abstractions/test-data#test-data-transformations", "type": "link"}],
|
|
83
|
+
["ABS_Test_Data_Dictionary", {"text": "Dictionary", "path": "/documentation/abstractions/test-data#test-data-dictionary", "type": "link"}],
|
|
84
|
+
["ABS_Test_Data_Resulting", {"text": "Resulting Test Data", "path": "/documentation/abstractions/test-data#test-data-resulting-test-data", "type": "link"}],
|
|
85
|
+
["ABS_Test_Suite", {"text": "Test Suite", "path": "/documentation/abstractions/test-suite", "type": "link"}],
|
|
86
|
+
["ABS_Test_Suites", {"text": "Test Suites", "path": "/documentation/abstractions/test-suite", "type": "link"}],
|
|
87
|
+
["ABS_Verification_Data", {"text": "Verification Data", "path": "/documentation/abstractions/verification-data", "type": "link"}],
|
|
88
|
+
["ABS_Verification_Data_Value", {"text": "Verify Value", "path": "/documentation/abstractions/verification-data#verify-value", "type": "link"}],
|
|
89
|
+
["ABS_Verification_Data_Optional", {"text": "Verify Optional", "path": "/documentation/abstractions/verification-data#verify-optional", "type": "link"}],
|
|
90
|
+
["ABS_Verification_Data_Mandatory", {"text": "Verify Mandatory", "path": "/documentation/abstractions/verification-data#verify-mandatory", "type": "link"}],
|
|
91
|
+
["API_Actor_Client_Stack", {"text": "Client Stack API", "path": "/documentation/actor-api/client-stack", "type": "link"}],
|
|
92
|
+
["API_Actor_Client_Stack_Create_Connection", {"text": "CreateConnection", "path": "/documentation/actor-api/client-stack#client-stack-api-create-connection", "type": "link"}],
|
|
93
|
+
["API_Actor_Content", {"text": "Content API", "path": "/documentation/actor-api/content", "type": "link"}],
|
|
94
|
+
["API_Actor_Server_Stack", {"text": "Server Stack API", "path": "/documentation/actor-api/server-stack", "type": "link"}],
|
|
95
|
+
["API_Actor_Test_Data", {"text": "Test Data API", "path": "/documentation/actor-api/test-data", "type": "link"}],
|
|
96
|
+
["API_Actor_Test_Data_Methods", {"text": "Test Data API Methods", "path": "/documentation/actor-api/test-data/test-data-api-methods", "type": "link"}],
|
|
97
|
+
["API_Actor_Shared_Data", {"text": "Shared Data API", "path": "/documentation/actor-api/shared-data", "type": "link"}],
|
|
98
|
+
["API_Actor_Verification_Data", {"text": "Verification Data API", "path": "/documentation/actor-api/verification-data", "type": "link"}],
|
|
99
|
+
["API_Stack_Content_Base", {"text": "ContentBase", "path": "/documentation/stack-api/content-base", "type": "js-type"}],
|
|
100
|
+
["API_Stack_Log_Inner", {"text": "LogInner", "path": "/documentation/stack-api/log-inner", "type": "js-type"}],
|
|
101
|
+
["API_Stack_Log_Inner_Array", {"text": "[LogInner]", "path": "/documentation/stack-api/log-inner", "type": "js-type"}],
|
|
102
|
+
["API_Stack_Log_Part_Text", {"text": "LogPartText", "path": "/documentation/stack-api/log-part-text", "type": "js-type"}],
|
|
103
|
+
["API_Stack_Log_Part_Text_Array", {"text": "[LogPartText]", "path": "/documentation/stack-api/log-part-text", "type": "js-type"}],
|
|
104
|
+
["API_Stack_Log_Part_Ref", {"text": "LogPartRef", "path": "/documentation/stack-api/log-part-ref", "type": "js-type"}],
|
|
105
|
+
["API_Stack_Log_Part_Ref_Array", {"text": "[LogPartRef]", "path": "/documentation/stack-api/log-part-ref", "type": "js-type"}],
|
|
106
|
+
["API_Stack_Log_Part_Error", {"text": "LogPartError", "path": "/documentation/stack-api/log-part-error", "type": "js-type"}],
|
|
107
|
+
["API_Stack_Log_Part_Error_Array", {"text": "[LogPartError]", "path": "/documentation/stack-api/log-part-error", "type": "js-type"}],
|
|
108
|
+
["CODE_Actor", {"text": "actor.js", "path": "/../code-editor/z-abs-funclayer-engine-server/server/engine/actor/actor.js", "type": "link"}],
|
|
109
|
+
["CODE_Actor_Orig", {"text": "actor-originating.js", "path": "/../code-editor/z-abs-funclayer-engine-server/server/engine/actor/actor-originating.js", "type": "link"}],
|
|
110
|
+
["CODE_Actor_Term", {"text": "actor-terminating.js", "path": "/../code-editor/z-abs-funclayer-engine-server/server/engine/actor/actor-terminating.js", "type": "link"}],
|
|
111
|
+
["CODE_Actor_Proxy", {"text": "actor-proxy.js", "path": "/../code-editor/z-abs-funclayer-engine-server/server/engine/actor/actor-proxy.js", "type": "link"}],
|
|
112
|
+
["CODE_Actor_Local", {"text": "actor-local.js", "path": "/../code-editor/z-abs-funclayer-engine-server/server/engine/actor/actor-local.js", "type": "link"}],
|
|
113
|
+
["CODE_Actor_Condition", {"text": "actor-condition.js", "path": "/../code-editor/z-abs-funclayer-engine-server/server/engine/actor/actor-condition.js", "type": "link"}],
|
|
114
|
+
["CODE_ActorPartPre", {"text": "actor-part-pre.js", "path": "/../code-editor/z-abs-funclayer-engine-server/server/engine/actor/actor-part-pre.js", "type": "link"}],
|
|
115
|
+
["CODE_ActorPartPost", {"text": "actor-part-post.js", "path": "/../code-editor/z-abs-funclayer-engine-server/server/engine/actor/actor-part-post.js", "type": "link"}],
|
|
116
|
+
["CODE_Async", {"text": "asynch-mixin.js", "path": "/../code-editor/z-abs-funclayer-engine-server/server/engine/actor/actor-mixins/asynch-mixin.js", "type": "link"}],
|
|
117
|
+
["CODE_Content", {"text": "content-mixin.js", "path": "/../code-editor/z-abs-funclayer-engine-server/server/engine/actor/actor-mixins/content-mixin.js", "type": "link"}],
|
|
118
|
+
["CODE_Logger", {"text": "logger-mixin.js", "path": "/../code-editor/z-abs-funclayer-engine-server/server/engine/actor/actor-mixins/logger-mixin.js", "type": "link"}],
|
|
119
|
+
["CODE_Shared_Data", {"text": "shared-data-mixin.js", "path": "/../code-editor/z-abs-funclayer-engine-server/server/engine/actor/actor-mixins/shared-data-mixin.js", "type": "link"}],
|
|
120
|
+
["CODE_Stack_Client", {"text": "stack-mixin-client.js", "path": "/../code-editor/z-abs-funclayer-engine-server/server/engine/actor/actor-mixins/stack-mixin-client.js", "type": "link"}],
|
|
121
|
+
["CODE_Stack_Server", {"text": "stack-mixin-server.js", "path": "/../code-editor/z-abs-funclayer-engine-server/server/engine/actor/actor-mixins/stack-mixin-server.js", "type": "link"}],
|
|
122
|
+
["CODE_Test_Case", {"text": "test-case.js", "path": "/../code-editor/z-abs-funclayer-engine-server/server/engine/test-case.js", "type": "link"}],
|
|
123
|
+
["CODE_Test_Data", {"text": "test-data-mixin.js", "path": "/code-editor/z-abs-funclayer-engine-server/server/engine/actor/actor-mixins/test-data-mixin.js", "type": "link"}],
|
|
124
|
+
["CODE_Test_Suite", {"text": "test-suite.js", "path": "/../code-editor/z-abs-funclayer-engine-server/server/engine/test-suite.js", "type": "link"}],
|
|
125
|
+
["CODE_Verification_Value", {"text": "verify-mixin-value.js", "path": "/../code-editor/z-abs-funclayer-engine-server/server/engine/actor/actor-mixins/verify-mixin-value.js", "type": "link"}],
|
|
126
|
+
["CODE_Verification_Mandatory", {"text": "verify-mixin-mandatory.js", "path": "/../code-editor/z-abs-funclayer-engine-server/server/engine/actor/actor-mixins/verify-mixin-mandatory.js", "type": "link"}],
|
|
127
|
+
["CODE_Verification_Optional", {"text": "verify-mixin-optional.js", "path": "/../code-editor/z-abs-funclayer-engine-server/server/engine/actor/actor-mixins/verify-mixin-optional.js", "type": "link"}],
|
|
128
|
+
["CODE_AsciiDictionary", {"text": "ascii-dictionary.js", "path": "/../code-editor/z-abs-funclayer-engine-server/server/stack/stacks/ascii-dictionary.js", "type": "link"}],
|
|
129
|
+
["CODE_BitByte", {"text": "bit-byte.js", "path": "/../code-editor/z-abs-funclayer-engine-server/server/stack/stacks/bit-byte.js", "type": "link"}],
|
|
130
|
+
["CODE_BinaryLog", {"text": "binary-log.js", "path": "/../code-editor/z-abs-funclayer-engine-server/server/stack/stacks/binary-log.js", "type": "link"}],
|
|
131
|
+
["INTRO_Abstraction_Data", {"text": "Data Abstractions", "path": "/documentation/the-architecture#the-architecture-data-abstractions", "type": "link"}],
|
|
132
|
+
["INTRO_Abstraction_Execution", {"text": "Execution Abstractions", "path": "/documentation/the-architecture#the-architecture-execution-abstractions", "type": "link"}],
|
|
133
|
+
["INTRO_Abstraction_Analysis", {"text": "Analysis Abstractions", "path": "/documentation/the-architecture#the-architecture-analysis-abstractions", "type": "link"}],
|
|
134
|
+
["INTRO_Abstraction_Documentation", {"text": "Documentation Abstractions", "path": "/documentation/the-architecture#the-architecture-documentation-abstractions", "type": "link"}],
|
|
135
|
+
["TOOL_Actor_Editor", {"text": "Actor Editor", "path": "/actor-editor", "type": "link"}],
|
|
136
|
+
["TOOL_Addressing", {"text": "Addressing Tool", "path": "/documentation/tools/addressing", "type": "link"}],
|
|
137
|
+
["TOOL_Addressing_Src", {"text": "Source Address", "path": "/documentation/tools/addressing#addressing-src", "type": "link"}],
|
|
138
|
+
["TOOL_Addressing_Dst", {"text": "Destination Address", "path": "/documentation/tools/addressing#addressing-dst", "type": "link"}],
|
|
139
|
+
["TOOL_Addressing_Srv", {"text": "Server Address", "path": "/documentation/tools/addressing#addressing-srv", "type": "link"}],
|
|
140
|
+
["TOOL_Global_Test_Data", {"text": "Global Test Data Tool", "path": "/documentation/tools/global-test-data", "type": "link"}],
|
|
141
|
+
["TOOL_Global_Test_Data_General", {"text": "General Test Data", "path": "/documentation/tools/global-test-data#test-data-sub-layer-general", "type": "link"}],
|
|
142
|
+
["TOOL_Global_Test_Data_General_Local", {"text": "General Test Data Layer local", "path": "/documentation/tools/global-test-data#test-data-sub-layer-general-local", "type": "link"}],
|
|
143
|
+
["TOOL_Global_Test_Data_General_Global", {"text": "General Test Data Layer global", "path": "/documentation/tools/global-test-data#test-data-sub-layer-general-global", "type": "link"}],
|
|
144
|
+
["TOOL_Global_Test_Data_System", {"text": "System Test Data", "path": "/documentation/tools/global-test-data#test-data-sub-layer-system", "type": "link"}],
|
|
145
|
+
["TOOL_Global_Test_Data_System_Local", {"text": "System Test Data Layer local", "path": "/documentation/tools/global-test-data#test-data-sub-layer-system-local", "type": "link"}],
|
|
146
|
+
["TOOL_Global_Test_Data_System_Global", {"text": "System Test Data Layer global", "path": "/documentation/tools/global-test-data#test-data-sub-layer-system-global", "type": "link"}],
|
|
147
|
+
["TOOL_Global_Test_Data_Log", {"text": "Log Test Data", "path": "/documentation/tools/global-test-data#test-data-sub-layer-log", "type": "link"}],
|
|
148
|
+
["TOOL_Global_Test_Data_Log_Local", {"text": "Log Test Data Layer local", "path": "/documentation/tools/global-test-data#test-data-sub-layer-log-local", "type": "link"}],
|
|
149
|
+
["TOOL_Global_Test_Data_Log_Global", {"text": "Log Test Data Layer global", "path": "/documentation/tools/global-test-data#test-data-sub-layer-log-global", "type": "link"}],
|
|
150
|
+
["TOOL_Global_Test_Data_Environment", {"text": "Environment Test Data", "path": "/documentation/tools/global-test-data#test-data-sub-layer-environment", "type": "link"}],
|
|
151
|
+
["TOOL_Global_Test_Data_Environment_Local", {"text": "Environment Test Data Layer local", "path": "/documentation/tools/global-test-data#test-data-sub-layer-environment-local", "type": "link"}],
|
|
152
|
+
["TOOL_Global_Test_Data_Environment_Global", {"text": "Environment Test Data Layer global", "path": "/documentation/tools/global-test-data#test-data-sub-layer-environment-global", "type": "link"}],
|
|
153
|
+
["TOOL_Global_Test_Data_Environment_Static", {"text": "Environment Test Data Layer static", "path": "/documentation/tools/global-test-data#test-data-sub-layer-environment-static", "type": "link"}],
|
|
154
|
+
["TOOL_Global_Test_Data_Toolbar_Markup", {"text": "Global Test Data Markup Toolbar", "path": "/documentation/tools/global-test-data#test-data-toolbar-markup", "type": "link"}],
|
|
155
|
+
["TOOL_Test_Case", {"text": "Test Case Tool", "path": "/documentation/tools/test-case", "type": "link"}],
|
|
156
|
+
["TOOL_Test_Case_Definition", {"text": "Test Case Definition Tab", "path": "/documentation/tools/test-case-definition", "type": "link"}],
|
|
157
|
+
["TOOL_Test_Case_Execution", {"text": "Test Case Execution Tab", "path": "/documentation/tools/test-case-execution", "type": "link"}],
|
|
158
|
+
["TOOL_Test_Case_Log", {"text": "Test Case Log Tab", "path": "/documentation/tools/test-case-log", "type": "link"}],
|
|
159
|
+
["TOOL_Test_Case_Sequence_Diagram", {"text": "Test Case Sequence Diagram Tab", "path": "/documentation/tools/test-case-sequence-diagram", "type": "link"}],
|
|
160
|
+
["TOOL_Test_Case_Debug", {"text": "Test Case Debug Tab", "path": "/documentation/tools/test-case-debug", "type": "link"}],
|
|
161
|
+
["TOOL_Test_Case_Specification", {"text": "Test Case Specification Tab", "path": "/documentation/tools/test-case-specification", "type": "link"}],
|
|
162
|
+
["TOOL_Test_Case_Analyze", {"text": "Test Case Analyze Tab", "path": "/documentation/tools/test-case-analyze", "type": "link"}],
|
|
163
|
+
["TOOL_Systems_Under_Test", {"text": "Systems Under Test", "path": "/system-under-tests", "type": "link"}],
|
|
164
|
+
["MARKUP", {"text": "Markup", "path": "/documentation/markup-markup", "type": "link"}],
|
|
165
|
+
["MARKUP_Test_Case", {"text": "Test Case Markup", "path": "/documentation/markup/markup-test-case", "type": "link"}],
|
|
166
|
+
["MDN_Reflect", {"text": "<Reflect>", "path": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Reflect", "type": "js-type"}],
|
|
167
|
+
["MDN_string", {"text": "<string>", "path": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String", "type": "js-type"}],
|
|
168
|
+
["MDN_strings", {"text": "[string]", "path": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String", "type": "js-type"}],
|
|
169
|
+
["MDN_arraystrings", {"text": "[[string]]", "path": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String", "type": "js-type"}],
|
|
170
|
+
["MDN_number", {"text": "<number>", "path": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number", "type": "js-type"}],
|
|
171
|
+
["MDN_numbers", {"text": "[number]", "path": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number", "type": "js-type"}],
|
|
172
|
+
["MDN_arraynumbers", {"text": "[[number]]", "path": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number", "type": "js-type"}],
|
|
173
|
+
["MDN_boolean", {"text": "<boolean>", "path": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean", "type": "js-type"}],
|
|
174
|
+
["MDN_booleans", {"text": "[boolean]", "path": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean", "type": "js-type"}],
|
|
175
|
+
["MDN_arraybooleans", {"text": "[[boolean]]", "path": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean", "type": "js-type"}],
|
|
176
|
+
["MDN_object", {"text": "<object>", "path": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object", "type": "js-type"}],
|
|
177
|
+
["MDN_objects", {"text": "[object]", "path": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object", "type": "js-type"}],
|
|
178
|
+
["MDN_arrayobjects", {"text": "[object]", "path": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object", "type": "js-type"}],
|
|
179
|
+
["MDN_JSON", {"text": "JSON", "path": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON", "type": "js-type"}],
|
|
180
|
+
["MDN_Operator", {"text": "<Operator>", "path": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators", "type": "js-type"}],
|
|
181
|
+
["MDN_Function", {"text": "<Function>", "path": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function", "type": "js-type"}],
|
|
182
|
+
["MDN_Array", {"text": "<Array>", "path": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array", "type": "js-type"}],
|
|
183
|
+
["NODEJS_Buffer", {"text": "<Buffer>", "path": "https://nodejs.org/dist/latest-v14.x/docs/api/buffer.html", "type": "js-type"}],
|
|
184
|
+
["NODEJS_Error", {"text": "<Error>", "path": "https://nodejs.org/dist/latest-v14.x/docs/api/errors.html", "type": "js-type"}],
|
|
185
|
+
["NPM_ACTORDEMO", {"text": "npm @actorjs/actordemo", "path": "https://www.npmjs.com/package/@actorjs/actordemo", "type": "link"}],
|
|
186
|
+
["NPM_ACTORJS", {"text": "npm @actorjs/actorjs", "path": "https://www.npmjs.com/package/@actorjs/actorjs", "type": "link"}],
|
|
187
|
+
["STACK_ICAP", {"text": "Icap", "path": "/documentation/[[stack-icap]]", "type": "link"}],
|
|
188
|
+
["STACK_HTTP", {"text": "Http", "path": "/documentation/[[stack-http]]", "type": "link"}],
|
|
189
|
+
["STACK_PUPPETEER", {"text": "Puppeteer", "path": "/documentation/[[stack-puppeteer]]", "type": "link"}],
|
|
190
|
+
["WIKI_Test_Case", {"text": "Wiki Test Case", "path": "https://en.wikipedia.org/wiki/Test_case", "type": "link"}],
|
|
191
|
+
["VIDEOS", {"text": "Videos", "path": "/videos", "type": "link"}],
|
|
192
|
+
["VIDEOS_FIRST_SUT", {"text": "1. Define your first SUT", "path": "https://www.youtube.com/watch?v=4OUyEm7a-yQ&ab_channel=ActorJs", "type": "link"}],
|
|
193
|
+
["VIDEOS_FIRST_ACTORS", {"text": "2. Make your first Actors", "path": "https://www.youtube.com/watch?v=dzZYmUQCWXI&ab_channel=ActorJs", "type": "link"}],
|
|
194
|
+
["VIDEOS_FIRST_TEST_CASE", {"text": "3. Make your first Test Case", "path": "https://www.youtube.com/watch?v=LWPE2N3THkM&ab_channel=ActorJs", "type": "link"}],
|
|
195
|
+
["VIDEOS_FIRST_TEST_SUITE", {"text": "4. Make your first Test Suite", "path": "https://www.youtube.com/watch?v=pa9fm2QTM24&ab_channel=ActorJs", "type": "link"}],
|
|
196
|
+
["VIDEOS_FIRST_ADDRESSES", {"text": "5. Add your first Addresses", "path": "https://www.youtube.com/watch?v=pjVtuKKA8Q0&ab_channel=ActorJs", "type": "link"}],
|
|
197
|
+
["VIDEOS_SHARE_YOUR_WORK", {"text": "6. Share your work", "path": "https://www.youtube.com/watch?v=rRJoTBjbOkA&ab_channel=ActorJs", "type": "link"}]
|
|
198
|
+
|
|
199
|
+
]
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
**result:** The result of the Test Case.
|
|
2
|
+
* **none:** There are no Actors that have been executed.
|
|
3
|
+
* **n/a:**
|
|
4
|
+
* **n_impl:**
|
|
5
|
+
* **success:**
|
|
6
|
+
* **n_exec:**
|
|
7
|
+
* **interrupt:**
|
|
8
|
+
* **error:**
|
|
9
|
+
* **failure:** Verification failure, one or more Actors have reported a failure.
|
|
10
|
+
* **timeout:**
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
# **Create Actor**
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
# **Create Stack**
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
# **Create Test Case**
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
# **Create Test Suite**
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
# **Define Addresses**
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
# **Define Function Under Test**
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# **Define System Under Test**
|
|
2
|
+
<video width="100%" height="" controls >
|
|
3
|
+
<source src="/content/actorjs-content-global/videos/actorjs/Create SUT.mp4" type="video/mp4">
|
|
4
|
+
</video>
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
<br/>
|
|
8
|
+
## **Instructions how to define a System Under Test**
|
|
9
|
+
1) Under Test Abstractions **goto** [[REF=, TOOL_Systems_Under_Test]]
|
|
10
|
+
2) Press Add button
|
|
11
|
+
3) Enter...
|
|
12
|
+
a) Enter the name of the [[REF=, ABS_System_Under_Test]]
|
|
13
|
+
b) Enter a short description of the [[REF=, ABS_System_Under_Test]](optional)
|
|
14
|
+
c) Choose [[REF=, ABS_Repo]] to put the [[REF=, ABS_System_Under_Test]]
|
|
15
|
+
|
|
16
|
+
|
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
[[NOTE={"guid":"6f808eac-bb66-4985-9bf6-ddfa293c25b5"}]]
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
```flow
|
|
5
|
+
Title: Full Workingflow in ActorJs
|
|
6
|
+
Blocks[, , , Start(start:::), , ]
|
|
7
|
+
Blocks[, ]
|
|
8
|
+
Blocks[, , , dPrerequisites(decision:Prerequisites installed:PaleGreen:)]
|
|
9
|
+
Blocks[, , dNodejs(decision:Node.js installed?::)]
|
|
10
|
+
Blocks[, aNodejs(action:Install Node.js::/howto/prerequisites#nodejs)]
|
|
11
|
+
Blocks[, , dGit(decision:Git installed?::)]
|
|
12
|
+
Blocks[, aGit(action:Install Git::/howto/prerequisites#git)]
|
|
13
|
+
Blocks[, , aActorJs(action:Install ActorJs::/howto/prerequisites#actorjs)]
|
|
14
|
+
Blocks[, , , aAnalyzeStacks(action:Analyze need of Stacks:SkyBlue:)]
|
|
15
|
+
Blocks[, ]
|
|
16
|
+
Blocks[, , , dStacks(decision:Stacks Exists:PaleGreen:)]
|
|
17
|
+
Blocks[, , aCreateStack(action:Create Stack::/howto/create-stack)]
|
|
18
|
+
Blocks[, , , dStackUpTodate(decision:Is Stack up to date::)]
|
|
19
|
+
Blocks[, ]
|
|
20
|
+
Blocks[, , , aUpdateStack(action:Update Stack::)]
|
|
21
|
+
Blocks[, , dStackMessages(decision:Messages created::)]
|
|
22
|
+
Blocks[, ]
|
|
23
|
+
Blocks[, , aStackMessages(action:Create Messages::)]
|
|
24
|
+
Blocks[, , , dStackWorkers(decision:Stack Workers created::)]
|
|
25
|
+
Blocks[, , aStackWorkers(action:Create Stack Workers::)]
|
|
26
|
+
Blocks[, , , aAnalyzeActors(action:Analyze need of Actors:SkyBlue:)]
|
|
27
|
+
Blocks[, ]
|
|
28
|
+
Blocks[, , , dActors(decision:Actors created:PaleGreen:)]
|
|
29
|
+
Blocks[, , dActorParts(decision:Actor Parts created::)]
|
|
30
|
+
Blocks[, aActorParts(action:Create Actor Parts::), , dActorsUpdate(decision:Actors up to date::)]
|
|
31
|
+
Blocks[, , dActorPartsUpdate(decision:Actor Parts up to date::)]
|
|
32
|
+
Blocks[, , ]
|
|
33
|
+
Blocks[, , aActorPartsUpdate(action:Update Actor Parts::), , aActorsUpdate(action:Update Actors::)]
|
|
34
|
+
Blocks[, aActors(action:Create Actors::)]
|
|
35
|
+
Blocks[, ]
|
|
36
|
+
Blocks[, , , dSutDefined(decision:Is SUT defined:PaleGreen:)]
|
|
37
|
+
Blocks[, , dRepo(decision:Does Repo Exist::)]
|
|
38
|
+
Blocks[, aRepo(action:Create Repo::)]
|
|
39
|
+
Blocks[, ]
|
|
40
|
+
Blocks[, , aSut(action:Define SUT::/howto/define-sut)]
|
|
41
|
+
Blocks[, ]
|
|
42
|
+
Blocks[, , aSCF(action:Define SCF::)]
|
|
43
|
+
Blocks[, , , dFUT(decision:Is FUT defined:PaleGreen:), ]
|
|
44
|
+
Blocks[, , aFUT(action:Define FUT::/howto/define-fut)]
|
|
45
|
+
Blocks[, , , aAnalyzeAddresses(action:Analyze addresses:SkyBlue:)]
|
|
46
|
+
Blocks[, ]
|
|
47
|
+
Blocks[, , , dAddresses(decision:Addresses defined:PaleGreen:)]
|
|
48
|
+
Blocks[, , aAddresses(action:Define Addresses::)]
|
|
49
|
+
Blocks[, , , aAnalyzeTc(action:Analyze Test Cases:SkyBlue:)]
|
|
50
|
+
Blocks[, ]
|
|
51
|
+
Blocks[, , , dTc(decision:Test Cases defined:PaleGreen:)]
|
|
52
|
+
Blocks[, , aTc(action:Define Test Case::)]
|
|
53
|
+
Blocks[]
|
|
54
|
+
Blocks[, , aTcActors(action:Add Actors & Addresses::)]
|
|
55
|
+
Blocks[]
|
|
56
|
+
Blocks[, , dTcTestData(decision:Need Test Data::)]
|
|
57
|
+
Blocks[, aTcTestData(action:Add Test Data::)]
|
|
58
|
+
Blocks[, , dTcVerificationData(decision:Need Verification Data::)]
|
|
59
|
+
Blocks[, aTcVerificationData(action:Add Verification Data::)]
|
|
60
|
+
Blocks[, , , aRunTestCase(action:Run Test Case:Gold:)]
|
|
61
|
+
Blocks[, ]
|
|
62
|
+
Blocks[, , , aAnalyzeTs(action:Analyze Test Suites:SkyBlue:)]
|
|
63
|
+
Blocks[, ]
|
|
64
|
+
Blocks[, , , dTs(decision:Test Suites defined:PaleGreen:)]
|
|
65
|
+
Blocks[, , aTs(action:Define Test Suites::)]
|
|
66
|
+
Blocks[, , , dAddTestCases(decision:Add more Test Cases::)]
|
|
67
|
+
Blocks[, , aAddTestCase(action:Add Test Cases::)]
|
|
68
|
+
Blocks[, , , aRunTestSuite(action:Run Test Suite:Gold:)]
|
|
69
|
+
Blocks[, ]
|
|
70
|
+
Blocks[, , , End(end:::), , ]
|
|
71
|
+
|
|
72
|
+
Start => dPrerequisites[unknown]:
|
|
73
|
+
dPrerequisites => dNodejs[unknown]: no
|
|
74
|
+
dPrerequisites => aAnalyzeStacks[unknown]: yes
|
|
75
|
+
dNodejs => dGit[unknown]: yes
|
|
76
|
+
dNodejs => aNodejs[unknown]: no
|
|
77
|
+
aNodejs => dGit[unknown]:
|
|
78
|
+
dGit => aGit[unknown]: no
|
|
79
|
+
dGit => aActorJs[unknown]: yes
|
|
80
|
+
aGit => aActorJs[unknown]:
|
|
81
|
+
aActorJs => aAnalyzeStacks[unknown]:
|
|
82
|
+
aAnalyzeStacks => dStacks[unknown]:
|
|
83
|
+
dStacks => aCreateStack[unknown]: no
|
|
84
|
+
dStacks => dStackUpTodate[unknown]: yes
|
|
85
|
+
dStackUpTodate => aUpdateStack[unknown]: no
|
|
86
|
+
dStackUpTodate => dStackMessages[unknown]: yes
|
|
87
|
+
aCreateStack => dStackMessages[unknown]:
|
|
88
|
+
aUpdateStack => dStackMessages[unknown]:
|
|
89
|
+
dStackMessages => aStackMessages[unknown]: no
|
|
90
|
+
dStackMessages => dStackWorkers[unknown]: yes
|
|
91
|
+
aStackMessages => dStackWorkers[unknown]:
|
|
92
|
+
dStackWorkers => aStackWorkers[unknown]: no
|
|
93
|
+
dStackWorkers => aAnalyzeActors[unknown]: yes
|
|
94
|
+
aStackWorkers => aAnalyzeActors[unknown]:
|
|
95
|
+
aAnalyzeActors => dActors[unknown]:
|
|
96
|
+
dActors => dActorParts[unknown]: no
|
|
97
|
+
dActors => dActorsUpdate[unknown]: yes
|
|
98
|
+
dActorsUpdate => dActorPartsUpdate[unknown]: yes
|
|
99
|
+
dActorPartsUpdate -> aActors[unknown]: yes
|
|
100
|
+
dActorPartsUpdate -> dSutDefined[unknown]: yes
|
|
101
|
+
aActorParts => aActors[unknown]:
|
|
102
|
+
aActors => dSutDefined[unknown]:
|
|
103
|
+
aActorPartsUpdate => dSutDefined[unknown]:
|
|
104
|
+
dActorPartsUpdate => aActorPartsUpdate[unknown]: no
|
|
105
|
+
dActorsUpdate => aActorsUpdate[unknown]: no
|
|
106
|
+
aActorsUpdate => dSutDefined[unknown]:
|
|
107
|
+
dActorParts => aActorParts[unknown]: no
|
|
108
|
+
dActorParts => dActorPartsUpdate[unknown]: yes
|
|
109
|
+
dSutDefined => dRepo[unknown]: no
|
|
110
|
+
dSutDefined => dFUT[unknown]: yes
|
|
111
|
+
dRepo => aRepo[unknown]: no
|
|
112
|
+
dRepo => aSut[unknown]: yes
|
|
113
|
+
aRepo => aSut[unknown]:
|
|
114
|
+
aSut => aSCF[unknown]:
|
|
115
|
+
aSCF => dFUT[unknown]:
|
|
116
|
+
dFUT => aFUT[unknown]: no
|
|
117
|
+
dFUT => aAnalyzeAddresses[unknown]: yes
|
|
118
|
+
aFUT => aAnalyzeAddresses[unknown]:
|
|
119
|
+
aAnalyzeAddresses => dAddresses[unknown]:
|
|
120
|
+
dAddresses => aAddresses[unknown]: no
|
|
121
|
+
aAddresses => aAnalyzeTc[unknown]:
|
|
122
|
+
dAddresses => aAnalyzeTc[unknown]: yes
|
|
123
|
+
aAnalyzeTc => dTc[unknown]:
|
|
124
|
+
dTc => aTc[unknown]: yes
|
|
125
|
+
aTc => aTcActors[unknown]:
|
|
126
|
+
aTcActors => dTcTestData[unknown]:
|
|
127
|
+
dTcTestData => dTcVerificationData[unknown]: no
|
|
128
|
+
dTcTestData => aTcTestData[unknown]: yes
|
|
129
|
+
aTcTestData => dTcVerificationData[unknown]:
|
|
130
|
+
dTcVerificationData => aRunTestCase[unknown]: no
|
|
131
|
+
aTcVerificationData => aRunTestCase[unknown]:
|
|
132
|
+
dTcVerificationData => aTcVerificationData[unknown]: yes
|
|
133
|
+
dTc => aRunTestCase[unknown]: no
|
|
134
|
+
aRunTestCase => aAnalyzeTs[unknown]:
|
|
135
|
+
aAnalyzeTs => dTs[unknown]:
|
|
136
|
+
dTs => aTs[unknown]: no
|
|
137
|
+
dTs => dAddTestCases[unknown]: yes
|
|
138
|
+
aTs => dAddTestCases[unknown]:
|
|
139
|
+
dAddTestCases => aAddTestCase[unknown]: yes
|
|
140
|
+
dAddTestCases => aRunTestSuite[unknown]: no
|
|
141
|
+
aAddTestCase => aRunTestSuite[unknown]:
|
|
142
|
+
aRunTestSuite => End[unknown]:
|
|
143
|
+
```
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
```flow
|
|
2
|
+
Title: How to create a Test Suite and Test Case
|
|
3
|
+
Blocks[, , Start(start:::), , startA(connector-start:A::), ]
|
|
4
|
+
Blocks[]
|
|
5
|
+
Blocks[, , dSutCreated(decision:Is SUT created::), , addActorsTc(action:Add Actors to TC::)]
|
|
6
|
+
Blocks[, aCreateSut(action:Define SUT::/howto/define-sut)]
|
|
7
|
+
Blocks[, , FutCreated(decision:Is FUT created::), , addresses(decision:Is address created::)]
|
|
8
|
+
Blocks[, createFUT(action:Define FUT::/howto/define-fut), , defineAddresses(action:create Address::)]
|
|
9
|
+
Blocks[, , TcCreated(decision:Is TC created::), , addAddressTC(action:Add Address to TC::)]
|
|
10
|
+
Blocks[, createTc(action:Create TC::)]
|
|
11
|
+
Blocks[, , ActorCreated(decision:Is Actor created::), , aTestData(action:Add Test Data::)]
|
|
12
|
+
Blocks[, StackCreated(decision:Is Stack created::)]
|
|
13
|
+
Blocks[createStack(action:Create Stack::), , AktorUpToDate(decision:Is Actor up to date::), , aVerificationData(action:Add Verification Data::)]
|
|
14
|
+
Blocks[, StackUpToDate(decision:Is Stack up to date::)]
|
|
15
|
+
Blocks[, , , updateActor(action:Update Actor::), dTS(decision:Is TS created::)]
|
|
16
|
+
Blocks[, updateStack(action:Update Stack::), , , , aCreateTS(action:Create TS::)]
|
|
17
|
+
Blocks[dMessage(decision:Is message created::), , , , aAddTC(action:Add TC to TS::)]
|
|
18
|
+
Blocks[, createActor(action:Create Actor::), ]
|
|
19
|
+
Blocks[createMessage(action:Create Message::), , endA(connector-end:A::), , End(end:::)]
|
|
20
|
+
|
|
21
|
+
Start => dSutCreated[unknown]:
|
|
22
|
+
dSutCreated => aCreateSut[unknown]: no
|
|
23
|
+
dSutCreated => FutCreated[unknown]: yes
|
|
24
|
+
aCreateSut => FutCreated[unknown]:
|
|
25
|
+
FutCreated => createFUT[unknown]: no
|
|
26
|
+
FutCreated => TcCreated[unknown]: yes
|
|
27
|
+
createFUT => TcCreated[unknown]:
|
|
28
|
+
TcCreated => createTc[unknown]: no
|
|
29
|
+
createTc => ActorCreated[unknown]:
|
|
30
|
+
TcCreated => ActorCreated[unknown]: yes
|
|
31
|
+
ActorCreated => StackCreated[unknown]: no
|
|
32
|
+
ActorCreated => AktorUpToDate[unknown]: yes
|
|
33
|
+
StackCreated => createStack[unknown]: no
|
|
34
|
+
StackCreated => StackUpToDate[unknown]: yes
|
|
35
|
+
StackUpToDate => dMessage[unknown]: yes
|
|
36
|
+
StackUpToDate => updateStack[unknown]: no
|
|
37
|
+
updateStack => dMessage[unknown]:
|
|
38
|
+
createStack => dMessage[unknown]:
|
|
39
|
+
dMessage => createActor[unknown]: yes
|
|
40
|
+
dMessage => createMessage[unknown]: no
|
|
41
|
+
createMessage => createActor[unknown]:
|
|
42
|
+
AktorUpToDate => endA[unknown]: yes
|
|
43
|
+
AktorUpToDate => updateActor[unknown]: no
|
|
44
|
+
createActor => endA[unknown]:
|
|
45
|
+
updateActor => endA[unknown]:
|
|
46
|
+
startA => addActorsTc[unknown]:
|
|
47
|
+
addActorsTc => addresses[unknown]:
|
|
48
|
+
addresses => defineAddresses[unknown]: no
|
|
49
|
+
addresses => addAddressTC[unknown]: yes
|
|
50
|
+
defineAddresses => addAddressTC[unknown]:
|
|
51
|
+
addAddressTC => aTestData[unknown]:
|
|
52
|
+
aTestData => aVerificationData[unknown]:
|
|
53
|
+
aVerificationData => dTS[unknown]:
|
|
54
|
+
dTS => aCreateTS[unknown]: no
|
|
55
|
+
dTS => aAddTC[unknown]: yes
|
|
56
|
+
aCreateTS => aAddTC[unknown]:
|
|
57
|
+
aAddTC => End[unknown]:
|
|
58
|
+
```
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
[[ANCHOR={"id":"actorjs","visible":true}]]
|
|
2
|
+
[[NOTE={"guid":"a40db660-635b-4cc5-ad2f-05dff0c8bfd1"}]]
|
|
3
|
+
## **Prerequisites - ActorJs**
|
|
4
|
+
|
|
5
|
+
### **Create folders**
|
|
6
|
+
|
|
7
|
+
To install ActorJs, we start by creating the folders we need:
|
|
8
|
+
|
|
9
|
+
1) **Run** the ***Node.js command prompt***.
|
|
10
|
+
|
|
11
|
+
1) Choose a location and **create** a folder where your ActorJs files will be stored. A good name would be ***"ActorJs"***.
|
|
12
|
+
|
|
13
|
+
1) **Create** a sub-folder with free naming and we will call it the [**repo-downlod-name**] where the actorJs [[REF=, ABS_Repo]] will be downloaded.
|
|
14
|
+
***
|
|
15
|
+
|
|
16
|
+
### **Download ActorJs**
|
|
17
|
+
|
|
18
|
+
In the next step, download ActorJs from the repository:
|
|
19
|
+
|
|
20
|
+
1) **Go to** [GitLab](https://gitlab.com/actorjs-public) and **sign in** with your ***username*** and ***password***.
|
|
21
|
+
|
|
22
|
+
1) **Go to** the project ***actorjs***, and **copy** the ***https cloning link***.
|
|
23
|
+
|
|
24
|
+
1) At the Node.js command prompt, **go to** the [**repo-downlod-name**] folder.
|
|
25
|
+
|
|
26
|
+
1) **Enter** the command:
|
|
27
|
+
```
|
|
28
|
+
git clone [https cloning link]
|
|
29
|
+
```
|
|
30
|
+
Use the same ***username*** and ***password*** as above for authentication.
|
|
31
|
+
***
|
|
32
|
+
|
|
33
|
+
### **Install and build ActorJs**
|
|
34
|
+
|
|
35
|
+
Now, install the necessary libraries and build ActorJs:
|
|
36
|
+
|
|
37
|
+
1) **Go to** the ***"actorjs"*** folder that was created in the [**repo-downlod-name**] folder during cloning.
|
|
38
|
+
|
|
39
|
+
1) At the command prompt, **run**:
|
|
40
|
+
```
|
|
41
|
+
npm install
|
|
42
|
+
```
|
|
43
|
+
<br/>[[IE=!]] 3) ***Linux*** only, and only the first time installing ActorJs, **enter** the command:
|
|
44
|
+
```
|
|
45
|
+
alias actorjs="./actorjs.sh"
|
|
46
|
+
```
|
|
47
|
+
|
|
48
|
+
4) **Build** and start ActorJs using:
|
|
49
|
+
```
|
|
50
|
+
actorjs debug
|
|
51
|
+
```
|
|
52
|
+
**Note**: Once ActorJs is built, it can be **started** much faster using:
|
|
53
|
+
```
|
|
54
|
+
actorjs start
|
|
55
|
+
```
|
|
56
|
+
***
|
|
57
|
+
|
|
58
|
+
### **Open the ActorJs client**
|
|
59
|
+
|
|
60
|
+
We are now ready to interact with ActorJs through the browser interface:
|
|
61
|
+
|
|
62
|
+
1) In a browser, **open** [localhost:9005](http://localhost:9005).
|
|
63
|
+
`Do not use Safari - WebWorkers created from Blob does not work`
|
|
64
|
+
***
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
[[ANCHOR={"id":"git","visible":true}]]
|
|
2
|
+
[[NOTE={"guid":"786358cf-1728-4654-b435-c4085c4025f2"}]]
|
|
3
|
+
## **Prerequisites - Git**
|
|
4
|
+
|
|
5
|
+
### **Install Git**
|
|
6
|
+
1) ActorJs is stored in serveral git repos, so to be able to use ActorJs, you need to install Git. Install the latest version of [Git 2.x.x](https://git-scm.com/downloads).
|
|
7
|
+
|
|
8
|
+

|
|
9
|
+
|
|
10
|
+
[[IE=!]] ***Linux***, follow the instructions under [Download for Linux and Unix](https://git-scm.com/download/linux).
|
|
11
|
+
<br/>
|
|
12
|
+
[[IE=!]] ***Windows***, select: 'Checkout Windows-style, commit Unix-style line endings'
|
|
13
|
+
<br/>
|
|
14
|
+

|
|
15
|
+
|
|
16
|
+
### **Update git config**
|
|
17
|
+
|
|
18
|
+
git config --global user.name "FIRST_NAME LAST_NAME"
|
|
19
|
+
git config --global user.email "MY_NAME@example.com"
|
|
20
|
+
|
|
21
|
+
[[IE=!]] ***Windows***
|
|
22
|
+
git config --global core.longpaths true
|
|
23
|
+
<br/>
|
|
24
|
+
[[IE=!]] ***Linux***
|
|
25
|
+
git config --global credential.helper store
|
|
26
|
+
`warning: password may be stored unencrypted!`
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
[[ANCHOR={"id":"nodejs","visible":true}]]
|
|
2
|
+
[[NOTE={"guid":"1ff4a069-9ead-431e-a312-b4bc4b42487b"}]]
|
|
3
|
+
## **Prerequisites - Node.js**
|
|
4
|
+
|
|
5
|
+
ActorJs is developed in Node.js, so to be able to run ActorJs, you need to install Node.js. Install the latest version of [Nodejs 14.16.x](https://nodejs.org/en/download/releases/).
|
|
6
|
+
|
|
7
|
+

|
|
8
|
+
[[IE=!]] ***Windows***, do not install the "necessary tools" if you do not need them in your implementations. ActorJs does not need these tools to work.
|
|
9
|
+
<br/>
|
|
10
|
+
[[IE=!]] ***Linux***, check [Installing Node.js via package manager](https://nodejs.org/en/download/package-manager/) for the right instructions.
|
|
11
|
+
</br>
|
|
12
|
+
[[IE=!]] ***macOS***, check [Installing Node.js via package manager](https://nodejs.org/en/download/package-manager/) for the right instructions.
|
|
13
|
+
</br>
|
|
14
|
+

|
|
15
|
+
</br>
|
|
16
|
+
[[IE=!]] ***macOS***, Install Xcode’s Command Line Tools.
|
|
17
|
+
```
|
|
18
|
+
xcode-select --install
|
|
19
|
+
```
|