@goast/kotlin 0.4.2-beta1 → 0.4.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (494) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +45 -45
  3. package/assets/client/okhttp3/ApiClient.kt +250 -250
  4. package/esm/_dnt.test_polyfills.d.ts +29 -0
  5. package/esm/_dnt.test_polyfills.d.ts.map +1 -0
  6. package/esm/_dnt.test_polyfills.js +31 -0
  7. package/esm/_dnt.test_shims.d.ts +6 -0
  8. package/esm/_dnt.test_shims.d.ts.map +1 -0
  9. package/esm/_dnt.test_shims.js +61 -0
  10. package/esm/deps/jsr.io/@std/assert/1.0.7/assertion_error.d.ts +26 -0
  11. package/esm/deps/jsr.io/@std/assert/1.0.7/assertion_error.d.ts.map +1 -0
  12. package/esm/deps/jsr.io/@std/assert/1.0.7/assertion_error.js +30 -0
  13. package/esm/deps/jsr.io/@std/assert/1.0.7/equal.d.ts +17 -0
  14. package/esm/deps/jsr.io/@std/assert/1.0.7/equal.d.ts.map +1 -0
  15. package/esm/deps/jsr.io/@std/assert/1.0.7/equal.js +136 -0
  16. package/esm/deps/jsr.io/@std/assert/1.0.7/equals.d.ts +22 -0
  17. package/esm/deps/jsr.io/@std/assert/1.0.7/equals.d.ts.map +1 -0
  18. package/esm/deps/jsr.io/@std/assert/1.0.7/equals.js +45 -0
  19. package/esm/deps/jsr.io/@std/assert/1.0.7/false.d.ts +18 -0
  20. package/esm/deps/jsr.io/@std/assert/1.0.7/false.d.ts.map +1 -0
  21. package/esm/deps/jsr.io/@std/assert/1.0.7/false.js +22 -0
  22. package/esm/deps/jsr.io/@std/assert/1.0.7/instance_of.d.ts +23 -0
  23. package/esm/deps/jsr.io/@std/assert/1.0.7/instance_of.d.ts.map +1 -0
  24. package/esm/deps/jsr.io/@std/assert/1.0.7/instance_of.js +53 -0
  25. package/esm/deps/jsr.io/@std/assert/1.0.7/is_error.d.ts +25 -0
  26. package/esm/deps/jsr.io/@std/assert/1.0.7/is_error.d.ts.map +1 -0
  27. package/esm/deps/jsr.io/@std/assert/1.0.7/is_error.js +54 -0
  28. package/esm/deps/jsr.io/@std/assert/1.0.7/match.d.ts +18 -0
  29. package/esm/deps/jsr.io/@std/assert/1.0.7/match.d.ts.map +1 -0
  30. package/esm/deps/jsr.io/@std/assert/1.0.7/match.js +26 -0
  31. package/esm/deps/jsr.io/@std/assert/1.0.7/not_instance_of.d.ts +20 -0
  32. package/esm/deps/jsr.io/@std/assert/1.0.7/not_instance_of.d.ts.map +1 -0
  33. package/esm/deps/jsr.io/@std/assert/1.0.7/not_instance_of.js +29 -0
  34. package/esm/deps/jsr.io/@std/assert/1.0.7/not_match.d.ts +18 -0
  35. package/esm/deps/jsr.io/@std/assert/1.0.7/not_match.d.ts.map +1 -0
  36. package/esm/deps/jsr.io/@std/assert/1.0.7/not_match.js +26 -0
  37. package/esm/deps/jsr.io/@std/assert/1.0.7/not_strict_equals.d.ts +23 -0
  38. package/esm/deps/jsr.io/@std/assert/1.0.7/not_strict_equals.d.ts.map +1 -0
  39. package/esm/deps/jsr.io/@std/assert/1.0.7/not_strict_equals.js +32 -0
  40. package/esm/deps/jsr.io/@std/assert/1.0.7/rejects.d.ts +42 -0
  41. package/esm/deps/jsr.io/@std/assert/1.0.7/rejects.d.ts.map +1 -0
  42. package/esm/deps/jsr.io/@std/assert/1.0.7/rejects.js +53 -0
  43. package/esm/deps/jsr.io/@std/assert/1.0.7/strict_equals.d.ts +24 -0
  44. package/esm/deps/jsr.io/@std/assert/1.0.7/strict_equals.d.ts.map +1 -0
  45. package/esm/deps/jsr.io/@std/assert/1.0.7/strict_equals.js +57 -0
  46. package/esm/deps/jsr.io/@std/expect/1.0.7/_assert_equals.d.ts +20 -0
  47. package/esm/deps/jsr.io/@std/expect/1.0.7/_assert_equals.d.ts.map +1 -0
  48. package/esm/deps/jsr.io/@std/expect/1.0.7/_assert_equals.js +29 -0
  49. package/esm/deps/jsr.io/@std/expect/1.0.7/_assert_not_equals.d.ts +17 -0
  50. package/esm/deps/jsr.io/@std/expect/1.0.7/_assert_not_equals.d.ts.map +1 -0
  51. package/esm/deps/jsr.io/@std/expect/1.0.7/_assert_not_equals.js +26 -0
  52. package/esm/deps/jsr.io/@std/expect/1.0.7/_assertions.d.ts +4 -0
  53. package/esm/deps/jsr.io/@std/expect/1.0.7/_assertions.d.ts.map +1 -0
  54. package/esm/deps/jsr.io/@std/expect/1.0.7/_assertions.js +13 -0
  55. package/esm/deps/jsr.io/@std/expect/1.0.7/_asymmetric_matchers.d.ts +46 -0
  56. package/esm/deps/jsr.io/@std/expect/1.0.7/_asymmetric_matchers.d.ts.map +1 -0
  57. package/esm/deps/jsr.io/@std/expect/1.0.7/_asymmetric_matchers.js +160 -0
  58. package/esm/deps/jsr.io/@std/expect/1.0.7/_build_message.d.ts +6 -0
  59. package/esm/deps/jsr.io/@std/expect/1.0.7/_build_message.d.ts.map +1 -0
  60. package/esm/deps/jsr.io/@std/expect/1.0.7/_build_message.js +29 -0
  61. package/esm/deps/jsr.io/@std/expect/1.0.7/_custom_equality_tester.d.ts +4 -0
  62. package/esm/deps/jsr.io/@std/expect/1.0.7/_custom_equality_tester.d.ts.map +1 -0
  63. package/esm/deps/jsr.io/@std/expect/1.0.7/_custom_equality_tester.js +11 -0
  64. package/esm/deps/jsr.io/@std/expect/1.0.7/_equal.d.ts +9 -0
  65. package/esm/deps/jsr.io/@std/expect/1.0.7/_equal.d.ts.map +1 -0
  66. package/esm/deps/jsr.io/@std/expect/1.0.7/_equal.js +191 -0
  67. package/esm/deps/jsr.io/@std/expect/1.0.7/_extend.d.ts +4 -0
  68. package/esm/deps/jsr.io/@std/expect/1.0.7/_extend.d.ts.map +1 -0
  69. package/esm/deps/jsr.io/@std/expect/1.0.7/_extend.js +11 -0
  70. package/esm/deps/jsr.io/@std/expect/1.0.7/_inspect_args.d.ts +3 -0
  71. package/esm/deps/jsr.io/@std/expect/1.0.7/_inspect_args.d.ts.map +1 -0
  72. package/esm/deps/jsr.io/@std/expect/1.0.7/_inspect_args.js +12 -0
  73. package/esm/deps/jsr.io/@std/expect/1.0.7/_matchers.d.ts +34 -0
  74. package/esm/deps/jsr.io/@std/expect/1.0.7/_matchers.d.ts.map +1 -0
  75. package/esm/deps/jsr.io/@std/expect/1.0.7/_matchers.js +563 -0
  76. package/esm/deps/jsr.io/@std/expect/1.0.7/_mock_util.d.ts +11 -0
  77. package/esm/deps/jsr.io/@std/expect/1.0.7/_mock_util.d.ts.map +1 -0
  78. package/esm/deps/jsr.io/@std/expect/1.0.7/_mock_util.js +10 -0
  79. package/esm/deps/jsr.io/@std/expect/1.0.7/_types.d.ts +838 -0
  80. package/esm/deps/jsr.io/@std/expect/1.0.7/_types.d.ts.map +1 -0
  81. package/esm/deps/jsr.io/@std/expect/1.0.7/_types.js +3 -0
  82. package/esm/deps/jsr.io/@std/expect/1.0.7/_utils.d.ts +9 -0
  83. package/esm/deps/jsr.io/@std/expect/1.0.7/_utils.d.ts.map +1 -0
  84. package/esm/deps/jsr.io/@std/expect/1.0.7/_utils.js +218 -0
  85. package/esm/deps/jsr.io/@std/expect/1.0.7/expect.d.ts +59 -0
  86. package/esm/deps/jsr.io/@std/expect/1.0.7/expect.d.ts.map +1 -0
  87. package/esm/deps/jsr.io/@std/expect/1.0.7/expect.js +506 -0
  88. package/esm/deps/jsr.io/@std/internal/1.0.5/assertion_state.d.ts +160 -0
  89. package/esm/deps/jsr.io/@std/internal/1.0.5/assertion_state.d.ts.map +1 -0
  90. package/esm/deps/jsr.io/@std/internal/1.0.5/assertion_state.js +199 -0
  91. package/esm/deps/jsr.io/@std/internal/1.0.5/build_message.d.ts +82 -0
  92. package/esm/deps/jsr.io/@std/internal/1.0.5/build_message.d.ts.map +1 -0
  93. package/esm/deps/jsr.io/@std/internal/1.0.5/build_message.js +111 -0
  94. package/esm/deps/jsr.io/@std/internal/1.0.5/diff.d.ts +140 -0
  95. package/esm/deps/jsr.io/@std/internal/1.0.5/diff.d.ts.map +1 -0
  96. package/esm/deps/jsr.io/@std/internal/1.0.5/diff.js +277 -0
  97. package/esm/deps/jsr.io/@std/internal/1.0.5/diff_str.d.ts +99 -0
  98. package/esm/deps/jsr.io/@std/internal/1.0.5/diff_str.d.ts.map +1 -0
  99. package/esm/deps/jsr.io/@std/internal/1.0.5/diff_str.js +180 -0
  100. package/esm/deps/jsr.io/@std/internal/1.0.5/format.d.ts +2 -0
  101. package/esm/deps/jsr.io/@std/internal/1.0.5/format.d.ts.map +1 -0
  102. package/esm/deps/jsr.io/@std/internal/1.0.5/format.js +37 -0
  103. package/esm/deps/jsr.io/@std/internal/1.0.5/styles.d.ts +159 -0
  104. package/esm/deps/jsr.io/@std/internal/1.0.5/styles.d.ts.map +1 -0
  105. package/esm/deps/jsr.io/@std/internal/1.0.5/styles.js +207 -0
  106. package/esm/deps/jsr.io/@std/internal/1.0.5/types.d.ts +16 -0
  107. package/esm/deps/jsr.io/@std/internal/1.0.5/types.d.ts.map +1 -0
  108. package/esm/deps/jsr.io/@std/internal/1.0.5/types.js +2 -0
  109. package/esm/deps/jsr.io/@std/testing/1.0.4/_mock_utils.d.ts +15 -0
  110. package/esm/deps/jsr.io/@std/testing/1.0.4/_mock_utils.d.ts.map +1 -0
  111. package/esm/deps/jsr.io/@std/testing/1.0.4/_mock_utils.js +35 -0
  112. package/esm/deps/jsr.io/@std/testing/1.0.4/_test_suite.d.ts +74 -0
  113. package/esm/deps/jsr.io/@std/testing/1.0.4/_test_suite.d.ts.map +1 -0
  114. package/esm/deps/jsr.io/@std/testing/1.0.4/_test_suite.js +350 -0
  115. package/esm/deps/jsr.io/@std/testing/1.0.4/bdd.d.ts +731 -0
  116. package/esm/deps/jsr.io/@std/testing/1.0.4/bdd.d.ts.map +1 -0
  117. package/esm/deps/jsr.io/@std/testing/1.0.4/bdd.js +581 -0
  118. package/esm/deps/jsr.io/@std/testing/1.0.4/mock.d.ts +674 -0
  119. package/esm/deps/jsr.io/@std/testing/1.0.4/mock.d.ts.map +1 -0
  120. package/esm/deps/jsr.io/@std/testing/1.0.4/mock.js +1083 -0
  121. package/esm/src/ast/nodes/annotation.test.d.ts +2 -0
  122. package/esm/src/ast/nodes/annotation.test.d.ts.map +1 -0
  123. package/esm/src/ast/nodes/annotation.test.js +56 -0
  124. package/esm/src/ast/nodes/argument.test.d.ts +2 -0
  125. package/esm/src/ast/nodes/argument.test.d.ts.map +1 -0
  126. package/esm/src/ast/nodes/argument.test.js +33 -0
  127. package/esm/src/ast/nodes/call.test.d.ts +2 -0
  128. package/esm/src/ast/nodes/call.test.d.ts.map +1 -0
  129. package/esm/src/ast/nodes/call.test.js +35 -0
  130. package/esm/src/ast/nodes/class.test.d.ts +2 -0
  131. package/esm/src/ast/nodes/class.test.d.ts.map +1 -0
  132. package/esm/src/ast/nodes/class.test.js +219 -0
  133. package/esm/src/ast/nodes/constructor.test.d.ts +2 -0
  134. package/esm/src/ast/nodes/constructor.test.d.ts.map +1 -0
  135. package/esm/src/ast/nodes/constructor.test.js +139 -0
  136. package/esm/src/ast/nodes/doc-tag.test.d.ts +2 -0
  137. package/esm/src/ast/nodes/doc-tag.test.d.ts.map +1 -0
  138. package/esm/src/ast/nodes/doc-tag.test.js +67 -0
  139. package/esm/src/ast/nodes/doc.test.d.ts +2 -0
  140. package/esm/src/ast/nodes/doc.test.d.ts.map +1 -0
  141. package/esm/src/ast/nodes/doc.test.js +33 -0
  142. package/esm/src/ast/nodes/enum-value.test.d.ts +2 -0
  143. package/esm/src/ast/nodes/enum-value.test.d.ts.map +1 -0
  144. package/esm/src/ast/nodes/enum-value.test.js +115 -0
  145. package/esm/src/ast/nodes/enum.test.d.ts +2 -0
  146. package/esm/src/ast/nodes/enum.test.d.ts.map +1 -0
  147. package/esm/src/ast/nodes/enum.test.js +129 -0
  148. package/esm/src/ast/nodes/function.test.d.ts +2 -0
  149. package/esm/src/ast/nodes/function.test.d.ts.map +1 -0
  150. package/esm/src/ast/nodes/function.test.js +160 -0
  151. package/esm/src/ast/nodes/generic-parameter.test.d.ts +2 -0
  152. package/esm/src/ast/nodes/generic-parameter.test.d.ts.map +1 -0
  153. package/esm/src/ast/nodes/generic-parameter.test.js +49 -0
  154. package/esm/src/ast/nodes/init-block.test.d.ts +2 -0
  155. package/esm/src/ast/nodes/init-block.test.d.ts.map +1 -0
  156. package/esm/src/ast/nodes/init-block.test.js +28 -0
  157. package/esm/src/ast/nodes/interface.test.d.ts +2 -0
  158. package/esm/src/ast/nodes/interface.test.d.ts.map +1 -0
  159. package/esm/src/ast/nodes/interface.test.js +121 -0
  160. package/esm/src/ast/nodes/object.test.d.ts +2 -0
  161. package/esm/src/ast/nodes/object.test.d.ts.map +1 -0
  162. package/esm/src/ast/nodes/object.test.js +78 -0
  163. package/esm/src/ast/nodes/parameter.test.d.ts +2 -0
  164. package/esm/src/ast/nodes/parameter.test.d.ts.map +1 -0
  165. package/esm/src/ast/nodes/parameter.test.js +152 -0
  166. package/esm/src/ast/nodes/property.test.d.ts +2 -0
  167. package/esm/src/ast/nodes/property.test.d.ts.map +1 -0
  168. package/esm/src/ast/nodes/property.test.js +206 -0
  169. package/esm/src/ast/nodes/reference.test.d.ts +2 -0
  170. package/esm/src/ast/nodes/reference.test.d.ts.map +1 -0
  171. package/esm/src/ast/nodes/reference.test.js +36 -0
  172. package/esm/src/ast/nodes/string.test.d.ts +2 -0
  173. package/esm/src/ast/nodes/string.test.d.ts.map +1 -0
  174. package/esm/src/ast/nodes/string.test.js +48 -0
  175. package/esm/src/generators/services/okhttp3-clients/okhttp3-client-generator.js +26 -26
  176. package/esm/src/generators/services/spring-controllers/spring-controller-generator.d.ts.map +1 -1
  177. package/esm/src/generators/services/spring-controllers/spring-controller-generator.js +11 -7
  178. package/esm/src/import-collection.test.d.ts +2 -0
  179. package/esm/src/import-collection.test.d.ts.map +1 -0
  180. package/esm/src/import-collection.test.js +99 -0
  181. package/esm/tests/openapi-models.test.d.ts +2 -0
  182. package/esm/tests/openapi-models.test.d.ts.map +1 -0
  183. package/esm/tests/openapi-models.test.js +45 -0
  184. package/package.json +2 -2
  185. package/script/_dnt.test_polyfills.d.ts +29 -0
  186. package/script/_dnt.test_polyfills.d.ts.map +1 -0
  187. package/script/_dnt.test_polyfills.js +32 -0
  188. package/script/_dnt.test_shims.d.ts +6 -0
  189. package/script/_dnt.test_shims.d.ts.map +1 -0
  190. package/script/_dnt.test_shims.js +65 -0
  191. package/script/deps/jsr.io/@std/assert/1.0.7/assertion_error.d.ts +26 -0
  192. package/script/deps/jsr.io/@std/assert/1.0.7/assertion_error.d.ts.map +1 -0
  193. package/script/deps/jsr.io/@std/assert/1.0.7/assertion_error.js +34 -0
  194. package/script/deps/jsr.io/@std/assert/1.0.7/equal.d.ts +17 -0
  195. package/script/deps/jsr.io/@std/assert/1.0.7/equal.d.ts.map +1 -0
  196. package/script/deps/jsr.io/@std/assert/1.0.7/equal.js +139 -0
  197. package/script/deps/jsr.io/@std/assert/1.0.7/equals.d.ts +22 -0
  198. package/script/deps/jsr.io/@std/assert/1.0.7/equals.d.ts.map +1 -0
  199. package/script/deps/jsr.io/@std/assert/1.0.7/equals.js +48 -0
  200. package/script/deps/jsr.io/@std/assert/1.0.7/false.d.ts +18 -0
  201. package/script/deps/jsr.io/@std/assert/1.0.7/false.d.ts.map +1 -0
  202. package/script/deps/jsr.io/@std/assert/1.0.7/false.js +25 -0
  203. package/script/deps/jsr.io/@std/assert/1.0.7/instance_of.d.ts +23 -0
  204. package/script/deps/jsr.io/@std/assert/1.0.7/instance_of.d.ts.map +1 -0
  205. package/script/deps/jsr.io/@std/assert/1.0.7/instance_of.js +56 -0
  206. package/script/deps/jsr.io/@std/assert/1.0.7/is_error.d.ts +25 -0
  207. package/script/deps/jsr.io/@std/assert/1.0.7/is_error.d.ts.map +1 -0
  208. package/script/deps/jsr.io/@std/assert/1.0.7/is_error.js +57 -0
  209. package/script/deps/jsr.io/@std/assert/1.0.7/match.d.ts +18 -0
  210. package/script/deps/jsr.io/@std/assert/1.0.7/match.d.ts.map +1 -0
  211. package/script/deps/jsr.io/@std/assert/1.0.7/match.js +29 -0
  212. package/script/deps/jsr.io/@std/assert/1.0.7/not_instance_of.d.ts +20 -0
  213. package/script/deps/jsr.io/@std/assert/1.0.7/not_instance_of.d.ts.map +1 -0
  214. package/script/deps/jsr.io/@std/assert/1.0.7/not_instance_of.js +32 -0
  215. package/script/deps/jsr.io/@std/assert/1.0.7/not_match.d.ts +18 -0
  216. package/script/deps/jsr.io/@std/assert/1.0.7/not_match.d.ts.map +1 -0
  217. package/script/deps/jsr.io/@std/assert/1.0.7/not_match.js +29 -0
  218. package/script/deps/jsr.io/@std/assert/1.0.7/not_strict_equals.d.ts +23 -0
  219. package/script/deps/jsr.io/@std/assert/1.0.7/not_strict_equals.d.ts.map +1 -0
  220. package/script/deps/jsr.io/@std/assert/1.0.7/not_strict_equals.js +35 -0
  221. package/script/deps/jsr.io/@std/assert/1.0.7/rejects.d.ts +42 -0
  222. package/script/deps/jsr.io/@std/assert/1.0.7/rejects.d.ts.map +1 -0
  223. package/script/deps/jsr.io/@std/assert/1.0.7/rejects.js +56 -0
  224. package/script/deps/jsr.io/@std/assert/1.0.7/strict_equals.d.ts +24 -0
  225. package/script/deps/jsr.io/@std/assert/1.0.7/strict_equals.d.ts.map +1 -0
  226. package/script/deps/jsr.io/@std/assert/1.0.7/strict_equals.js +60 -0
  227. package/script/deps/jsr.io/@std/expect/1.0.7/_assert_equals.d.ts +20 -0
  228. package/script/deps/jsr.io/@std/expect/1.0.7/_assert_equals.d.ts.map +1 -0
  229. package/script/deps/jsr.io/@std/expect/1.0.7/_assert_equals.js +32 -0
  230. package/script/deps/jsr.io/@std/expect/1.0.7/_assert_not_equals.d.ts +17 -0
  231. package/script/deps/jsr.io/@std/expect/1.0.7/_assert_not_equals.d.ts.map +1 -0
  232. package/script/deps/jsr.io/@std/expect/1.0.7/_assert_not_equals.js +29 -0
  233. package/script/deps/jsr.io/@std/expect/1.0.7/_assertions.d.ts +4 -0
  234. package/script/deps/jsr.io/@std/expect/1.0.7/_assertions.d.ts.map +1 -0
  235. package/script/deps/jsr.io/@std/expect/1.0.7/_assertions.js +18 -0
  236. package/script/deps/jsr.io/@std/expect/1.0.7/_asymmetric_matchers.d.ts +46 -0
  237. package/script/deps/jsr.io/@std/expect/1.0.7/_asymmetric_matchers.d.ts.map +1 -0
  238. package/script/deps/jsr.io/@std/expect/1.0.7/_asymmetric_matchers.js +182 -0
  239. package/script/deps/jsr.io/@std/expect/1.0.7/_build_message.d.ts +6 -0
  240. package/script/deps/jsr.io/@std/expect/1.0.7/_build_message.d.ts.map +1 -0
  241. package/script/deps/jsr.io/@std/expect/1.0.7/_build_message.js +33 -0
  242. package/script/deps/jsr.io/@std/expect/1.0.7/_custom_equality_tester.d.ts +4 -0
  243. package/script/deps/jsr.io/@std/expect/1.0.7/_custom_equality_tester.d.ts.map +1 -0
  244. package/script/deps/jsr.io/@std/expect/1.0.7/_custom_equality_tester.js +15 -0
  245. package/script/deps/jsr.io/@std/expect/1.0.7/_equal.d.ts +9 -0
  246. package/script/deps/jsr.io/@std/expect/1.0.7/_equal.d.ts.map +1 -0
  247. package/script/deps/jsr.io/@std/expect/1.0.7/_equal.js +194 -0
  248. package/script/deps/jsr.io/@std/expect/1.0.7/_extend.d.ts +4 -0
  249. package/script/deps/jsr.io/@std/expect/1.0.7/_extend.d.ts.map +1 -0
  250. package/script/deps/jsr.io/@std/expect/1.0.7/_extend.js +15 -0
  251. package/script/deps/jsr.io/@std/expect/1.0.7/_inspect_args.d.ts +3 -0
  252. package/script/deps/jsr.io/@std/expect/1.0.7/_inspect_args.d.ts.map +1 -0
  253. package/script/deps/jsr.io/@std/expect/1.0.7/_inspect_args.js +17 -0
  254. package/script/deps/jsr.io/@std/expect/1.0.7/_matchers.d.ts +34 -0
  255. package/script/deps/jsr.io/@std/expect/1.0.7/_matchers.d.ts.map +1 -0
  256. package/script/deps/jsr.io/@std/expect/1.0.7/_matchers.js +597 -0
  257. package/script/deps/jsr.io/@std/expect/1.0.7/_mock_util.d.ts +11 -0
  258. package/script/deps/jsr.io/@std/expect/1.0.7/_mock_util.d.ts.map +1 -0
  259. package/script/deps/jsr.io/@std/expect/1.0.7/_mock_util.js +14 -0
  260. package/script/deps/jsr.io/@std/expect/1.0.7/_types.d.ts +838 -0
  261. package/script/deps/jsr.io/@std/expect/1.0.7/_types.d.ts.map +1 -0
  262. package/script/deps/jsr.io/@std/expect/1.0.7/_types.js +4 -0
  263. package/script/deps/jsr.io/@std/expect/1.0.7/_utils.d.ts +9 -0
  264. package/script/deps/jsr.io/@std/expect/1.0.7/_utils.d.ts.map +1 -0
  265. package/script/deps/jsr.io/@std/expect/1.0.7/_utils.js +226 -0
  266. package/script/deps/jsr.io/@std/expect/1.0.7/expect.d.ts +59 -0
  267. package/script/deps/jsr.io/@std/expect/1.0.7/expect.d.ts.map +1 -0
  268. package/script/deps/jsr.io/@std/expect/1.0.7/expect.js +510 -0
  269. package/script/deps/jsr.io/@std/internal/1.0.5/assertion_state.d.ts +160 -0
  270. package/script/deps/jsr.io/@std/internal/1.0.5/assertion_state.d.ts.map +1 -0
  271. package/script/deps/jsr.io/@std/internal/1.0.5/assertion_state.js +204 -0
  272. package/script/deps/jsr.io/@std/internal/1.0.5/build_message.d.ts +82 -0
  273. package/script/deps/jsr.io/@std/internal/1.0.5/build_message.d.ts.map +1 -0
  274. package/script/deps/jsr.io/@std/internal/1.0.5/build_message.js +116 -0
  275. package/script/deps/jsr.io/@std/internal/1.0.5/diff.d.ts +140 -0
  276. package/script/deps/jsr.io/@std/internal/1.0.5/diff.d.ts.map +1 -0
  277. package/script/deps/jsr.io/@std/internal/1.0.5/diff.js +284 -0
  278. package/script/deps/jsr.io/@std/internal/1.0.5/diff_str.d.ts +99 -0
  279. package/script/deps/jsr.io/@std/internal/1.0.5/diff_str.d.ts.map +1 -0
  280. package/script/deps/jsr.io/@std/internal/1.0.5/diff_str.js +186 -0
  281. package/script/deps/jsr.io/@std/internal/1.0.5/format.d.ts +2 -0
  282. package/script/deps/jsr.io/@std/internal/1.0.5/format.d.ts.map +1 -0
  283. package/script/deps/jsr.io/@std/internal/1.0.5/format.js +41 -0
  284. package/script/deps/jsr.io/@std/internal/1.0.5/styles.d.ts +159 -0
  285. package/script/deps/jsr.io/@std/internal/1.0.5/styles.d.ts.map +1 -0
  286. package/script/deps/jsr.io/@std/internal/1.0.5/styles.js +220 -0
  287. package/script/deps/jsr.io/@std/internal/1.0.5/types.d.ts +16 -0
  288. package/script/deps/jsr.io/@std/internal/1.0.5/types.d.ts.map +1 -0
  289. package/script/deps/jsr.io/@std/internal/1.0.5/types.js +3 -0
  290. package/script/deps/jsr.io/@std/testing/1.0.4/_mock_utils.d.ts +15 -0
  291. package/script/deps/jsr.io/@std/testing/1.0.4/_mock_utils.d.ts.map +1 -0
  292. package/script/deps/jsr.io/@std/testing/1.0.4/_mock_utils.js +41 -0
  293. package/script/deps/jsr.io/@std/testing/1.0.4/_test_suite.d.ts +74 -0
  294. package/script/deps/jsr.io/@std/testing/1.0.4/_test_suite.d.ts.map +1 -0
  295. package/script/deps/jsr.io/@std/testing/1.0.4/_test_suite.js +355 -0
  296. package/script/deps/jsr.io/@std/testing/1.0.4/bdd.d.ts +731 -0
  297. package/script/deps/jsr.io/@std/testing/1.0.4/bdd.d.ts.map +1 -0
  298. package/script/deps/jsr.io/@std/testing/1.0.4/bdd.js +592 -0
  299. package/script/deps/jsr.io/@std/testing/1.0.4/mock.d.ts +674 -0
  300. package/script/deps/jsr.io/@std/testing/1.0.4/mock.d.ts.map +1 -0
  301. package/script/deps/jsr.io/@std/testing/1.0.4/mock.js +1102 -0
  302. package/script/src/ast/nodes/annotation.test.d.ts +2 -0
  303. package/script/src/ast/nodes/annotation.test.d.ts.map +1 -0
  304. package/script/src/ast/nodes/annotation.test.js +58 -0
  305. package/script/src/ast/nodes/argument.test.d.ts +2 -0
  306. package/script/src/ast/nodes/argument.test.d.ts.map +1 -0
  307. package/script/src/ast/nodes/argument.test.js +35 -0
  308. package/script/src/ast/nodes/call.test.d.ts +2 -0
  309. package/script/src/ast/nodes/call.test.d.ts.map +1 -0
  310. package/script/src/ast/nodes/call.test.js +37 -0
  311. package/script/src/ast/nodes/class.test.d.ts +2 -0
  312. package/script/src/ast/nodes/class.test.d.ts.map +1 -0
  313. package/script/src/ast/nodes/class.test.js +221 -0
  314. package/script/src/ast/nodes/constructor.test.d.ts +2 -0
  315. package/script/src/ast/nodes/constructor.test.d.ts.map +1 -0
  316. package/script/src/ast/nodes/constructor.test.js +141 -0
  317. package/script/src/ast/nodes/doc-tag.test.d.ts +2 -0
  318. package/script/src/ast/nodes/doc-tag.test.d.ts.map +1 -0
  319. package/script/src/ast/nodes/doc-tag.test.js +69 -0
  320. package/script/src/ast/nodes/doc.test.d.ts +2 -0
  321. package/script/src/ast/nodes/doc.test.d.ts.map +1 -0
  322. package/script/src/ast/nodes/doc.test.js +35 -0
  323. package/script/src/ast/nodes/enum-value.test.d.ts +2 -0
  324. package/script/src/ast/nodes/enum-value.test.d.ts.map +1 -0
  325. package/script/src/ast/nodes/enum-value.test.js +117 -0
  326. package/script/src/ast/nodes/enum.test.d.ts +2 -0
  327. package/script/src/ast/nodes/enum.test.d.ts.map +1 -0
  328. package/script/src/ast/nodes/enum.test.js +131 -0
  329. package/script/src/ast/nodes/function.test.d.ts +2 -0
  330. package/script/src/ast/nodes/function.test.d.ts.map +1 -0
  331. package/script/src/ast/nodes/function.test.js +162 -0
  332. package/script/src/ast/nodes/generic-parameter.test.d.ts +2 -0
  333. package/script/src/ast/nodes/generic-parameter.test.d.ts.map +1 -0
  334. package/script/src/ast/nodes/generic-parameter.test.js +51 -0
  335. package/script/src/ast/nodes/init-block.test.d.ts +2 -0
  336. package/script/src/ast/nodes/init-block.test.d.ts.map +1 -0
  337. package/script/src/ast/nodes/init-block.test.js +30 -0
  338. package/script/src/ast/nodes/interface.test.d.ts +2 -0
  339. package/script/src/ast/nodes/interface.test.d.ts.map +1 -0
  340. package/script/src/ast/nodes/interface.test.js +123 -0
  341. package/script/src/ast/nodes/object.test.d.ts +2 -0
  342. package/script/src/ast/nodes/object.test.d.ts.map +1 -0
  343. package/script/src/ast/nodes/object.test.js +80 -0
  344. package/script/src/ast/nodes/parameter.test.d.ts +2 -0
  345. package/script/src/ast/nodes/parameter.test.d.ts.map +1 -0
  346. package/script/src/ast/nodes/parameter.test.js +154 -0
  347. package/script/src/ast/nodes/property.test.d.ts +2 -0
  348. package/script/src/ast/nodes/property.test.d.ts.map +1 -0
  349. package/script/src/ast/nodes/property.test.js +208 -0
  350. package/script/src/ast/nodes/reference.test.d.ts +2 -0
  351. package/script/src/ast/nodes/reference.test.d.ts.map +1 -0
  352. package/script/src/ast/nodes/reference.test.js +38 -0
  353. package/script/src/ast/nodes/string.test.d.ts +2 -0
  354. package/script/src/ast/nodes/string.test.d.ts.map +1 -0
  355. package/script/src/ast/nodes/string.test.js +50 -0
  356. package/script/src/generators/services/okhttp3-clients/okhttp3-client-generator.js +26 -26
  357. package/script/src/generators/services/spring-controllers/spring-controller-generator.d.ts.map +1 -1
  358. package/script/src/generators/services/spring-controllers/spring-controller-generator.js +11 -7
  359. package/script/src/import-collection.test.d.ts +2 -0
  360. package/script/src/import-collection.test.d.ts.map +1 -0
  361. package/script/src/import-collection.test.js +101 -0
  362. package/script/tests/openapi-models.test.d.ts +2 -0
  363. package/script/tests/openapi-models.test.d.ts.map +1 -0
  364. package/script/tests/openapi-models.test.js +48 -0
  365. package/src/_dnt.test_polyfills.ts +70 -0
  366. package/src/_dnt.test_shims.ts +64 -0
  367. package/src/deps/jsr.io/@std/assert/1.0.7/assertion_error.ts +31 -0
  368. package/src/deps/jsr.io/@std/assert/1.0.7/equal.ts +152 -0
  369. package/src/deps/jsr.io/@std/assert/1.0.7/equals.ts +52 -0
  370. package/src/deps/jsr.io/@std/assert/1.0.7/false.ts +26 -0
  371. package/src/deps/jsr.io/@std/assert/1.0.7/instance_of.ts +64 -0
  372. package/src/deps/jsr.io/@std/assert/1.0.7/is_error.ts +65 -0
  373. package/src/deps/jsr.io/@std/assert/1.0.7/match.ts +30 -0
  374. package/src/deps/jsr.io/@std/assert/1.0.7/not_instance_of.ts +33 -0
  375. package/src/deps/jsr.io/@std/assert/1.0.7/not_match.ts +30 -0
  376. package/src/deps/jsr.io/@std/assert/1.0.7/not_strict_equals.ts +42 -0
  377. package/src/deps/jsr.io/@std/assert/1.0.7/rejects.ts +123 -0
  378. package/src/deps/jsr.io/@std/assert/1.0.7/strict_equals.ts +67 -0
  379. package/src/deps/jsr.io/@std/expect/1.0.7/_assert_equals.ts +38 -0
  380. package/src/deps/jsr.io/@std/expect/1.0.7/_assert_not_equals.ts +35 -0
  381. package/src/deps/jsr.io/@std/expect/1.0.7/_assertions.ts +18 -0
  382. package/src/deps/jsr.io/@std/expect/1.0.7/_asymmetric_matchers.ts +193 -0
  383. package/src/deps/jsr.io/@std/expect/1.0.7/_build_message.ts +51 -0
  384. package/src/deps/jsr.io/@std/expect/1.0.7/_custom_equality_tester.ts +19 -0
  385. package/src/deps/jsr.io/@std/expect/1.0.7/_equal.ts +230 -0
  386. package/src/deps/jsr.io/@std/expect/1.0.7/_extend.ts +16 -0
  387. package/src/deps/jsr.io/@std/expect/1.0.7/_inspect_args.ts +15 -0
  388. package/src/deps/jsr.io/@std/expect/1.0.7/_matchers.ts +832 -0
  389. package/src/deps/jsr.io/@std/expect/1.0.7/_mock_util.ts +22 -0
  390. package/src/deps/jsr.io/@std/expect/1.0.7/_types.ts +917 -0
  391. package/src/deps/jsr.io/@std/expect/1.0.7/_utils.ts +283 -0
  392. package/src/deps/jsr.io/@std/expect/1.0.7/expect.ts +601 -0
  393. package/src/deps/jsr.io/@std/internal/1.0.5/assertion_state.ts +214 -0
  394. package/src/deps/jsr.io/@std/internal/1.0.5/build_message.ts +134 -0
  395. package/src/deps/jsr.io/@std/internal/1.0.5/diff.ts +317 -0
  396. package/src/deps/jsr.io/@std/internal/1.0.5/diff_str.ts +204 -0
  397. package/src/deps/jsr.io/@std/internal/1.0.5/format.ts +39 -0
  398. package/src/deps/jsr.io/@std/internal/1.0.5/styles.ts +233 -0
  399. package/src/deps/jsr.io/@std/internal/1.0.5/types.ts +18 -0
  400. package/src/deps/jsr.io/@std/testing/1.0.4/_mock_utils.ts +43 -0
  401. package/src/deps/jsr.io/@std/testing/1.0.4/_test_suite.ts +410 -0
  402. package/src/deps/jsr.io/@std/testing/1.0.4/bdd.ts +1211 -0
  403. package/src/deps/jsr.io/@std/testing/1.0.4/mock.ts +1807 -0
  404. package/src/mod.ts +8 -0
  405. package/src/src/assets.ts +9 -0
  406. package/src/src/ast/_index.ts +66 -0
  407. package/src/src/ast/common.ts +1 -0
  408. package/src/src/ast/index.ts +1 -0
  409. package/src/src/ast/node.ts +10 -0
  410. package/src/src/ast/nodes/annotation.test.ts +69 -0
  411. package/src/src/ast/nodes/annotation.ts +79 -0
  412. package/src/src/ast/nodes/argument.test.ts +41 -0
  413. package/src/src/ast/nodes/argument.ts +62 -0
  414. package/src/src/ast/nodes/call.test.ts +44 -0
  415. package/src/src/ast/nodes/call.ts +66 -0
  416. package/src/src/ast/nodes/class.test.ts +274 -0
  417. package/src/src/ast/nodes/class.ts +178 -0
  418. package/src/src/ast/nodes/collection-literal.ts +49 -0
  419. package/src/src/ast/nodes/constructor.test.ts +178 -0
  420. package/src/src/ast/nodes/constructor.ts +126 -0
  421. package/src/src/ast/nodes/doc-tag.test.ts +84 -0
  422. package/src/src/ast/nodes/doc-tag.ts +138 -0
  423. package/src/src/ast/nodes/doc.test.ts +42 -0
  424. package/src/src/ast/nodes/doc.ts +111 -0
  425. package/src/src/ast/nodes/enum-value.test.ts +146 -0
  426. package/src/src/ast/nodes/enum-value.ts +100 -0
  427. package/src/src/ast/nodes/enum.test.ts +167 -0
  428. package/src/src/ast/nodes/enum.ts +163 -0
  429. package/src/src/ast/nodes/function.test.ts +194 -0
  430. package/src/src/ast/nodes/function.ts +176 -0
  431. package/src/src/ast/nodes/generic-parameter.test.ts +60 -0
  432. package/src/src/ast/nodes/generic-parameter.ts +54 -0
  433. package/src/src/ast/nodes/init-block.test.ts +36 -0
  434. package/src/src/ast/nodes/init-block.ts +38 -0
  435. package/src/src/ast/nodes/interface.test.ts +151 -0
  436. package/src/src/ast/nodes/interface.ts +133 -0
  437. package/src/src/ast/nodes/lambda-type.ts +68 -0
  438. package/src/src/ast/nodes/lambda.ts +68 -0
  439. package/src/src/ast/nodes/object.test.ts +101 -0
  440. package/src/src/ast/nodes/object.ts +102 -0
  441. package/src/src/ast/nodes/parameter.test.ts +191 -0
  442. package/src/src/ast/nodes/parameter.ts +118 -0
  443. package/src/src/ast/nodes/property.test.ts +253 -0
  444. package/src/src/ast/nodes/property.ts +225 -0
  445. package/src/src/ast/nodes/reference.test.ts +47 -0
  446. package/src/src/ast/nodes/reference.ts +178 -0
  447. package/src/src/ast/nodes/string.test.ts +61 -0
  448. package/src/src/ast/nodes/string.ts +114 -0
  449. package/src/src/ast/nodes/types.ts +23 -0
  450. package/src/src/ast/references/index.ts +8 -0
  451. package/src/src/ast/references/jackson.ts +16 -0
  452. package/src/src/ast/references/jakarta.ts +10 -0
  453. package/src/src/ast/references/java.ts +19 -0
  454. package/src/src/ast/references/kotlin.ts +40 -0
  455. package/src/src/ast/references/okhttp3.ts +5 -0
  456. package/src/src/ast/references/reactor.ts +5 -0
  457. package/src/src/ast/references/spring.ts +58 -0
  458. package/src/src/ast/references/swagger.ts +19 -0
  459. package/src/src/ast/utils/get-kotlin-builder-options.ts +19 -0
  460. package/src/src/ast/utils/to-kt-node.ts +31 -0
  461. package/src/src/ast/utils/write-kt-annotations.ts +15 -0
  462. package/src/src/ast/utils/write-kt-arguments.ts +45 -0
  463. package/src/src/ast/utils/write-kt-enum-values.ts +27 -0
  464. package/src/src/ast/utils/write-kt-generic-parameters.ts +12 -0
  465. package/src/src/ast/utils/write-kt-members.ts +25 -0
  466. package/src/src/ast/utils/write-kt-node.ts +37 -0
  467. package/src/src/ast/utils/write-kt-parameters.ts +25 -0
  468. package/src/src/common-results.ts +4 -0
  469. package/src/src/config.ts +39 -0
  470. package/src/src/file-builder.ts +108 -0
  471. package/src/src/generators/file-generator.ts +29 -0
  472. package/src/src/generators/index.ts +4 -0
  473. package/src/src/generators/models/args.ts +128 -0
  474. package/src/src/generators/models/index.ts +4 -0
  475. package/src/src/generators/models/model-generator.ts +602 -0
  476. package/src/src/generators/models/models-generator.ts +65 -0
  477. package/src/src/generators/models/models.ts +95 -0
  478. package/src/src/generators/services/okhttp3-clients/args.ts +78 -0
  479. package/src/src/generators/services/okhttp3-clients/index.ts +4 -0
  480. package/src/src/generators/services/okhttp3-clients/models.ts +60 -0
  481. package/src/src/generators/services/okhttp3-clients/okhttp3-client-generator.ts +557 -0
  482. package/src/src/generators/services/okhttp3-clients/okhttp3-clients-generator.ts +128 -0
  483. package/src/src/generators/services/okhttp3-clients/refs.ts +55 -0
  484. package/src/src/generators/services/spring-controllers/args.ts +71 -0
  485. package/src/src/generators/services/spring-controllers/index.ts +4 -0
  486. package/src/src/generators/services/spring-controllers/models.ts +58 -0
  487. package/src/src/generators/services/spring-controllers/spring-controller-generator.ts +609 -0
  488. package/src/src/generators/services/spring-controllers/spring-controllers-generator.ts +70 -0
  489. package/src/src/import-collection.test.ts +116 -0
  490. package/src/src/import-collection.ts +98 -0
  491. package/src/src/types.ts +3 -0
  492. package/src/src/utils.ts +39 -0
  493. package/src/tests/openapi-models.test.ts +63 -0
  494. package/test_runner.js +227 -0
@@ -0,0 +1,731 @@
1
+ /**
2
+ * A {@link https://en.wikipedia.org/wiki/Behavior-driven_development | BDD} interface
3
+ * to `Deno.test()` API.
4
+ *
5
+ * With `@std/testing/bdd` module you can write your tests in a familiar format for
6
+ * grouping tests and adding setup/teardown hooks used by other JavaScript testing
7
+ * frameworks like Jasmine, Jest, and Mocha.
8
+ *
9
+ * The `describe` function creates a block that groups together several related
10
+ * tests. The `it` function registers an individual test case.
11
+ *
12
+ * ## Hooks
13
+ *
14
+ * There are 4 types of hooks available for test suites. A test suite can have
15
+ * multiples of each type of hook, they will be called in the order that they are
16
+ * registered. The `afterEach` and `afterAll` hooks will be called whether or not
17
+ * the test case passes. The *All hooks will be called once for the whole group
18
+ * while the *Each hooks will be called for each individual test case.
19
+ *
20
+ * - `beforeAll`: Runs before all of the tests in the test suite.
21
+ * - `afterAll`: Runs after all of the tests in the test suite finish.
22
+ * - `beforeEach`: Runs before each of the individual test cases in the test suite.
23
+ * - `afterEach`: Runs after each of the individual test cases in the test suite.
24
+ *
25
+ * If a hook is registered at the top level, a global test suite will be registered
26
+ * and all tests will belong to it. Hooks registered at the top level must be
27
+ * registered before any individual test cases or test suites.
28
+ *
29
+ * ## Focusing tests
30
+ *
31
+ * If you would like to run only specific test cases, you can do so by calling
32
+ * `it.only` instead of `it`. If you would like to run only specific test suites,
33
+ * you can do so by calling `describe.only` instead of `describe`.
34
+ *
35
+ * There is one limitation to this when using the flat test grouping style. When
36
+ * `describe` is called without being nested, it registers the test with
37
+ * `Deno.test`. If a child test case or suite is registered with `it.only` or
38
+ * `describe.only`, it will be scoped to the top test suite instead of the file. To
39
+ * make them the only tests that run in the file, you would need to register the
40
+ * top test suite with `describe.only` too.
41
+ *
42
+ * ## Ignoring tests
43
+ *
44
+ * If you would like to not run specific individual test cases, you can do so by
45
+ * calling `it.ignore` instead of `it`. If you would like to not run specific test
46
+ * suites, you can do so by calling `describe.ignore` instead of `describe`.
47
+ *
48
+ * ## Sanitization options
49
+ *
50
+ * Like `Deno.TestDefinition`, the `DescribeDefinition` and `ItDefinition` have
51
+ * sanitization options. They work in the same way.
52
+ *
53
+ * - `sanitizeExit`: Ensure the test case does not prematurely cause the process to
54
+ * exit, for example via a call to Deno.exit. Defaults to true.
55
+ * - `sanitizeOps`: Check that the number of async completed ops after the test is
56
+ * the same as number of dispatched ops. Defaults to true.
57
+ * - `sanitizeResources`: Ensure the test case does not "leak" resources - ie. the
58
+ * resource table after the test has exactly the same contents as before the
59
+ * test. Defaults to true.
60
+ *
61
+ * ## Permissions option
62
+ *
63
+ * Like `Deno.TestDefinition`, the `DescribeDefinition` and `ItDefinition` have a
64
+ * `permissions` option. They specify the permissions that should be used to run an
65
+ * individual test case or test suite. Set this to `"inherit"` to keep the calling
66
+ * thread's permissions. Set this to `"none"` to revoke all permissions.
67
+ *
68
+ * This setting defaults to `"inherit"`.
69
+ *
70
+ * There is currently one limitation to this, you cannot use the permissions option
71
+ * on an individual test case or test suite that belongs to another test suite.
72
+ * That's because internally those tests are registered with `t.step` which does
73
+ * not support the permissions option.
74
+ *
75
+ * ## Comparing to Deno\.test
76
+ *
77
+ * The default way of writing tests is using `Deno.test` and `t.step`. The
78
+ * `describe` and `it` functions have similar call signatures to `Deno.test`,
79
+ * making it easy to switch between the default style and the behavior-driven
80
+ * development style of writing tests. Internally, `describe` and `it` are
81
+ * registering tests with `Deno.test` and `t.step`.
82
+ *
83
+ * Below is an example of a test file using `Deno.test` and `t.step`. In the
84
+ * following sections there are examples of how the same test could be written with
85
+ * `describe` and `it` using nested test grouping, flat test grouping, or a mix of
86
+ * both styles.
87
+ *
88
+ * ```ts
89
+ * import {
90
+ * assertEquals,
91
+ * assertStrictEquals,
92
+ * assertThrows,
93
+ * } from "@std/assert";
94
+ *
95
+ * class User {
96
+ * static users: Map<string, User> = new Map();
97
+ * name: string;
98
+ * age?: number;
99
+ *
100
+ * constructor(name: string) {
101
+ * if (User.users.has(name)) {
102
+ * throw new Deno.errors.AlreadyExists(`User ${name} already exists`);
103
+ * }
104
+ * this.name = name;
105
+ * User.users.set(name, this);
106
+ * }
107
+ *
108
+ * getAge(): number {
109
+ * if (!this.age) {
110
+ * throw new Error("Age unknown");
111
+ * }
112
+ * return this.age;
113
+ * }
114
+ *
115
+ * setAge(age: number) {
116
+ * this.age = age;
117
+ * }
118
+ * }
119
+ *
120
+ * Deno.test("User.users initially empty", () => {
121
+ * assertEquals(User.users.size, 0);
122
+ * });
123
+ *
124
+ * Deno.test("User constructor", () => {
125
+ * try {
126
+ * const user = new User("Kyle");
127
+ * assertEquals(user.name, "Kyle");
128
+ * assertStrictEquals(User.users.get("Kyle"), user);
129
+ * } finally {
130
+ * User.users.clear();
131
+ * }
132
+ * });
133
+ *
134
+ * Deno.test("User age", async (t) => {
135
+ * const user = new User("Kyle");
136
+ *
137
+ * await t.step("getAge", () => {
138
+ * assertThrows(() => user.getAge(), Error, "Age unknown");
139
+ * user.age = 18;
140
+ * assertEquals(user.getAge(), 18);
141
+ * });
142
+ *
143
+ * await t.step("setAge", () => {
144
+ * user.setAge(18);
145
+ * assertEquals(user.getAge(), 18);
146
+ * });
147
+ * });
148
+ * ```
149
+ *
150
+ * ### Nested test grouping
151
+ *
152
+ * Tests created within the callback of a `describe` function call will belong to
153
+ * the new test suite it creates. The hooks can be created within it or be added to
154
+ * the options argument for describe.
155
+ *
156
+ * ```ts
157
+ * import {
158
+ * assertEquals,
159
+ * assertStrictEquals,
160
+ * assertThrows,
161
+ * } from "@std/assert";
162
+ * import {
163
+ * afterEach,
164
+ * beforeEach,
165
+ * describe,
166
+ * it,
167
+ * } from "@std/testing/bdd";
168
+ *
169
+ * class User {
170
+ * static users: Map<string, User> = new Map();
171
+ * name: string;
172
+ * age?: number;
173
+ *
174
+ * constructor(name: string) {
175
+ * if (User.users.has(name)) {
176
+ * throw new Deno.errors.AlreadyExists(`User ${name} already exists`);
177
+ * }
178
+ * this.name = name;
179
+ * User.users.set(name, this);
180
+ * }
181
+ *
182
+ * getAge(): number {
183
+ * if (!this.age) {
184
+ * throw new Error("Age unknown");
185
+ * }
186
+ * return this.age;
187
+ * }
188
+ *
189
+ * setAge(age: number) {
190
+ * this.age = age;
191
+ * }
192
+ * }
193
+ *
194
+ * describe("User", () => {
195
+ * it("users initially empty", () => {
196
+ * assertEquals(User.users.size, 0);
197
+ * });
198
+ *
199
+ * it("constructor", () => {
200
+ * try {
201
+ * const user = new User("Kyle");
202
+ * assertEquals(user.name, "Kyle");
203
+ * assertStrictEquals(User.users.get("Kyle"), user);
204
+ * } finally {
205
+ * User.users.clear();
206
+ * }
207
+ * });
208
+ *
209
+ * describe("age", () => {
210
+ * let user: User;
211
+ *
212
+ * beforeEach(() => {
213
+ * user = new User("Kyle");
214
+ * });
215
+ *
216
+ * afterEach(() => {
217
+ * User.users.clear();
218
+ * });
219
+ *
220
+ * it("getAge", function () {
221
+ * assertThrows(() => user.getAge(), Error, "Age unknown");
222
+ * user.age = 18;
223
+ * assertEquals(user.getAge(), 18);
224
+ * });
225
+ *
226
+ * it("setAge", function () {
227
+ * user.setAge(18);
228
+ * assertEquals(user.getAge(), 18);
229
+ * });
230
+ * });
231
+ * });
232
+ * ```
233
+ *
234
+ * ### Flat test grouping
235
+ *
236
+ * The `describe` function returns a unique symbol that can be used to reference
237
+ * the test suite for adding tests to it without having to create them within a
238
+ * callback. The gives you the ability to have test grouping without any extra
239
+ * indentation in front of the grouped tests.
240
+ *
241
+ * ```ts
242
+ * import {
243
+ * assertEquals,
244
+ * assertStrictEquals,
245
+ * assertThrows,
246
+ * } from "@std/assert";
247
+ * import {
248
+ * describe,
249
+ * it,
250
+ * } from "@std/testing/bdd";
251
+ *
252
+ * class User {
253
+ * static users: Map<string, User> = new Map();
254
+ * name: string;
255
+ * age?: number;
256
+ *
257
+ * constructor(name: string) {
258
+ * if (User.users.has(name)) {
259
+ * throw new Deno.errors.AlreadyExists(`User ${name} already exists`);
260
+ * }
261
+ * this.name = name;
262
+ * User.users.set(name, this);
263
+ * }
264
+ *
265
+ * getAge(): number {
266
+ * if (!this.age) {
267
+ * throw new Error("Age unknown");
268
+ * }
269
+ * return this.age;
270
+ * }
271
+ *
272
+ * setAge(age: number) {
273
+ * this.age = age;
274
+ * }
275
+ * }
276
+ *
277
+ * const userTests = describe("User");
278
+ *
279
+ * it(userTests, "users initially empty", () => {
280
+ * assertEquals(User.users.size, 0);
281
+ * });
282
+ *
283
+ * it(userTests, "constructor", () => {
284
+ * try {
285
+ * const user = new User("Kyle");
286
+ * assertEquals(user.name, "Kyle");
287
+ * assertStrictEquals(User.users.get("Kyle"), user);
288
+ * } finally {
289
+ * User.users.clear();
290
+ * }
291
+ * });
292
+ *
293
+ * const ageTests = describe({
294
+ * name: "age",
295
+ * suite: userTests,
296
+ * beforeEach(this: { user: User }) {
297
+ * this.user = new User("Kyle");
298
+ * },
299
+ * afterEach() {
300
+ * User.users.clear();
301
+ * },
302
+ * });
303
+ *
304
+ * it(ageTests, "getAge", function () {
305
+ * const { user } = this;
306
+ * assertThrows(() => user.getAge(), Error, "Age unknown");
307
+ * user.age = 18;
308
+ * assertEquals(user.getAge(), 18);
309
+ * });
310
+ *
311
+ * it(ageTests, "setAge", function () {
312
+ * const { user } = this;
313
+ * user.setAge(18);
314
+ * assertEquals(user.getAge(), 18);
315
+ * });
316
+ * ```
317
+ *
318
+ * ### Mixed test grouping
319
+ *
320
+ * Both nested test grouping and flat test grouping can be used together. This can
321
+ * be useful if you'd like to create deep groupings without all the extra
322
+ * indentation in front of each line.
323
+ *
324
+ * ```ts
325
+ * import {
326
+ * assertEquals,
327
+ * assertStrictEquals,
328
+ * assertThrows,
329
+ * } from "@std/assert";
330
+ * import {
331
+ * describe,
332
+ * it,
333
+ * } from "@std/testing/bdd";
334
+ *
335
+ * class User {
336
+ * static users: Map<string, User> = new Map();
337
+ * name: string;
338
+ * age?: number;
339
+ *
340
+ * constructor(name: string) {
341
+ * if (User.users.has(name)) {
342
+ * throw new Deno.errors.AlreadyExists(`User ${name} already exists`);
343
+ * }
344
+ * this.name = name;
345
+ * User.users.set(name, this);
346
+ * }
347
+ *
348
+ * getAge(): number {
349
+ * if (!this.age) {
350
+ * throw new Error("Age unknown");
351
+ * }
352
+ * return this.age;
353
+ * }
354
+ *
355
+ * setAge(age: number) {
356
+ * this.age = age;
357
+ * }
358
+ * }
359
+ *
360
+ * describe("User", () => {
361
+ * it("users initially empty", () => {
362
+ * assertEquals(User.users.size, 0);
363
+ * });
364
+ *
365
+ * it("constructor", () => {
366
+ * try {
367
+ * const user = new User("Kyle");
368
+ * assertEquals(user.name, "Kyle");
369
+ * assertStrictEquals(User.users.get("Kyle"), user);
370
+ * } finally {
371
+ * User.users.clear();
372
+ * }
373
+ * });
374
+ *
375
+ * const ageTests = describe({
376
+ * name: "age",
377
+ * beforeEach(this: { user: User }) {
378
+ * this.user = new User("Kyle");
379
+ * },
380
+ * afterEach() {
381
+ * User.users.clear();
382
+ * },
383
+ * });
384
+ *
385
+ * it(ageTests, "getAge", function () {
386
+ * const { user } = this;
387
+ * assertThrows(() => user.getAge(), Error, "Age unknown");
388
+ * user.age = 18;
389
+ * assertEquals(user.getAge(), 18);
390
+ * });
391
+ *
392
+ * it(ageTests, "setAge", function () {
393
+ * const { user } = this;
394
+ * user.setAge(18);
395
+ * assertEquals(user.getAge(), 18);
396
+ * });
397
+ * });
398
+ * ```
399
+ *
400
+ * @module
401
+ */
402
+ import * as dntShim from "../../../../../_dnt.test_shims.js";
403
+ import { type DescribeDefinition, type ItDefinition, type TestSuite } from "./_test_suite.js";
404
+ export type { DescribeDefinition, ItDefinition, TestSuite };
405
+ /** The arguments for an ItFunction. */
406
+ export type ItArgs<T> = [options: ItDefinition<T>] | [
407
+ name: string,
408
+ options: Omit<ItDefinition<T>, "name">
409
+ ] | [
410
+ name: string,
411
+ fn: (this: T, t: dntShim.Deno.TestContext) => void | Promise<void>
412
+ ] | [fn: (this: T, t: dntShim.Deno.TestContext) => void | Promise<void>] | [
413
+ name: string,
414
+ options: Omit<ItDefinition<T>, "fn" | "name">,
415
+ fn: (this: T, t: dntShim.Deno.TestContext) => void | Promise<void>
416
+ ] | [
417
+ options: Omit<ItDefinition<T>, "fn">,
418
+ fn: (this: T, t: dntShim.Deno.TestContext) => void | Promise<void>
419
+ ] | [
420
+ options: Omit<ItDefinition<T>, "fn" | "name">,
421
+ fn: (this: T, t: dntShim.Deno.TestContext) => void | Promise<void>
422
+ ] | [
423
+ suite: TestSuite<T>,
424
+ name: string,
425
+ options: Omit<ItDefinition<T>, "name" | "suite">
426
+ ] | [
427
+ suite: TestSuite<T>,
428
+ name: string,
429
+ fn: (this: T, t: dntShim.Deno.TestContext) => void | Promise<void>
430
+ ] | [
431
+ suite: TestSuite<T>,
432
+ fn: (this: T, t: dntShim.Deno.TestContext) => void | Promise<void>
433
+ ] | [
434
+ suite: TestSuite<T>,
435
+ name: string,
436
+ options: Omit<ItDefinition<T>, "fn" | "name" | "suite">,
437
+ fn: (this: T, t: dntShim.Deno.TestContext) => void | Promise<void>
438
+ ] | [
439
+ suite: TestSuite<T>,
440
+ options: Omit<ItDefinition<T>, "fn" | "suite">,
441
+ fn: (this: T, t: dntShim.Deno.TestContext) => void | Promise<void>
442
+ ] | [
443
+ suite: TestSuite<T>,
444
+ options: Omit<ItDefinition<T>, "fn" | "name" | "suite">,
445
+ fn: (this: T, t: dntShim.Deno.TestContext) => void | Promise<void>
446
+ ];
447
+ /** Registers an individual test case. */
448
+ export interface it {
449
+ <T>(...args: ItArgs<T>): void;
450
+ /** Registers an individual test case with only set to true. */
451
+ only<T>(...args: ItArgs<T>): void;
452
+ /** Registers an individual test case with ignore set to true. */
453
+ ignore<T>(...args: ItArgs<T>): void;
454
+ /**
455
+ * Registers an individual test case with ignore set to true. Alias of
456
+ * `.ignore()`.
457
+ */
458
+ skip<T>(...args: ItArgs<T>): void;
459
+ }
460
+ /**
461
+ * Registers an individual test case.
462
+ *
463
+ * @example Usage
464
+ * ```ts
465
+ * import { describe, it } from "@std/testing/bdd";
466
+ * import { assertEquals } from "@std/assert";
467
+ *
468
+ * describe("example", () => {
469
+ * it("should pass", () => {
470
+ * // test case
471
+ * assertEquals(2 + 2, 4);
472
+ * });
473
+ * });
474
+ * ```
475
+ *
476
+ * @typeParam T The self type of the function to implement the test case
477
+ * @param args The test case
478
+ */
479
+ export declare function it<T>(...args: ItArgs<T>): void;
480
+ export declare namespace it {
481
+ var only: <T>(...args: ItArgs<T>) => void;
482
+ var ignore: <T>(...args: ItArgs<T>) => void;
483
+ var skip: <T>(...args: ItArgs<T>) => void;
484
+ }
485
+ /**
486
+ * Alias of {@linkcode it}
487
+ *
488
+ * Registers an individual test case.
489
+ *
490
+ * @example Usage
491
+ * ```ts
492
+ * import { test } from "@std/testing/bdd";
493
+ * import { assertEquals } from "@std/assert";
494
+ *
495
+ * test("a test case", () => {
496
+ * // test case
497
+ * assertEquals(2 + 2, 4);
498
+ * });
499
+ * ```
500
+ *
501
+ * @typeParam T The self type of the function to implement the test case
502
+ * @param args The test case
503
+ */
504
+ export declare function test<T>(...args: ItArgs<T>): void;
505
+ /**
506
+ * Run some shared setup before all of the tests in the suite.
507
+ *
508
+ * @example Usage
509
+ * ```ts
510
+ * import { describe, it, beforeAll } from "@std/testing/bdd";
511
+ * import { assertEquals } from "@std/assert";
512
+ *
513
+ * beforeAll(() => {
514
+ * console.log("beforeAll");
515
+ * });
516
+ *
517
+ * describe("example", () => {
518
+ * it("should pass", () => {
519
+ * // test case
520
+ * assertEquals(2 + 2, 4);
521
+ * });
522
+ * });
523
+ * ```
524
+ *
525
+ * @typeParam T The self type of the function
526
+ * @param fn The function to implement the setup behavior.
527
+ */
528
+ export declare function beforeAll<T>(fn: (this: T) => void | Promise<void>): void;
529
+ /**
530
+ * Alias of {@linkcode beforeAll}
531
+ *
532
+ * Run some shared setup before all of the tests in the suite.
533
+ *
534
+ * @example Usage
535
+ * ```ts
536
+ * import { describe, it, before } from "@std/testing/bdd";
537
+ * import { assertEquals } from "@std/assert";
538
+ *
539
+ * before(() => {
540
+ * console.log("before");
541
+ * });
542
+ *
543
+ * describe("example", () => {
544
+ * it("should pass", () => {
545
+ * // test case
546
+ * assertEquals(2 + 2, 4);
547
+ * });
548
+ * });
549
+ * ```
550
+ *
551
+ * @typeParam T The self type of the function
552
+ * @param fn The function to implement the setup behavior.
553
+ */
554
+ export declare function before<T>(fn: (this: T) => void | Promise<void>): void;
555
+ /**
556
+ * Run some shared teardown after all of the tests in the suite.
557
+ *
558
+ * @example Usage
559
+ * ```ts
560
+ * import { describe, it, afterAll } from "@std/testing/bdd";
561
+ * import { assertEquals } from "@std/assert";
562
+ *
563
+ * afterAll(() => {
564
+ * console.log("afterAll");
565
+ * });
566
+ *
567
+ * describe("example", () => {
568
+ * it("should pass", () => {
569
+ * // test case
570
+ * assertEquals(2 + 2, 4);
571
+ * });
572
+ * });
573
+ * ```
574
+ *
575
+ * @typeParam T The self type of the function
576
+ * @param fn The function to implement the teardown behavior.
577
+ */
578
+ export declare function afterAll<T>(fn: (this: T) => void | Promise<void>): void;
579
+ /**
580
+ * Alias of {@linkcode afterAll}.
581
+ *
582
+ * Run some shared teardown after all of the tests in the suite.
583
+ *
584
+ * @example Usage
585
+ * ```ts
586
+ * import { describe, it, after } from "@std/testing/bdd";
587
+ * import { assertEquals } from "@std/assert";
588
+ *
589
+ * after(() => {
590
+ * console.log("after");
591
+ * });
592
+ *
593
+ * describe("example", () => {
594
+ * it("should pass", () => {
595
+ * // test case
596
+ * assertEquals(2 + 2, 4);
597
+ * });
598
+ * });
599
+ * ```
600
+ *
601
+ * @typeParam T The self type of the function
602
+ * @param fn The function to implement the teardown behavior.
603
+ */
604
+ export declare function after<T>(fn: (this: T) => void | Promise<void>): void;
605
+ /**
606
+ * Run some shared setup before each test in the suite.
607
+ *
608
+ * @example Usage
609
+ * ```ts
610
+ * import { describe, it, beforeEach } from "@std/testing/bdd";
611
+ * import { assertEquals } from "@std/assert";
612
+ *
613
+ * beforeEach(() => {
614
+ * console.log("beforeEach");
615
+ * });
616
+ *
617
+ * describe("example", () => {
618
+ * it("should pass", () => {
619
+ * // test case
620
+ * assertEquals(2 + 2, 4);
621
+ * });
622
+ * });
623
+ * ```
624
+ *
625
+ * @typeParam T The self type of the function
626
+ * @param fn The function to implement the shared setup behavior
627
+ */
628
+ export declare function beforeEach<T>(fn: (this: T) => void | Promise<void>): void;
629
+ /**
630
+ * Run some shared teardown after each test in the suite.
631
+ *
632
+ * @example Usage
633
+ * ```ts
634
+ * import { describe, it, afterEach } from "@std/testing/bdd";
635
+ * import { assertEquals } from "@std/assert";
636
+ *
637
+ * afterEach(() => {
638
+ * console.log("afterEach");
639
+ * });
640
+ *
641
+ * describe("example", () => {
642
+ * it("should pass", () => {
643
+ * // test case
644
+ * assertEquals(2 + 2, 4);
645
+ * });
646
+ * });
647
+ * ```
648
+ *
649
+ * @typeParam T The self type of the function
650
+ * @param fn The function to implement the shared teardown behavior
651
+ */
652
+ export declare function afterEach<T>(fn: (this: T) => void | Promise<void>): void;
653
+ /** The arguments for a DescribeFunction. */
654
+ export type DescribeArgs<T> = [options: DescribeDefinition<T>] | [name: string] | [
655
+ name: string,
656
+ options: Omit<DescribeDefinition<T>, "name">
657
+ ] | [name: string, fn: () => void | undefined] | [fn: () => void | undefined] | [
658
+ name: string,
659
+ options: Omit<DescribeDefinition<T>, "fn" | "name">,
660
+ fn: () => void | undefined
661
+ ] | [
662
+ options: Omit<DescribeDefinition<T>, "fn">,
663
+ fn: () => void | undefined
664
+ ] | [
665
+ options: Omit<DescribeDefinition<T>, "fn" | "name">,
666
+ fn: () => void | undefined
667
+ ] | [
668
+ suite: TestSuite<T>,
669
+ name: string
670
+ ] | [
671
+ suite: TestSuite<T>,
672
+ name: string,
673
+ options: Omit<DescribeDefinition<T>, "name" | "suite">
674
+ ] | [
675
+ suite: TestSuite<T>,
676
+ name: string,
677
+ fn: () => void | undefined
678
+ ] | [
679
+ suite: TestSuite<T>,
680
+ fn: () => void | undefined
681
+ ] | [
682
+ suite: TestSuite<T>,
683
+ name: string,
684
+ options: Omit<DescribeDefinition<T>, "fn" | "name" | "suite">,
685
+ fn: () => void | undefined
686
+ ] | [
687
+ suite: TestSuite<T>,
688
+ options: Omit<DescribeDefinition<T>, "fn" | "suite">,
689
+ fn: () => void | undefined
690
+ ] | [
691
+ suite: TestSuite<T>,
692
+ options: Omit<DescribeDefinition<T>, "fn" | "name" | "suite">,
693
+ fn: () => void | undefined
694
+ ];
695
+ /** Registers a test suite. */
696
+ export interface describe {
697
+ <T>(...args: DescribeArgs<T>): TestSuite<T>;
698
+ /** Registers a test suite with only set to true. */
699
+ only<T>(...args: DescribeArgs<T>): TestSuite<T>;
700
+ /** Registers a test suite with ignore set to true. */
701
+ ignore<T>(...args: DescribeArgs<T>): TestSuite<T>;
702
+ /** Registers a test suite with ignore set to true. Alias of `.ignore()`. */
703
+ skip<T>(...args: ItArgs<T>): void;
704
+ }
705
+ /**
706
+ * Registers a test suite.
707
+ *
708
+ * @example Usage
709
+ * ```ts
710
+ * import { describe, it } from "@std/testing/bdd";
711
+ * import { assertEquals } from "@std/assert";
712
+ *
713
+ * describe("example", () => {
714
+ * it("should pass", () => {
715
+ * // test case
716
+ * assertEquals(2 + 2, 4);
717
+ * });
718
+ * });
719
+ * ```
720
+ *
721
+ * @typeParam T The self type of the test suite body.
722
+ * @param args The test suite body.
723
+ * @returns The test suite
724
+ */
725
+ export declare function describe<T>(...args: DescribeArgs<T>): TestSuite<T>;
726
+ export declare namespace describe {
727
+ var only: <T>(...args: DescribeArgs<T>) => TestSuite<T>;
728
+ var ignore: <T>(...args: DescribeArgs<T>) => TestSuite<T>;
729
+ var skip: <T>(...args: DescribeArgs<T>) => TestSuite<T>;
730
+ }
731
+ //# sourceMappingURL=bdd.d.ts.map