@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.
Files changed (160) hide show
  1. package/.gitattributes +26 -0
  2. package/Documentation/Document-global-Be-100-more-efficient.txt +31 -0
  3. package/Documentation/Document-global-actorjs-trigger-mock-and-intercept-anything.txt +21 -0
  4. package/Documentation/Document-global-advanced-visualization.txt +28 -0
  5. package/Documentation/Document-global-debugging.txt +4 -0
  6. package/Documentation/Document-global-divide-and-reuse.txt +37 -0
  7. package/Documentation/Document-global-general-separation.txt +2 -0
  8. package/Documentation/Document-global-markup-anchor.txt +6 -0
  9. package/Documentation/Document-global-markup-api-status.txt +39 -0
  10. package/Documentation/Document-global-markup-chart-line.txt +18 -0
  11. package/Documentation/Document-global-markup-documentation-status.txt +39 -0
  12. package/Documentation/Document-global-markup-documentation.txt +72 -0
  13. package/Documentation/Document-global-markup-embed.txt +6 -0
  14. package/Documentation/Document-global-markup-flowchart.txt +88 -0
  15. package/Documentation/Document-global-markup-html.txt +122 -0
  16. package/Documentation/Document-global-markup-ie.txt +18 -0
  17. package/Documentation/Document-global-markup-image.txt +55 -0
  18. package/Documentation/Document-global-markup-lab.txt +63 -0
  19. package/Documentation/Document-global-markup-markup.txt +21 -0
  20. package/Documentation/Document-global-markup-navigation.txt +25 -0
  21. package/Documentation/Document-global-markup-node-diagram.txt +163 -0
  22. package/Documentation/Document-global-markup-note.txt +6 -0
  23. package/Documentation/Document-global-markup-ref.txt +6 -0
  24. package/Documentation/Document-global-markup-sequence-diagram.txt +215 -0
  25. package/Documentation/Document-global-markup-state-machine.txt +121 -0
  26. package/Documentation/Document-global-markup-table.txt +34 -0
  27. package/Documentation/Document-global-navigation-pane.txt +3 -0
  28. package/Documentation/Document-global-navigation.txt +2 -0
  29. package/Documentation/Document-global-specialized-javascript-editors.txt +2 -0
  30. package/Documentation/Document-global-stacks-connection.txt +2 -0
  31. package/Documentation/Document-global-stacks-server.txt +2 -0
  32. package/Documentation/Document-global-test-environment-overview.txt +15 -0
  33. package/Documentation/Document-global-the-architecture.txt +51 -0
  34. package/Documentation/Document-global-the-development-environment.txt +5 -0
  35. package/Documentation/Document-global-the-test-environment.txt +15 -0
  36. package/Documentation/Document-global-think-ahead.txt +35 -0
  37. package/Documentation/Document-global-thinking-in-actors-unlimited.txt +1 -0
  38. package/Documentation/Document-global-what-is-a-stack.txt +2 -0
  39. package/Documentation/Document-global-why-actorjs.txt +52 -0
  40. package/Documentation/Document-global-why-actors-unlimited.txt +182 -0
  41. package/Documentation/Document-global-x-test-case-tool.txt +2 -0
  42. package/Documentation/Navigation-Documentation-actorjs-global.txt +372 -0
  43. package/Documentation/Navigation-Documentation-actorsite-global.txt +363 -0
  44. package/Documentation/abstractions/Document-global-addressing.txt +81 -0
  45. package/Documentation/abstractions/Document-global-configuration-floor.txt +2 -0
  46. package/Documentation/abstractions/Document-global-content.txt +3 -0
  47. package/Documentation/abstractions/Document-global-functions-test.txt +4 -0
  48. package/Documentation/abstractions/Document-global-functions-unde-test.txt +2 -0
  49. package/Documentation/abstractions/Document-global-load-test.txt +3 -0
  50. package/Documentation/abstractions/Document-global-repo.txt +79 -0
  51. package/Documentation/abstractions/Document-global-shared-data.txt +5 -0
  52. package/Documentation/abstractions/Document-global-system-to-test.txt +2 -0
  53. package/Documentation/abstractions/Document-global-system-under-test.txt +3 -0
  54. package/Documentation/abstractions/Document-global-test-data.txt +251 -0
  55. package/Documentation/abstractions/Document-global-test-suite.txt +37 -0
  56. package/Documentation/abstractions/Document-global-verification-data.txt +103 -0
  57. package/Documentation/abstractions/actor/Document-global-actor-condition.txt +74 -0
  58. package/Documentation/abstractions/actor/Document-global-actor-local.txt +44 -0
  59. package/Documentation/abstractions/actor/Document-global-actor-originating.txt +100 -0
  60. package/Documentation/abstractions/actor/Document-global-actor-proxy.txt +119 -0
  61. package/Documentation/abstractions/actor/Document-global-actor-terminating.txt +101 -0
  62. package/Documentation/abstractions/actor/Document-global-actor.txt +90 -0
  63. package/Documentation/abstractions/actor/Document-global-execution-states.txt +21 -0
  64. package/Documentation/abstractions/actorpart/Document-global-actorpart.txt +2 -0
  65. package/Documentation/abstractions/stack/Document-global-client-connection.txt +3 -0
  66. package/Documentation/abstractions/stack/Document-global-connection.txt +3 -0
  67. package/Documentation/abstractions/stack/Document-global-decoder.txt +3 -0
  68. package/Documentation/abstractions/stack/Document-global-encoder.txt +3 -0
  69. package/Documentation/abstractions/stack/Document-global-message.txt +4 -0
  70. package/Documentation/abstractions/stack/Document-global-server-connection.txt +3 -0
  71. package/Documentation/abstractions/stack/Document-global-stack.txt +12 -0
  72. package/Documentation/abstractions/stack/Document-global-worker.txt +3 -0
  73. package/Documentation/abstractions/test-case/Document-global-phases.txt +30 -0
  74. package/Documentation/abstractions/test-case/Document-global-test-case-result.txt +23 -0
  75. package/Documentation/abstractions/test-case/Document-global-test-case.txt +199 -0
  76. package/Documentation/actor-api/Document-global-actor-part.txt +7 -0
  77. package/Documentation/actor-api/Document-global-actor.txt +375 -0
  78. package/Documentation/actor-api/Document-global-async.txt +176 -0
  79. package/Documentation/actor-api/Document-global-client-stack.txt +215 -0
  80. package/Documentation/actor-api/Document-global-content.txt +106 -0
  81. package/Documentation/actor-api/Document-global-logger.txt +426 -0
  82. package/Documentation/actor-api/Document-global-process.txt +7 -0
  83. package/Documentation/actor-api/Document-global-server-stack.txt +213 -0
  84. package/Documentation/actor-api/Document-global-shared-data.txt +259 -0
  85. package/Documentation/actor-api/Document-global-test-data.txt +816 -0
  86. package/Documentation/actor-api/Document-global-timer.txt +70 -0
  87. package/Documentation/actor-api/Document-global-verification-data.txt +624 -0
  88. package/Documentation/connection-worker-api/Document-global-logger.txt +3 -0
  89. package/Documentation/documentation-references.json +199 -0
  90. package/Documentation/embedded/Document-global-test-case-result.txt +10 -0
  91. package/Documentation/howto/Document-global-create-actor.txt +1 -0
  92. package/Documentation/howto/Document-global-create-stack.txt +1 -0
  93. package/Documentation/howto/Document-global-create-test-case.txt +1 -0
  94. package/Documentation/howto/Document-global-create-test-suite.txt +1 -0
  95. package/Documentation/howto/Document-global-define-addresses.txt +1 -0
  96. package/Documentation/howto/Document-global-define-fut.txt +1 -0
  97. package/Documentation/howto/Document-global-define-sut.txt +16 -0
  98. package/Documentation/howto/Document-global-full-workflow.txt +143 -0
  99. package/Documentation/howto/Document-global-normal-workflow.txt +58 -0
  100. package/Documentation/howto/Document-global-prerequisites.txt +8 -0
  101. package/Documentation/howto/prerequisites/Document-global-install-actorjs.txt +64 -0
  102. package/Documentation/howto/prerequisites/Document-global-install-git.txt +26 -0
  103. package/Documentation/howto/prerequisites/Document-global-install-nodejs.txt +19 -0
  104. package/Documentation/markup/Document-global-markup-test-case.txt +6 -0
  105. package/Documentation/markup/Document-global-markup-test-suite.txt +13 -0
  106. package/Documentation/markup/embed/Document-global-inner_markup_tc.txt +164 -0
  107. package/Documentation/nodejs-api/Document-global-fs.txt +7 -0
  108. package/Documentation/stack-api/Document-global-ascii-dictionary.txt +108 -0
  109. package/Documentation/stack-api/Document-global-binary-log.txt +91 -0
  110. package/Documentation/stack-api/Document-global-bit-byte.txt +80 -0
  111. package/Documentation/stack-api/Document-global-content-base.txt +169 -0
  112. package/Documentation/stack-api/Document-global-ip-log.txt +101 -0
  113. package/Documentation/stack-api/Document-global-log-inner.txt +152 -0
  114. package/Documentation/stack-api/Document-global-log-part-error.txt +12 -0
  115. package/Documentation/stack-api/Document-global-log-part-ref.txt +80 -0
  116. package/Documentation/stack-api/Document-global-log-part-text.txt +81 -0
  117. package/Documentation/tools/Document-global-actors.txt +196 -0
  118. package/Documentation/tools/Document-global-addressing.txt +38 -0
  119. package/Documentation/tools/Document-global-content.txt +1 -0
  120. package/Documentation/tools/Document-global-global-test-data.txt +197 -0
  121. package/Documentation/tools/Document-global-stacks.txt +1 -0
  122. package/Documentation/tools/Document-global-test-case-analyze.txt +3 -0
  123. package/Documentation/tools/Document-global-test-case-debug.txt +16 -0
  124. package/Documentation/tools/Document-global-test-case-definition.txt +37 -0
  125. package/Documentation/tools/Document-global-test-case-execution.txt +28 -0
  126. package/Documentation/tools/Document-global-test-case-log.txt +95 -0
  127. package/Documentation/tools/Document-global-test-case-sequence-diagram.txt +17 -0
  128. package/Documentation/tools/Document-global-test-case-specification.txt +3 -0
  129. package/Documentation/tools/Document-global-test-cases.txt +11 -0
  130. package/Documentation/tools/Document-global-tool-test-suite.txt +202 -0
  131. package/Education/Document-global-add-your-first-addresses.txt +75 -0
  132. package/Education/Document-global-define-your-first-sut.txt +18 -0
  133. package/Education/Document-global-make-your-first-actors.txt +35 -0
  134. package/Education/Document-global-make-your-first-test-case.txt +43 -0
  135. package/Education/Document-global-make-your-first-test-suite.txt +29 -0
  136. package/Education/Document-global-share-your-work.txt +35 -0
  137. package/Education/Navigation-Education-actorjs-global.txt +31 -0
  138. package/LICENSE.txt +96 -0
  139. package/README.md +5 -0
  140. package/Workshop/Document-global-actordemo-image-ai.txt +5 -0
  141. package/Workshop/Document-global-actordemo-login.txt +10 -0
  142. package/Workshop/Document-global-actordemo-site.txt +3 -0
  143. package/Workshop/Document-global-actordemo-start.txt +5 -0
  144. package/Workshop/Document-global-actordemo-the-architecture.txt +27 -0
  145. package/Workshop/Document-global-introduction-actor.txt +84 -0
  146. package/Workshop/Document-global-introduction-actorjs.txt +42 -0
  147. package/Workshop/Document-global-introduction-stack.txt +25 -0
  148. package/Workshop/Document-global-introduction-system-under-test.txt +102 -0
  149. package/Workshop/Document-global-introduction-test-case.txt +50 -0
  150. package/Workshop/Document-global-introduction-test-suite.txt +31 -0
  151. package/Workshop/Document-global-login-with-puppeter.txt +45 -0
  152. package/Workshop/Document-global-mock-with-http.txt +83 -0
  153. package/Workshop/Document-global-mock-with-icap.txt +94 -0
  154. package/Workshop/Document-global-prerequisites-actorJs.txt +18 -0
  155. package/Workshop/Document-global-prerequisites-actordemo.txt +15 -0
  156. package/Workshop/Document-global-trigger-with-http.txt +93 -0
  157. package/Workshop/Document-global-trigger-with-puppeter.txt +49 -0
  158. package/Workshop/Navigation-Workshop-actorjs-global.txt +86 -0
  159. package/npm-shrinkwrap.json +13 -0
  160. package/package.json +10 -0
@@ -0,0 +1,196 @@
1
+ # **Actors Tool**
2
+ ## **Description**
3
+ In the **Actors Tool** you implement the [[REF=, ABS_Actors]] and other code the [[REF=, ABS_Actors]] might need.
4
+
5
+ The **Actors Tool** contains three parts:
6
+ * **Toolbar**: Buttons to act on files and folders
7
+ * **File View**: A file tree reflecting the file structure. Here you choose which files or folders to handle
8
+ * **File Editor**: Where file content is changed
9
+ <br />
10
+ <img class="markup_image" onclick="if('100%' === this.style.width) {this.style.width = '233px';} else {this.style.width = '100%';}" src="/abs-images/images/tools/Actors.png" style="width:100%; margin: 0px 16px 10px;">
11
+
12
+ ### **Toolbar**
13
+ Depending on wheter you have chosen a folder, a file, or changed the project in the **File View**, different buttons will be active.
14
+
15
+ ```raw
16
+ <div class="btn-toolbar" role="toolbar" aria-label="..."><div class="btn-group btn-group-sm" role="group" aria-label="..."><button id="actor_save_project" type="button" class="btn btn-abs btn-default" data-toggle="popover" title="" data-placement="bottom" data-img="/abs-images/svg/ActorJsA.svg"><span class="glyphicon glyphicon_project glyphicon-file" aria-hidden="true"></span><span class="glyphicon glyphicon_project glyphicon-circle-arrow-down" aria-hidden="true" style="top: 5px; left: -3px; width: 0px; transform: scale(0.8);"></span></button></div><div class="btn-group btn-group-sm" role="group" aria-label="..."><button id="actor_folder_new" type="button" class="btn btn-abs btn-default" data-toggle="popover" title="" data-placement="bottom" data-img="/abs-images/svg/ActorJsA.svg" data-original-title=""><span class="glyphicon glyphicon-folder-close" aria-hidden="true"></span></button><button id="actor_folder_add" type="button" class="btn btn-abs btn-default" data-toggle="popover" title="" data-placement="bottom" data-img="/abs-images/svg/ActorJsA.svg" data-original-title=""><span class="glyphicon glyphicon-folder-close" aria-hidden="true"></span><span class="glyphicon glyphicon-circle-arrow-up" aria-hidden="true" style="top: 6px; left: -3px; width: 0px; transform: scale(0.8);"></span></button><button id="actor_folder_properties" type="button" class="btn btn-abs btn-default" data-toggle="popover" title="" data-placement="bottom" data-img="/abs-images/svg/ActorJsA.svg" data-original-title=""><span class="glyphicon glyphicon-folder-close" aria-hidden="true"></span><span class="glyphicon glyphicon-wrench" aria-hidden="true" style="top: 6px; left: -3px; width: 0px; transform: scale(0.8);"></span></button><button id="actor_folder_delete" type="button" class="btn btn-abs btn-default" data-toggle="popover" title="" data-placement="bottom" data-img="/abs-images/svg/ActorJsA.svg" data-original-title=""><span class="glyphicon glyphicon-trash" aria-hidden="true" style="left: 3px;"></span><span class="glyphicon glyphicon-folder-close" aria-hidden="true" style="left: -17px; width: 0px; transform: scale(0.6);"></span></button></div><div class="btn-group btn-group-sm" role="group" aria-label="..."><button id="actor_file_new" type="button" class="btn btn-abs btn-default" data-toggle="popover" title="" data-placement="bottom" data-img="/abs-images/svg/ActorJsA.svg" data-original-title=""><span class="glyphicon glyphicon-file" aria-hidden="true"></span></button><button id="actor_file_add" type="button" class="btn btn-abs btn-default" data-toggle="popover" title="" data-placement="bottom" data-img="/abs-images/svg/ActorJsA.svg" data-original-title=""><span class="glyphicon glyphicon-file" aria-hidden="true"></span><span class="glyphicon glyphicon-circle-arrow-up" aria-hidden="true" style="top: 6px; left: -3px; width: 0px; transform: scale(0.8);"></span></button><button id="actor_file_save" type="button" class="btn btn-abs btn-default" data-toggle="popover" title="" data-placement="bottom" data-img="/abs-images/svg/ActorJsA.svg"><span class="glyphicon glyphicon-file" aria-hidden="true"></span><span class="glyphicon glyphicon-circle-arrow-down" aria-hidden="true" style="top: 6px; left: -3px; width: 0px; transform: scale(0.8);"></span></button><button id="actor_file_save_all" type="button" class="btn btn-abs btn-default" data-toggle="popover" title="" data-placement="bottom" data-img="/abs-images/svg/ActorJsA.svg"><span class="glyphicon glyphicon-file" aria-hidden="true" style="top: -1px; left: -4px; transform: scale(0.9);"></span><span class="glyphicon glyphicon-file" aria-hidden="true" style="top: 3px; left: -10px; width: 0px; transform: scale(0.9);"></span><span class="glyphicon glyphicon-circle-arrow-down" aria-hidden="true" style="top: 6px; left: -3px; width: 0px; transform: scale(0.8);"></span></button><button id="actor_file_properties" type="button" class="btn btn-abs btn-default" data-toggle="popover" title="" data-placement="bottom" data-img="/abs-images/svg/ActorJsA.svg" data-original-title=""><span class="glyphicon glyphicon-file" aria-hidden="true"></span><span class="glyphicon glyphicon-wrench" aria-hidden="true" style="top: 6px; left: -3px; width: 0px; transform: scale(0.8);"></span></button><button id="actor_file_delete" type="button" class="btn btn-abs btn-default" data-toggle="popover" title="" data-placement="bottom" data-img="/abs-images/svg/ActorJsA.svg" data-original-title=""><span class="glyphicon glyphicon-trash" aria-hidden="true" style="left: 3px;"></span><span class="glyphicon glyphicon-file" aria-hidden="true" style="left: -17px; width: 0px; transform: scale(0.6);"></span></button></div><div class="btn-group btn-group-sm" role="group" aria-label="..."><button id="actor_file_invisible" type="button" class="btn btn-abs btn-default" data-toggle="popover" title="" data-placement="bottom" data-img="/abs-images/svg/ActorJsA.svg" data-original-title=""><span class="glyphicon glyphicon-asterisk" aria-hidden="true"></span></button></div><div class="btn-group btn-group-sm" role="group" aria-label="..."><button id="actor_file_check" type="button" class="btn btn-abs btn-default" data-toggle="popover" title="" data-placement="bottom" data-img="/abs-images/svg/ActorJsA.svg" data-original-title=""><span class="glyphicon glyphicon-briefcase" aria-hidden="true"></span></button></div><div class="btn-group btn-group-sm" role="group" aria-label="..." style="margin-left: 4px;"><div class="btn-group btn-group-sm" role="group" aria-label="..." style="margin-left: 4px;"><button id="75554ccd-0fd3-4e42-9c4e-d6da014a4ab6" type="button" class="btn btn-abs btn-default" data-toggle="popover" title="" data-placement="bottom" data-img="/abs-images/svg/ActorJsA.svg" data-original-title=""><span class="glyphicon glyphicon-copy" aria-hidden="true"></span></button><div class="editor_markup_name">Markup name: </div></div></div></div>
17
+ ```
18
+ <br />
19
+
20
+ #### **Toolbar - project**
21
+ When you have added, removed or deleted a file or folder the project buttons will be active.
22
+
23
+ ```raw
24
+ <div class="btn-toolbar" role="toolbar" aria-label="..."><div class="btn-group btn-group-sm" role="group" aria-label="..."><button id="actor_save_project" type="button" class="btn btn-abs btn-default" data-toggle="popover" title="" data-placement="bottom" data-img="/abs-images/svg/ActorJsA.svg"><span class="glyphicon glyphicon_project glyphicon-file" aria-hidden="true"></span><span class="glyphicon glyphicon_project glyphicon-circle-arrow-down" aria-hidden="true" style="top: 5px; left: -3px; width: 0px; transform: scale(0.8);"></span></button></div><div class="btn-group btn-group-sm" role="group" aria-label="..."><button id="actor_folder_new" type="button" class="btn btn-abs btn-default" data-toggle="popover" title="" data-placement="bottom" data-img="/abs-images/svg/ActorJsA.svg" data-original-title=""><span class="glyphicon glyphicon-folder-close" aria-hidden="true"></span></button><button id="actor_folder_add" type="button" class="btn btn-abs btn-default" data-toggle="popover" title="" data-placement="bottom" data-img="/abs-images/svg/ActorJsA.svg" data-original-title=""><span class="glyphicon glyphicon-folder-close" aria-hidden="true"></span><span class="glyphicon glyphicon-circle-arrow-up" aria-hidden="true" style="top: 6px; left: -3px; width: 0px; transform: scale(0.8);"></span></button><button id="actor_folder_properties" type="button" class="btn btn-abs btn-default" data-toggle="popover" title="" data-placement="bottom" data-img="/abs-images/svg/ActorJsA.svg" data-original-title=""><span class="glyphicon glyphicon-folder-close" aria-hidden="true"></span><span class="glyphicon glyphicon-wrench" aria-hidden="true" style="top: 6px; left: -3px; width: 0px; transform: scale(0.8);"></span></button><button id="actor_folder_delete" type="button" class="btn btn-abs btn-default" data-toggle="popover" title="" data-placement="bottom" data-img="/abs-images/svg/ActorJsA.svg" data-original-title=""><span class="glyphicon glyphicon-trash" aria-hidden="true" style="left: 3px;"></span><span class="glyphicon glyphicon-folder-close" aria-hidden="true" style="left: -17px; width: 0px; transform: scale(0.6);"></span></button></div><div class="btn-group btn-group-sm" role="group" aria-label="..."><button id="actor_file_new" type="button" class="btn btn-abs btn-default" data-toggle="popover" title="" data-placement="bottom" data-img="/abs-images/svg/ActorJsA.svg" data-original-title=""><span class="glyphicon glyphicon-file" aria-hidden="true"></span></button><button id="actor_file_add" type="button" class="btn btn-abs btn-default" data-toggle="popover" title="" data-placement="bottom" data-img="/abs-images/svg/ActorJsA.svg" data-original-title=""><span class="glyphicon glyphicon-file" aria-hidden="true"></span><span class="glyphicon glyphicon-circle-arrow-up" aria-hidden="true" style="top: 6px; left: -3px; width: 0px; transform: scale(0.8);"></span></button><button id="actor_file_save" type="button" class="btn btn-abs btn-default disabled" data-toggle="popover" title="" data-placement="bottom" data-img="/abs-images/svg/ActorJsA.svg"><span class="glyphicon glyphicon-file" aria-hidden="true"></span><span class="glyphicon glyphicon-circle-arrow-down" aria-hidden="true" style="top: 6px; left: -3px; width: 0px; transform: scale(0.8);"></span></button><button id="actor_file_save_all" type="button" class="btn btn-abs btn-default disabled" data-toggle="popover" title="" data-placement="bottom" data-img="/abs-images/svg/ActorJsA.svg"><span class="glyphicon glyphicon-file" aria-hidden="true" style="top: -1px; left: -4px; transform: scale(0.9);"></span><span class="glyphicon glyphicon-file" aria-hidden="true" style="top: 3px; left: -10px; width: 0px; transform: scale(0.9);"></span><span class="glyphicon glyphicon-circle-arrow-down" aria-hidden="true" style="top: 6px; left: -3px; width: 0px; transform: scale(0.8);"></span></button><button id="actor_file_properties" type="button" class="btn btn-abs btn-default disabled" data-toggle="popover" title="" data-placement="bottom" data-img="/abs-images/svg/ActorJsA.svg" data-original-title=""><span class="glyphicon glyphicon-file" aria-hidden="true"></span><span class="glyphicon glyphicon-wrench" aria-hidden="true" style="top: 6px; left: -3px; width: 0px; transform: scale(0.8);"></span></button><button id="actor_file_delete" type="button" class="btn btn-abs btn-default disabled" data-toggle="popover" title="" data-placement="bottom" data-img="/abs-images/svg/ActorJsA.svg" data-original-title=""><span class="glyphicon glyphicon-trash" aria-hidden="true" style="left: 3px;"></span><span class="glyphicon glyphicon-file" aria-hidden="true" style="left: -17px; width: 0px; transform: scale(0.6);"></span></button></div><div class="btn-group btn-group-sm" role="group" aria-label="..."><button id="actor_file_invisible" type="button" class="btn btn-abs btn-default disabled" data-toggle="popover" title="" data-placement="bottom" data-img="/abs-images/svg/ActorJsA.svg" data-original-title=""><span class="glyphicon glyphicon-asterisk" aria-hidden="true"></span></button></div><div class="btn-group btn-group-sm" role="group" aria-label="..."><button id="actor_file_check" type="button" class="btn btn-abs btn-default disabled" data-toggle="popover" title="" data-placement="bottom" data-img="/abs-images/svg/ActorJsA.svg" data-original-title=""><span class="glyphicon glyphicon-briefcase" aria-hidden="true"></span></button></div><div class="btn-group btn-group-sm" role="group" aria-label="..." style="margin-left: 4px;"><div class="btn-group btn-group-sm" role="group" aria-label="..." style="margin-left: 4px;"></div></div>
25
+ ```
26
+
27
+ ```raw
28
+ <div class="btn-group btn-group-sm" role="group" aria-label="..." style="margin-top: -10px;">
29
+ <button id="actor_save_project" type="button" class="btn btn-abs btn-default" data-toggle="popover" title="" data-placement="bottom" data-img="/abs-images/svg/ActorJsA.svg"><span class="glyphicon glyphicon_project glyphicon-file" aria-hidden="true"></span><span class="glyphicon glyphicon_project glyphicon-circle-arrow-down" aria-hidden="true" style="top: 5px; left: -3px; width: 0px; transform: scale(0.8);"></span></button>
30
+ <p style="margin: 0px; float: left; padding: 5px 0px 0px 4px;
31
+ "><strong>Save Project:</strong></p>
32
+ <p style="margin: 0px; float: left; padding: 5px 0px 0px 4px;
33
+ ">Save the project file, <i>actorjs/Data/actorjs-data-local/TestAbstractions/Actors-local/actors-local-project.tree</i></p>
34
+ </div>
35
+ ```
36
+ <br />
37
+
38
+ #### **Toolbar - folders**
39
+ When you have chosen a folder, the folder buttons, the "***New:*** *File*" button, and the "***Add:*** *File*" button will be active. The folder structure starts at: *actorjs/Data/actorjs-data-local/TestAbstractions/Actors-local*
40
+
41
+ ```raw
42
+ <div class="btn-toolbar" role="toolbar" aria-label="..."><div class="btn-group btn-group-sm" role="group" aria-label="..."><button id="actor_save_project" type="button" class="btn btn-abs btn-default disabled" data-toggle="popover" title="" data-placement="bottom" data-img="/abs-images/svg/ActorJsA.svg"><span class="glyphicon glyphicon_project glyphicon-file" aria-hidden="true"></span><span class="glyphicon glyphicon_project glyphicon-circle-arrow-down" aria-hidden="true" style="top: 5px; left: -3px; width: 0px; transform: scale(0.8);"></span></button></div><div class="btn-group btn-group-sm" role="group" aria-label="..."><button id="actor_folder_new" type="button" class="btn btn-abs btn-default" data-toggle="popover" title="" data-placement="bottom" data-img="/abs-images/svg/ActorJsA.svg" data-original-title=""><span class="glyphicon glyphicon-folder-close" aria-hidden="true"></span></button><button id="actor_folder_add" type="button" class="btn btn-abs btn-default" data-toggle="popover" title="" data-placement="bottom" data-img="/abs-images/svg/ActorJsA.svg" data-original-title=""><span class="glyphicon glyphicon-folder-close" aria-hidden="true"></span><span class="glyphicon glyphicon-circle-arrow-up" aria-hidden="true" style="top: 6px; left: -3px; width: 0px; transform: scale(0.8);"></span></button><button id="actor_folder_properties" type="button" class="btn btn-abs btn-default" data-toggle="popover" title="" data-placement="bottom" data-img="/abs-images/svg/ActorJsA.svg" data-original-title=""><span class="glyphicon glyphicon-folder-close" aria-hidden="true"></span><span class="glyphicon glyphicon-wrench" aria-hidden="true" style="top: 6px; left: -3px; width: 0px; transform: scale(0.8);"></span></button><button id="actor_folder_delete" type="button" class="btn btn-abs btn-default" data-toggle="popover" title="" data-placement="bottom" data-img="/abs-images/svg/ActorJsA.svg" data-original-title=""><span class="glyphicon glyphicon-trash" aria-hidden="true" style="left: 3px;"></span><span class="glyphicon glyphicon-folder-close" aria-hidden="true" style="left: -17px; width: 0px; transform: scale(0.6);"></span></button></div><div class="btn-group btn-group-sm" role="group" aria-label="..."><button id="actor_file_new" type="button" class="btn btn-abs btn-default" data-toggle="popover" title="" data-placement="bottom" data-img="/abs-images/svg/ActorJsA.svg" data-original-title=""><span class="glyphicon glyphicon-file" aria-hidden="true"></span></button><button id="actor_file_add" type="button" class="btn btn-abs btn-default" data-toggle="popover" title="" data-placement="bottom" data-img="/abs-images/svg/ActorJsA.svg" data-original-title=""><span class="glyphicon glyphicon-file" aria-hidden="true"></span><span class="glyphicon glyphicon-circle-arrow-up" aria-hidden="true" style="top: 6px; left: -3px; width: 0px; transform: scale(0.8);"></span></button><button id="actor_file_save" type="button" class="btn btn-abs btn-default disabled" data-toggle="popover" title="" data-placement="bottom" data-img="/abs-images/svg/ActorJsA.svg"><span class="glyphicon glyphicon-file" aria-hidden="true"></span><span class="glyphicon glyphicon-circle-arrow-down" aria-hidden="true" style="top: 6px; left: -3px; width: 0px; transform: scale(0.8);"></span></button><button id="actor_file_save_all" type="button" class="btn btn-abs btn-default disabled" data-toggle="popover" title="" data-placement="bottom" data-img="/abs-images/svg/ActorJsA.svg"><span class="glyphicon glyphicon-file" aria-hidden="true" style="top: -1px; left: -4px; transform: scale(0.9);"></span><span class="glyphicon glyphicon-file" aria-hidden="true" style="top: 3px; left: -10px; width: 0px; transform: scale(0.9);"></span><span class="glyphicon glyphicon-circle-arrow-down" aria-hidden="true" style="top: 6px; left: -3px; width: 0px; transform: scale(0.8);"></span></button><button id="actor_file_properties" type="button" class="btn btn-abs btn-default disabled" data-toggle="popover" title="" data-placement="bottom" data-img="/abs-images/svg/ActorJsA.svg" data-original-title=""><span class="glyphicon glyphicon-file" aria-hidden="true"></span><span class="glyphicon glyphicon-wrench" aria-hidden="true" style="top: 6px; left: -3px; width: 0px; transform: scale(0.8);"></span></button><button id="actor_file_delete" type="button" class="btn btn-abs btn-default disabled" data-toggle="popover" title="" data-placement="bottom" data-img="/abs-images/svg/ActorJsA.svg" data-original-title=""><span class="glyphicon glyphicon-trash" aria-hidden="true" style="left: 3px;"></span><span class="glyphicon glyphicon-file" aria-hidden="true" style="left: -17px; width: 0px; transform: scale(0.6);"></span></button></div><div class="btn-group btn-group-sm" role="group" aria-label="..."><button id="actor_file_invisible" type="button" class="btn btn-abs btn-default disabled" data-toggle="popover" title="" data-placement="bottom" data-img="/abs-images/svg/ActorJsA.svg" data-original-title=""><span class="glyphicon glyphicon-asterisk" aria-hidden="true"></span></button></div><div class="btn-group btn-group-sm" role="group" aria-label="..."><button id="actor_file_check" type="button" class="btn btn-abs btn-default disabled" data-toggle="popover" title="" data-placement="bottom" data-img="/abs-images/svg/ActorJsA.svg" data-original-title=""><span class="glyphicon glyphicon-briefcase" aria-hidden="true"></span></button></div><div class="btn-group btn-group-sm" role="group" aria-label="..." style="margin-left: 4px;"><div class="btn-group btn-group-sm" role="group" aria-label="..." style="margin-left: 4px;"></div></div>
43
+ ```
44
+
45
+ ```raw
46
+ <div class="btn-group btn-group-sm" role="group" aria-label="..." style="margin-top: -10px;">
47
+ <button id="actor_folder_new" type="button" class="btn btn-abs btn-default" data-toggle="popover" title="" data-placement="bottom" data-img="/abs-images/svg/ActorJsA.svg" data-original-title=""><span class="glyphicon glyphicon-folder-close" aria-hidden="true"></span></button>
48
+ <p style="margin: 0px; float: left; padding: 5px 0px 0px 4px;
49
+ "><strong>New Folder:</strong></p>
50
+ <p style="margin: 0px; float: left; padding: 5px 0px 0px 4px;
51
+ ">Create a new folder</p>
52
+ </div>
53
+ ```
54
+
55
+ ```raw
56
+ <div class="btn-group btn-group-sm" role="group" aria-label="..." style="margin-top: -30px;">
57
+ <button id="actor_folder_add" type="button" class="btn btn-abs btn-default" data-toggle="popover" title="" data-placement="bottom" data-img="/abs-images/svg/ActorJsA.svg" data-original-title=""><span class="glyphicon glyphicon-folder-close" aria-hidden="true"></span><span class="glyphicon glyphicon-circle-arrow-up" aria-hidden="true" style="top: 6px; left: -3px; width: 0px; transform: scale(0.8);"></span></button>
58
+ <p style="margin: 0px; float: left; padding: 5px 0px 0px 4px;
59
+ "><strong>Add Folder:</strong></p>
60
+ <p style="margin: 0px; float: left; padding: 5px 0px 0px 4px;
61
+ ">Add an existing folder to the project</p>
62
+ </div>
63
+ ```
64
+
65
+ ```raw
66
+ <div class="btn-group btn-group-sm" role="group" aria-label="..." style="margin-top: -50px;">
67
+ <button id="actor_folder_properties" type="button" class="btn btn-abs btn-default" data-toggle="popover" title="" data-placement="bottom" data-img="/abs-images/svg/ActorJsA.svg" data-original-title=""><span class="glyphicon glyphicon-folder-close" aria-hidden="true"></span><span class="glyphicon glyphicon-wrench" aria-hidden="true" style="top: 6px; left: -3px; width: 0px; transform: scale(0.8);"></span></button>
68
+ <p style="margin: 0px; float: left; padding: 5px 0px 0px 4px;
69
+ "><strong>Folder Properties:</strong></p>
70
+ <p style="margin: 0px; float: left; padding: 5px 0px 0px 4px;
71
+ ">Change the folder name</p>
72
+ </div>
73
+ ```
74
+
75
+ ```raw
76
+ <div class="btn-group btn-group-sm" role="group" aria-label="..." style="margin-top: -70px;">
77
+ <button id="actor_folder_delete" type="button" class="btn btn-abs btn-default" data-toggle="popover" title="" data-placement="bottom" data-img="/abs-images/svg/ActorJsA.svg" data-original-title=""><span class="glyphicon glyphicon-trash" aria-hidden="true" style="left: 3px;"></span><span class="glyphicon glyphicon-folder-close" aria-hidden="true" style="left: -17px; width: 0px; transform: scale(0.6);"></span></button>
78
+ <p style="margin: 0px; float: left; padding: 5px 0px 0px 4px;
79
+ "><strong>Remove or Delete Folder:</strong></p>
80
+ <p style="margin: 0px; float: left; padding: 5px 0px 0px 4px;
81
+ ">Remove the folder from the project or delete it from the file system</p>
82
+ </div>
83
+ ```
84
+
85
+ ```raw
86
+ <div class="btn-group btn-group-sm" role="group" aria-label="..." style="margin-top: -90px;">
87
+ <button id="actor_file_new" type="button" class="btn btn-abs btn-default" data-toggle="popover" title="" data-placement="bottom" data-img="/abs-images/svg/ActorJsA.svg" data-original-title=""><span class="glyphicon glyphicon-file" aria-hidden="true"></span></button></button>
88
+ <p style="margin: 0px; float: left; padding: 5px 0px 0px 4px;
89
+ "><strong>New File:</strong></p>
90
+ <p style="margin: 0px; float: left; padding: 5px 0px 0px 4px;
91
+ ">Create a new file</p>
92
+ </div>
93
+ ```
94
+
95
+ ```raw
96
+ <div class="btn-group btn-group-sm" role="group" aria-label="..." style="margin-top: -110px;">
97
+ <button id="actor_file_add" type="button" class="btn btn-abs btn-default" data-toggle="popover" title="" data-placement="bottom" data-img="/abs-images/svg/ActorJsA.svg" data-original-title=""><span class="glyphicon glyphicon-file" aria-hidden="true"></span><span class="glyphicon glyphicon-circle-arrow-up" aria-hidden="true" style="top: 6px; left: -3px; width: 0px; transform: scale(0.8);"></span></button>
98
+ <p style="margin: 0px; float: left; padding: 5px 0px 0px 4px;
99
+ "><strong>Add File:</strong></p>
100
+ <p style="margin: 0px; float: left; padding: 5px 0px 0px 4px;
101
+ ">Add an existing file to the project</p>
102
+ </div>
103
+
104
+ ```
105
+
106
+ #### **Toolbar - files**
107
+ When you have chosen a file, the file buttons will be active.
108
+
109
+ ```raw
110
+ <div class="btn-toolbar" role="toolbar" aria-label="..."><div class="btn-group btn-group-sm" role="group" aria-label="..."><button id="actor_save_project" type="button" class="btn btn-abs btn-default disabled" data-toggle="popover" title="" data-placement="bottom" data-img="/abs-images/svg/ActorJsA.svg"><span class="glyphicon glyphicon_project glyphicon-file" aria-hidden="true"></span><span class="glyphicon glyphicon_project glyphicon-circle-arrow-down" aria-hidden="true" style="top: 6px; left: -3px; width: 0px; transform: scale(0.8);"></span></button></div><div class="btn-group btn-group-sm" role="group" aria-label="..."><button id="actor_folder_new" type="button" class="btn btn-abs btn-default disabled" data-toggle="popover" title="" data-placement="bottom" data-img="/abs-images/svg/ActorJsA.svg" data-original-title=""><span class="glyphicon glyphicon-folder-close" aria-hidden="true"></span></button><button id="actor_folder_add" type="button" class="btn btn-abs btn-default disabled" data-toggle="popover" title="" data-placement="bottom" data-img="/abs-images/svg/ActorJsA.svg" data-original-title=""><span class="glyphicon glyphicon-folder-close" aria-hidden="true"></span><span class="glyphicon glyphicon-circle-arrow-up" aria-hidden="true" style="top: 6px; left: -3px; width: 0px; transform: scale(0.8);"></span></button><button id="actor_folder_properties" type="button" class="btn btn-abs btn-default disabled" data-toggle="popover" title="" data-placement="bottom" data-img="/abs-images/svg/ActorJsA.svg" data-original-title=""><span class="glyphicon glyphicon-folder-close" aria-hidden="true"></span><span class="glyphicon glyphicon-wrench" aria-hidden="true" style="top: 6px; left: -3px; width: 0px; transform: scale(0.8);"></span></button><button id="actor_folder_delete" type="button" class="btn btn-abs btn-default disabled" data-toggle="popover" title="" data-placement="bottom" data-img="/abs-images/svg/ActorJsA.svg" data-original-title=""><span class="glyphicon glyphicon-trash" aria-hidden="true" style="left: 3px;"></span><span class="glyphicon glyphicon-folder-close" aria-hidden="true" style="left: -17px; width: 0px; transform: scale(0.6);"></span></button></div><div class="btn-group btn-group-sm" role="group" aria-label="..."><button id="actor_file_new" type="button" class="btn btn-abs btn-default disabled" data-toggle="popover" title="" data-placement="bottom" data-img="/abs-images/svg/ActorJsA.svg" data-original-title=""><span class="glyphicon glyphicon-file" aria-hidden="true"></span></button><button id="actor_file_add" type="button" class="btn btn-abs btn-default disabled" data-toggle="popover" title="" data-placement="bottom" data-img="/abs-images/svg/ActorJsA.svg" data-original-title=""><span class="glyphicon glyphicon-file" aria-hidden="true"></span><span class="glyphicon glyphicon-circle-arrow-up" aria-hidden="true" style="top: 6px; left: -3px; width: 0px; transform: scale(0.8);"></span></button><button id="actor_file_save" type="button" class="btn btn-abs btn-default" data-toggle="popover" title="" data-placement="bottom" data-img="/abs-images/svg/ActorJsA.svg"><span class="glyphicon glyphicon-file" aria-hidden="true"></span><span class="glyphicon glyphicon-circle-arrow-down" aria-hidden="true" style="top: 6px; left: -3px; width: 0px; transform: scale(0.8);"></span></button><button id="actor_file_save_all" type="button" class="btn btn-abs btn-default" data-toggle="popover" title="" data-placement="bottom" data-img="/abs-images/svg/ActorJsA.svg"><span class="glyphicon glyphicon-file" aria-hidden="true" style="top: -1px; left: -4px; transform: scale(0.9);"></span><span class="glyphicon glyphicon-file" aria-hidden="true" style="top: 3px; left: -10px; width: 0px; transform: scale(0.9);"></span><span class="glyphicon glyphicon-circle-arrow-down" aria-hidden="true" style="top: 6px; left: -3px; width: 0px; transform: scale(0.8);"></span></button><button id="actor_file_properties" type="button" class="btn btn-abs btn-default" data-toggle="popover" title="" data-placement="bottom" data-img="/abs-images/svg/ActorJsA.svg" data-original-title=""><span class="glyphicon glyphicon-file" aria-hidden="true"></span><span class="glyphicon glyphicon-wrench" aria-hidden="true" style="top: 6px; left: -3px; width: 0px; transform: scale(0.8);"></span></button><button id="actor_file_delete" type="button" class="btn btn-abs btn-default" data-toggle="popover" title="" data-placement="bottom" data-img="/abs-images/svg/ActorJsA.svg" data-original-title=""><span class="glyphicon glyphicon-trash" aria-hidden="true" style="left: 3px;"></span><span class="glyphicon glyphicon-file" aria-hidden="true" style="left: -17px; width: 0px; transform: scale(0.6);"></span></button></div><div class="btn-group btn-group-sm" role="group" aria-label="..."><button id="actor_file_invisible" type="button" class="btn btn-abs btn-default" data-toggle="popover" title="" data-placement="bottom" data-img="/abs-images/svg/ActorJsA.svg" data-original-title=""><span class="glyphicon glyphicon-asterisk" aria-hidden="true"></span></button></div><div class="btn-group btn-group-sm" role="group" aria-label="..."><button id="actor_file_check" type="button" class="btn btn-abs btn-default" data-toggle="popover" title="" data-placement="bottom" data-img="/abs-images/svg/ActorJsA.svg" data-original-title=""><span class="glyphicon glyphicon-briefcase" aria-hidden="true"></span></button></div><div class="btn-group btn-group-sm" role="group" aria-label="..." style="margin-left: 4px;"><button id="23f975b6-44b6-4f62-9261-7b8f63de5627" type="button" class="btn btn-abs btn-default" data-toggle="popover" title="" data-placement="bottom" data-img="/abs-images/svg/ActorJsA.svg" data-original-title=""><span class="glyphicon glyphicon-copy" aria-hidden="true"></span></button><div class="editor_markup_name">Markup name:</div></div></div>
111
+ ```
112
+
113
+ ```raw
114
+ <div class="btn-group btn-group-sm" role="group" aria-label="..." style="margin-top: -10px;">
115
+ <button id="actor_file_save" type="button" class="btn btn-abs btn-default" data-toggle="popover" title="" data-placement="bottom" data-img="/abs-images/svg/ActorJsA.svg"><span class="glyphicon glyphicon-file" aria-hidden="true"></span><span class="glyphicon glyphicon-circle-arrow-down" aria-hidden="true" style="top: 6px; left: -3px; width: 0px; transform: scale(0.8);"></span></button>
116
+ <p style="margin: 0px; float: left; padding: 5px 0px 0px 4px;
117
+ "><strong>Save File:</strong></p>
118
+ <p style="margin: 0px; float: left; padding: 5px 0px 0px 4px;
119
+ ">Save current updated file</p>
120
+ </div>
121
+ ```
122
+
123
+ ```raw
124
+ <div class="btn-group btn-group-sm" role="group" aria-label="..." style="margin-top: -30px;">
125
+ <button id="actor_file_save_all" type="button" class="btn btn-abs btn-default" data-toggle="popover" title="" data-placement="bottom" data-img="/abs-images/svg/ActorJsA.svg"><span class="glyphicon glyphicon-file" aria-hidden="true" style="top: -1px; left: -4px; transform: scale(0.9);"></span><span class="glyphicon glyphicon-file" aria-hidden="true" style="top: 3px; left: -10px; width: 0px; transform: scale(0.9);"></span><span class="glyphicon glyphicon-circle-arrow-down" aria-hidden="true" style="top: 6px; left: -3px; width: 0px; transform: scale(0.8);"></span></button>
126
+ <p style="margin: 0px; float: left; padding: 5px 0px 0px 4px;
127
+ "><strong>Save All Files:</strong></p>
128
+ <p style="margin: 0px; float: left; padding: 5px 0px 0px 4px;
129
+ ">Save all files that have been updated</p>
130
+ </div>
131
+ ```
132
+
133
+ ```raw
134
+ <div class="btn-group btn-group-sm" role="group" aria-label="..." style="margin-top: -50px;">
135
+ <button id="actor_file_properties" type="button" class="btn btn-abs btn-default" data-toggle="popover" title="" data-placement="bottom" data-img="/abs-images/svg/ActorJsA.svg" data-original-title=""><span class="glyphicon glyphicon-file" aria-hidden="true"></span><span class="glyphicon glyphicon-wrench" aria-hidden="true" style="top: 6px; left: -3px; width: 0px; transform: scale(0.8);"></span></button>
136
+ <p style="margin: 0px; float: left; padding: 5px 0px 0px 4px;
137
+ "><strong>File Properties:</strong></p>
138
+ <p style="margin: 0px; float: left; padding: 5px 0px 0px 4px;
139
+ ">Change the file name</p>
140
+ </div>
141
+ ```
142
+
143
+ ```raw
144
+ <div class="btn-group btn-group-sm" role="group" aria-label="..." style="margin-top: -70px;">
145
+ <button id="actor_file_delete" type="button" class="btn btn-abs btn-default" data-toggle="popover" title="" data-placement="bottom" data-img="/abs-images/svg/ActorJsA.svg" data-original-title=""><span class="glyphicon glyphicon-trash" aria-hidden="true" style="left: 3px;"></span><span class="glyphicon glyphicon-file" aria-hidden="true" style="left: -17px; width: 0px; transform: scale(0.6);"></span></button>
146
+ <p style="margin: 0px; float: left; padding: 5px 0px 0px 4px;
147
+ "><strong>Remove or Delete File:</strong></p>
148
+ <p style="margin: 0px; float: left; padding: 5px 0px 0px 4px;
149
+ ">Remove the file from the project or delete it from the file system</p>
150
+ </div>
151
+ ```
152
+
153
+ ```raw
154
+ <div class="btn-group btn-group-sm" role="group" aria-label="..." style="margin-top: -90px;">
155
+ <button id="actor_file_invisible" type="button" class="btn btn-abs btn-default" data-toggle="popover" title="" data-placement="bottom" data-img="/abs-images/svg/ActorJsA.svg" data-original-title=""><span class="glyphicon glyphicon-asterisk" aria-hidden="true"></span></button>
156
+ <p style="margin: 0px; float: left; padding: 5px 0px 0px 4px;
157
+ "><strong>Show Invisibles:</strong></p>
158
+ <p style="margin: 0px; float: left; padding: 5px 0px 0px 4px;
159
+ ">Show hidden characters</p>
160
+ </div>
161
+ ```
162
+
163
+ ```raw
164
+ <div class="btn-group btn-group-sm" role="group" aria-label="..." style="margin-top: -110px;">
165
+ <button id="actor_file_check" type="button" class="btn btn-abs btn-default" data-toggle="popover" title="" data-placement="bottom" data-img="/abs-images/svg/ActorJsA.svg" data-original-title=""><span class="glyphicon glyphicon-briefcase" aria-hidden="true"></span></button>
166
+ <p style="margin: 0px; float: left; padding: 5px 0px 0px 4px;
167
+ "><strong>Check Code:</strong></p>
168
+ <p style="margin: 0px; float: left; padding: 5px 0px 0px 4px;
169
+ ">The code will be analyzed and some errors might be found and highlighted</p>
170
+ </div>
171
+ ```
172
+
173
+ ```raw
174
+ <div class="btn-group btn-group-sm" role="group" aria-label="..." style="margin-top: -130px;">
175
+ <button id="23f975b6-44b6-4f62-9261-7b8f63de5627" type="button" class="btn btn-abs btn-default" data-toggle="popover" title="" data-placement="bottom" data-img="/abs-images/svg/ActorJsA.svg" data-original-title=""><span class="glyphicon glyphicon-copy" aria-hidden="true"></span></button>
176
+ <p style="margin: 0px; float: left; padding: 5px 0px 0px 4px;
177
+ "><strong>Copy Markup Name:</strong></p>
178
+ <p style="margin: 0px; float: left; padding: 5px 0px 0px 4px;
179
+ ">Copy the markup name and then paste it into a Test Case</p>
180
+ </div>
181
+ ```
182
+
183
+ ### **File View**
184
+ The ***File View*** is used to select files and folders to create, delete, or edit. The ***File View*** is mirroring the file structure.
185
+
186
+ There are two projects:
187
+ * **Actors-global:** The ***Actors-global*** project belongs to ActorJs and is a subset of the Global Repo. You will have no rights to push any code in the ***Actors-global*** project. You can change and update the code but it will be overwritten next time you update ActorJs.
188
+ * **Actors-local:** The ***Actors-local*** project, owned by the user, is a subset of the Local Repo, the repo you will use. In the file system it starts at: *actorjs/Data/actorjs-data-local/TestAbstractions/Actors-local*.
189
+
190
+ <br />
191
+ <img class="markup_image" src="/abs-images/images/tools/actors-file-view.png" style="width:233px; margin: 0px 16px 10px;">
192
+
193
+ ### **File Editor**
194
+ The ***File Editor*** is used to edit files. It supports syntax highlighting on known formats like, javascript, html, css, and more.
195
+ <br />
196
+ <img class="markup_image" src="/abs-images/images/tools/actors-file-editor.png" style="width:533px; margin: 0px 16px 10px;">
@@ -0,0 +1,38 @@
1
+ # **Addresses - Tool**
2
+
3
+ ```node
4
+ Config(nodeWidth: 70, nodeHeight: 70, nodeWidthBetween: 25, nodeHeightBetween: 25, widthBias: 30, heightBias: 30)
5
+
6
+ Nodes[Client, , Server]
7
+
8
+
9
+ Client => Server[http]: Get /img.png
10
+ <g>
11
+ <line x1="120" y1="30" x2="100" y2="65"stroke="black" />
12
+ <text x="110" y="26" font-weight="bold">src</text>
13
+ <line x1="200" y1="30" x2="220" y2="65"stroke="black" />
14
+ <text x="180" y="26" font-weight="bold">dst</text>
15
+ <line x1="200" y1="100" x2="220" y2="65"stroke="black" />
16
+ <text x="180" y="110" font-weight="bold">srv</text>
17
+ <g/>
18
+ ```
19
+
20
+ [[ANCHOR={"id":"addressing-tool-src","visible":true}]]
21
+ [[NOTE={"guid":"eecca2d3-cf7b-4041-9309-8f4a68c7f541"}]]
22
+ ## **Source Address - src**
23
+ Src, the [[REF=, TOOL_Addressing_Src]]es, is the addresses which clients uses to connect ***from***. It is only used by [[REF=, ABS_Stack_Client_Connection]]s.
24
+
25
+ [[ANCHOR={"id":"addressing-tool-dst","visible":true}]]
26
+ [[NOTE={"guid":"7ae587af-8899-4df9-9be3-9691d2c5ade1"}]]
27
+ ## **Destination Address - dst**
28
+ Dst, the [[REF=, TOOL_Addressing_Dst]]es, is the addresses which clients uses to connect ***to***. It is used mostly by [[REF=, ABS_Stack_Client_Connection]]s but for rare some cases it might also be used by [[REF=, ABS_Stack_Server_Connection]]s.
29
+
30
+
31
+
32
+ ### **Client Connections**
33
+
34
+ ### **Server Connections**
35
+
36
+ [[ANCHOR={"id":"addressing-tool-srv","visible":true}]]
37
+ [[NOTE={"guid":"59719647-0654-4183-8ce7-ade6f10b61b9"}]]
38
+ ## **Server Address - Srv**
@@ -0,0 +1 @@
1
+ # **Content - Tool**
@@ -0,0 +1,197 @@
1
+ [[ANCHOR={"id":"topOfPage","visible":false}]]
2
+ # **Global Test Data - Tool**
3
+ The [[REF=, TOOL_Global_Test_Data]] is used to manage global [[REF=, ABS_Test_Data]]. The [[REF=, ABS_Test_Data_Global_Layer]] is divided into four sub-layers. Each layer contains one table in the [[REF=, ABS_Repo_Global]] and one table in the [[REF=, ABS_Repo_Local]]. Some layers might also contain a static table, that is a table showing the user which [[REF=, ABS_Test_Data]] the [[REF=, API_Actor_Test_Data]] provides.
4
+
5
+ The [[REF=, API_Actor_Test_Data]] will make a [[REF=, ABS_Test_Data_Table_Lookup]] to find the requested [[REF=, ABS_Test_Data]].
6
+
7
+ ## **Global Test Data - toolbar**
8
+ + [[REF=, TOOL_Global_Test_Data_Toolbar_Markup]]
9
+
10
+ [[ANCHOR={"id":"993d48ba-7b83-4621-820f-59ec4356419f","visible":true}]]
11
+ [[NOTE={"guid":"52a10b80-f8eb-4edf-8061-a8f6de314977"}]]
12
+ ## **Global Test Data - tabs**
13
+ The tool is divided into four tabs.
14
+ + [[REF=, TOOL_Global_Test_Data_General]]
15
+ + [[REF=, TOOL_Global_Test_Data_System]]
16
+ + [[REF=, TOOL_Global_Test_Data_Log]]
17
+ + [[REF=, TOOL_Global_Test_Data_Environment]]
18
+
19
+ ## **Table Description**
20
+ All tables in the [[REF=, TOOL_Global_Test_Data]] tool have the following format.
21
+ ```table
22
+ Config(classHeading: )
23
+
24
+ |Parameters |
25
+ |Name |Type |Description |
26
+ |key |[[REF=,MDN_string]] |The ***name*** of the [[REF=, ABS_Test_Data]]. |
27
+ |value |[[REF=,MDN_string]]&#160;&#124;&#160;[[REF=,MDN_strings]]&#160;&#124;&#160;[[REF=,MDN_arraystrings]]<br>[[REF=,MDN_number]]&#160;&#124;&#160;[[REF=,MDN_numbers]]&#160;&#124;&#160;[[REF=,MDN_arraynumbers]]<br>[[REF=,MDN_boolean]]&#160;&#124;&#160;[[REF=,MDN_booleans]]&#160;&#124;&#160;[[REF=,MDN_arraybooleans]]<br>[[REF=,MDN_object]]|The ***value*** of the [[REF=, ABS_Test_Data]]. |
28
+ |description|[[REF=,MDN_string]] |Optional description of the [[REF=, ABS_Test_Data]].|
29
+ ```
30
+
31
+ [[ANCHOR={"id":"test-data-sub-layer-general","visible":true}]]
32
+ [[NOTE={"guid":"a1933cb6-1fd9-4679-beeb-1ac9e4b268dc"}]]
33
+ ### **General Test Data**
34
+ The general [[REF=, ABS_Test_Data]] layer is the main layer to handle [[REF=Global Test Data, ABS_Test_Data_Global_Layer]].
35
+
36
+ [[ANCHOR={"id":"test-data-sub-layer-general-local","visible":true}]]
37
+ [[NOTE={"guid":"ac2bdf84-9f12-40f0-b01e-980d89c3ab0b"}]]
38
+ #### **General Test Data Layer - [[REF=, ABS_Repo_Local]]**
39
+
40
+ ```table
41
+ Config(classHeading: test_data_local_table_heading)
42
+
43
+ |TestDataGeneralLocal |
44
+ |#|name |value |description |
45
+ |1|email|$[name]@actorjs.se|Formula for email adresses|
46
+ ```
47
+
48
+ [[ANCHOR={"id":"test-data-sub-layer-general-global","visible":true}]]
49
+ [[NOTE={"guid":"116619ec-e249-4654-9e38-a2c5e161e5ac"}]]
50
+ #### **General Test Data Layer - [[REF=, ABS_Repo_Global]]**
51
+ ```table
52
+ Config(classHeading: test_data_global_table_heading)
53
+
54
+ |TestDataGeneralGlobal |
55
+ |#|name |value |description|
56
+ |1|DemoGeneralNumber|This test data is taken from the TestDataGeneralGlobal table.| |
57
+ |2|DemoGeneralNumber|1.0 | |
58
+ ```
59
+
60
+ [[ANCHOR={"id":"test-data-sub-layer-system","visible":true}]]
61
+ [[NOTE={"guid":"a208b7ea-5c0c-4132-9145-a71260e6bddc"}]]
62
+ ### **System Test Data**
63
+ The system [[REF=, ABS_Test_Data]] layer to handles [[REF=Global Test Data, ABS_Test_Data_Global_Layer]] that is related to the [[REF=, ABS_System_Under_Test]]. It is up to the customer to decide if the [[REF=, ABS_Test_Data]] should be stored here or in the [[REF=, TOOL_Global_Test_Data_General]] layer.
64
+
65
+ [[ANCHOR={"id":"f6affaf8-201d-467e-af50-f3bea11bea32","visible":true}]]
66
+ [[NOTE={"guid":"5aa557de-26c8-421a-ab67-db58eca215dc"}]]
67
+ #### **System Test Data Layer - [[REF=, ABS_Repo_Local]]**
68
+ ```table
69
+ Config(classHeading: test_data_local_table_heading)
70
+
71
+ |TestDataSystemLocal |
72
+ |#|name|value|description|
73
+ | | | |
74
+ ```
75
+
76
+ [[ANCHOR={"id":"test-data-sub-layer-system-global","visible":true}]]
77
+ [[NOTE={"guid":"36231e59-35b6-48bd-854b-415e95ca7456"}]]
78
+ #### **System Test Data Layer - [[REF=, ABS_Repo_Global]]**
79
+ ```table
80
+ Config(classHeading: test_data_global_table_heading)
81
+
82
+ |TestDataSystemGlobal |
83
+ |#|name |value |description|
84
+ |1|DemoSystem |This test data is taken from the TestDataSystemGlobal table.|... |
85
+ |2|DemoSystemNumber|1.0 |... |
86
+ ```
87
+
88
+ [[ANCHOR={"id":"test-data-sub-layer-log","visible":true}]]
89
+ [[NOTE={"guid":"e3a8fd95-1b6e-49f2-9909-bed1099a8677"}]]
90
+ ### **Log Test Data**
91
+ The log [[REF=, ABS_Test_Data]] layer is used to handle logs. This layer is provided because some [[REF=, ABS_Test_Case]]s might need to override general log handling. Let's say we have a [[REF=, ABS_Test_Case]] streaming Video. If the Video is large the logs might be to big just for one [[REF=, ABS_Test_Case]] so it is important that the [[REF=, ABS_Test_Case]] can override the logs and turn them of for that [[REF=, ABS_Test_Case]] even though the logs are on for all [[REF=, ABS_Test_Case]]s.
92
+
93
+ To change a log [[REF=, ABS_Test_Data]] value define it in the local table and set the wanted value. [[IE=Remeber that you can not push the Global Repo!]]
94
+
95
+ [[ANCHOR={"id":"test-data-sub-layer-log-local","visible":true}]]
96
+ [[NOTE={"guid":"e88a9dfc-7130-40b7-9dc8-d30328ec3b09"}]]
97
+ #### **Log Test Data Layer - [[REF=, ABS_Repo_Local]]**
98
+ ```table
99
+ Config(classHeading: test_data_local_table_heading)
100
+
101
+ |TestDataLogLocal |
102
+ |#|name |value|description |
103
+ |1|log-test-data|all |[none, all or [filter tag]]|
104
+ ```
105
+
106
+ [[ANCHOR={"id":"test-data-sub-layer-log-global","visible":true}]]
107
+ [[NOTE={"guid":"03f25ad1-94cc-46ba-8e8d-1db52bea7cfd"}]]
108
+ #### **Log Test Data Layer - [[REF=, ABS_Repo_Global]]**
109
+ ```table
110
+ Config(classHeading: test_data_global_table_heading)
111
+
112
+ |TestDataLogGlobal |
113
+ |#|name |value|description |
114
+ |1|log-engine |none |[none, all or [filter tag, ...]]|
115
+ |2|log-debug |none |[none, all or [filter tag, ...]]|
116
+ |3|log-error |all |[none or all] |
117
+ |4|log-warning |all |[none or all] |
118
+ |5|log-ip |all |[none, all or [filter tag, ...]]|
119
+ |6|log-success |all |[none or all] |
120
+ |7|log-failure |all |[none or all] |
121
+ |8|log-test-data|none |[none, all or [filter tag]] |
122
+ ```
123
+
124
+ [[ANCHOR={"id":"test-data-sub-layer-environment","visible":true}]]
125
+ [[NOTE={"guid":"921e4b0c-bce9-4ac5-83c5-ddd265313923"}]]
126
+ ### **Environment Test Data**
127
+
128
+ [[ANCHOR={"id":"test-data-sub-layer-environment-local","visible":true}]]
129
+ [[NOTE={"guid":"1bc3a055-1656-4d3d-ab0c-29fe2bf5edd3"}]]
130
+ #### **Environment Test Data Layer - [[REF=, ABS_Repo_Local]]**
131
+ ```table
132
+ Config(classHeading: test_data_local_table_heading)
133
+
134
+ |TestDataEnvironmentLocal|
135
+ |#|name|value|description|
136
+ ```
137
+
138
+ [[ANCHOR={"id":"test-data-sub-layer-environment-global","visible":true}]]
139
+ [[NOTE={"guid":"76680024-1f2b-44e6-8ead-df68f74c19f4"}]]
140
+ #### **Environment Test Data Layer - [[REF=, ABS_Repo_Global]]**
141
+ The environment [[REF=, ABS_Test_Data]] layer is used to handle environment configurations.
142
+
143
+ To change an environment [[REF=, ABS_Test_Data]] value define it in the local table and set the wanted value. [[IE=Remeber that you can not push the Global Repo!]]
144
+
145
+ ```table
146
+ Config(classHeading: test_data_global_table_heading)
147
+
148
+ |TestDataEnvironmentGlobal |
149
+ |#|name |value |description |
150
+ |1|tc__SlowTime |250 |Delay between the stops in the state machine to visualize what happens.|
151
+ |2|ts__SlowTime |50 |Delay between the stops in the state machine to visualize what happens.|
152
+ |3|DemoEnvironment |This test data is taken from the TestDataEnvironmentGlobal table.|... |
153
+ |4|DemoEnvironmentNumber|1.0 |... |
154
+ ```
155
+ [[ANCHOR={"id":"test-data-sub-layer-environment-static","visible":true}]]
156
+ [[NOTE={"guid":"ba167ce5-3896-4d35-8dd1-9dc9710d2f4c"}]]
157
+ #### **Environment Test Data Layer - static**
158
+ ```table
159
+ Config(classHeading: test_data_static_table_heading)
160
+
161
+ |TestDataEnvironmentStatic |
162
+ |#|name |value |description|
163
+ |1|undefined |The value undefined. Cannot be part of a formatting. | |
164
+ |2|null |The value null. Cannot be part of a formatting. | |
165
+ |3|preActorNames |An Array containing the names of the Actors in the current Test Case´s pre phase. | |
166
+ |4|preActorInstanceIndicies |An Array containing the instance indicies of the Actors in the current Test Case´s pre phase. | |
167
+ |5|execActorNames |An Array containing the names of the Actors in the current Test Case´s exec phase. | |
168
+ |6|execActorInstanceIndicies|An Array containing the instance indicies of the Actors in the current Test Case´s exec phase.| |
169
+ |7|postActorNames |An Array containing the names of the Actors in the current Test Case´s post phase. | |
170
+ |8|postActorInstanceIndicies|An Array containing the instance indicies of the Actors in the current Test Case´s post phase.| |
171
+ ```
172
+
173
+ [[ANCHOR={"id":"test-data-toolbar-markup","visible":true}]]
174
+ [[NOTE={"guid":"227aeb07-8eaa-408c-8922-3769eedc4d29"}]]
175
+ ## **Toolbar**
176
+ The **markup buttons** to update the [[REF=, TOOL_Global_Test_Data]] are:
177
+
178
+ ```object
179
+
180
+ [button](glyphicon-edit, **Edit:** Open the [[REF=)
181
+ [br]
182
+ [button](glyphicon-save-file, **Save:** Save the updated Global Test Data markup.)
183
+ [br]
184
+ [button](glyphicon-question-sign, **Help:** Go to the Global Test Data markup help.)
185
+ [br]
186
+ [button](glyphicon-remove-circle, **Cancel:** Cancel the editing of the Global Test Data markup.)
187
+ ```
188
+
189
+ <br>
190
+ <br>
191
+ <br>
192
+ <br>
193
+ <br>
194
+ <br>
195
+ <br>
196
+ <br>
197
+ <br>
@@ -0,0 +1 @@
1
+ # **Stacks - Tool**
@@ -0,0 +1,3 @@
1
+ # The Analyze Tab
2
+
3
+ ***`TO BE DONE`***
@@ -0,0 +1,16 @@
1
+ # The Debug Tab
2
+ ***`TO BE DONE`***
3
+
4
+ ## Toolbar
5
+ The **debug buttons** to execute the Test Case are:
6
+ <br/>
7
+
8
+ ```object
9
+ [button](glyphicon-play test_case_debug, **Run:** Execute the Test Case.)
10
+ [br]
11
+ [button](glyphicon-play test_case_debug_slow, **Run Slow:** ***`TBD`*** Execute the Test Case in a **visualized** way by a short delay between the different states of the [Actors](actors). The delay is set as [Test Data](test-datas). The default value is set in the [TestDataEnvironment](/test-data/environment) tables.)
12
+ [br]
13
+ [button](glyphicon-stop test_case_debug, **Stop:** Stop executing the Test Case.)
14
+ [br]
15
+ [button](glyphicon-erase test_case_debug, **Clear:** Remove all execution data.)
16
+ ```
@@ -0,0 +1,37 @@
1
+ [[ANCHOR={"id":"topOfPage","visible":false}]]
2
+ # **The Definition Tab**
3
+ The Definition tab visualizes the definition of a [[REF=, ABS_Test_Case]] and shows the tables defining the [[REF=, ABS_Test_Case]] as seen in the example below. [[REF=, MARKUP_Test_Case]] is used to define the [[REF=, ABS_Test_Case]].
4
+
5
+ ```tc
6
+ |Actor |
7
+ |name |node|type|phase|execution|src |dst |srv |testData|verification|
8
+ |Actors-global.stack.stacks.http.HttpGetOkOrig| |orig|exec | |testSrc1|testSrv1| | | |
9
+ |Actors-global.stack.stacks.http.HttpGetOkTerm| |term|exec | | | |testSrv1| | |
10
+ | | | | | | | | | | |
11
+
12
+ |TestDataTestCase |
13
+ |key |value |description|
14
+ |content-name|pettersson| |
15
+ | | | |
16
+
17
+ |VerificationTestCase |
18
+ |key |value |operation|type|description|
19
+ |content-name|pettersson| | | |
20
+ | | | | | |
21
+ ```
22
+
23
+ ## **Toolbar**
24
+ The **markup buttons** to update the Test Case are:
25
+ <br/>
26
+
27
+ ```object
28
+ [button](glyphicon-edit, **Edit:** Start editing the [Test Case Markup](markup-test-case).)
29
+ [br]
30
+ [button](glyphicon-save-file, **Save:** Save the updated [Test Case Markup](markup-test-case).)
31
+ [br]
32
+ [button](glyphicon-question-sign, **Help:** Go to the [Test Case Markup](markup-test-case) help.)
33
+ [br]
34
+ [button](glyphicon-remove-circle, **Close:** Close the [Test Case Markup](markup-test-case) without saving the changes.)
35
+ ```
36
+
37
+ [[EMBED=markup/embed/inner_markup_tc]]
@@ -0,0 +1,28 @@
1
+ # **The Execution Tab**
2
+
3
+ The Execution tab shows the *execution result*, *start time* and *duration* of the Test Case.
4
+
5
+ [[EMBED=embedded/test-case-result]]
6
+
7
+ **time:** The time when the Test Case started.
8
+ * *format:* `weekday`, `day` `month` `year` `hour`:`minute`:`second` GMT : `milliseconds with three decimals`
9
+ * *example:* Mon, 03 Oct 2016 22:52:05 GMT : 901.764
10
+
11
+ **duration:** The duration of the Test Case.
12
+ * *format:* `milliseconds with three decimals`ms
13
+ * *example:* 0.570ms
14
+
15
+ ## Toolbar
16
+ The **execution buttons** to execute the Test Case are:
17
+ <br/>
18
+
19
+ ```object
20
+
21
+ [button](glyphicon-play test_case_execution, **Run:** Execute the Test Case.)
22
+ [br]
23
+ [button](glyphicon-play test_case_execution_slow, **Run Slow:** Execute the Test Case in a **visualized** way by a short delay between the different states of the [Actors](actors). The delay is set as [Test Data](test-datas). The default value is set in the [TestDataEnvironment](/test-data/environment) tables.)
24
+ [br]
25
+ [button](glyphicon-stop test_case_execution, **Stop:** Stop executing the Test Case.)
26
+ [br]
27
+ [button](glyphicon-erase test_case_execution, **Clear:** Remove all execution data.)
28
+ ```