@goast/kotlin 0.4.4-beta2 → 0.4.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -21
- package/README.md +45 -45
- package/assets/client/okhttp3/ApiClient.kt +250 -250
- package/esm/_dnt.test_polyfills.d.ts +29 -0
- package/esm/_dnt.test_polyfills.d.ts.map +1 -0
- package/esm/_dnt.test_polyfills.js +31 -0
- package/esm/_dnt.test_shims.d.ts +6 -0
- package/esm/_dnt.test_shims.d.ts.map +1 -0
- package/esm/_dnt.test_shims.js +61 -0
- package/esm/deps/jsr.io/@std/assert/1.0.8/assertion_error.d.ts +26 -0
- package/esm/deps/jsr.io/@std/assert/1.0.8/assertion_error.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.8/assertion_error.js +30 -0
- package/esm/deps/jsr.io/@std/assert/1.0.8/equal.d.ts +17 -0
- package/esm/deps/jsr.io/@std/assert/1.0.8/equal.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.8/equal.js +183 -0
- package/esm/deps/jsr.io/@std/assert/1.0.8/equals.d.ts +22 -0
- package/esm/deps/jsr.io/@std/assert/1.0.8/equals.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.8/equals.js +45 -0
- package/esm/deps/jsr.io/@std/assert/1.0.8/false.d.ts +18 -0
- package/esm/deps/jsr.io/@std/assert/1.0.8/false.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.8/false.js +22 -0
- package/esm/deps/jsr.io/@std/assert/1.0.8/instance_of.d.ts +23 -0
- package/esm/deps/jsr.io/@std/assert/1.0.8/instance_of.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.8/instance_of.js +53 -0
- package/esm/deps/jsr.io/@std/assert/1.0.8/is_error.d.ts +25 -0
- package/esm/deps/jsr.io/@std/assert/1.0.8/is_error.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.8/is_error.js +54 -0
- package/esm/deps/jsr.io/@std/assert/1.0.8/match.d.ts +18 -0
- package/esm/deps/jsr.io/@std/assert/1.0.8/match.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.8/match.js +26 -0
- package/esm/deps/jsr.io/@std/assert/1.0.8/not_instance_of.d.ts +20 -0
- package/esm/deps/jsr.io/@std/assert/1.0.8/not_instance_of.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.8/not_instance_of.js +29 -0
- package/esm/deps/jsr.io/@std/assert/1.0.8/not_match.d.ts +18 -0
- package/esm/deps/jsr.io/@std/assert/1.0.8/not_match.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.8/not_match.js +26 -0
- package/esm/deps/jsr.io/@std/assert/1.0.8/not_strict_equals.d.ts +23 -0
- package/esm/deps/jsr.io/@std/assert/1.0.8/not_strict_equals.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.8/not_strict_equals.js +32 -0
- package/esm/deps/jsr.io/@std/assert/1.0.8/rejects.d.ts +42 -0
- package/esm/deps/jsr.io/@std/assert/1.0.8/rejects.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.8/rejects.js +53 -0
- package/esm/deps/jsr.io/@std/assert/1.0.8/strict_equals.d.ts +24 -0
- package/esm/deps/jsr.io/@std/assert/1.0.8/strict_equals.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.8/strict_equals.js +57 -0
- package/esm/deps/jsr.io/@std/expect/1.0.8/_assert_equals.d.ts +20 -0
- package/esm/deps/jsr.io/@std/expect/1.0.8/_assert_equals.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.8/_assert_equals.js +29 -0
- package/esm/deps/jsr.io/@std/expect/1.0.8/_assert_not_equals.d.ts +17 -0
- package/esm/deps/jsr.io/@std/expect/1.0.8/_assert_not_equals.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.8/_assert_not_equals.js +26 -0
- package/esm/deps/jsr.io/@std/expect/1.0.8/_assertions.d.ts +4 -0
- package/esm/deps/jsr.io/@std/expect/1.0.8/_assertions.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.8/_assertions.js +13 -0
- package/esm/deps/jsr.io/@std/expect/1.0.8/_asymmetric_matchers.d.ts +46 -0
- package/esm/deps/jsr.io/@std/expect/1.0.8/_asymmetric_matchers.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.8/_asymmetric_matchers.js +160 -0
- package/esm/deps/jsr.io/@std/expect/1.0.8/_build_message.d.ts +6 -0
- package/esm/deps/jsr.io/@std/expect/1.0.8/_build_message.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.8/_build_message.js +29 -0
- package/esm/deps/jsr.io/@std/expect/1.0.8/_custom_equality_tester.d.ts +4 -0
- package/esm/deps/jsr.io/@std/expect/1.0.8/_custom_equality_tester.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.8/_custom_equality_tester.js +11 -0
- package/esm/deps/jsr.io/@std/expect/1.0.8/_equal.d.ts +9 -0
- package/esm/deps/jsr.io/@std/expect/1.0.8/_equal.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.8/_equal.js +191 -0
- package/esm/deps/jsr.io/@std/expect/1.0.8/_extend.d.ts +4 -0
- package/esm/deps/jsr.io/@std/expect/1.0.8/_extend.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.8/_extend.js +11 -0
- package/esm/deps/jsr.io/@std/expect/1.0.8/_inspect_args.d.ts +3 -0
- package/esm/deps/jsr.io/@std/expect/1.0.8/_inspect_args.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.8/_inspect_args.js +12 -0
- package/esm/deps/jsr.io/@std/expect/1.0.8/_matchers.d.ts +34 -0
- package/esm/deps/jsr.io/@std/expect/1.0.8/_matchers.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.8/_matchers.js +563 -0
- package/esm/deps/jsr.io/@std/expect/1.0.8/_mock_util.d.ts +11 -0
- package/esm/deps/jsr.io/@std/expect/1.0.8/_mock_util.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.8/_mock_util.js +10 -0
- package/esm/deps/jsr.io/@std/expect/1.0.8/_serializer.d.ts +4 -0
- package/esm/deps/jsr.io/@std/expect/1.0.8/_serializer.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.8/_serializer.js +10 -0
- package/esm/deps/jsr.io/@std/expect/1.0.8/_types.d.ts +839 -0
- package/esm/deps/jsr.io/@std/expect/1.0.8/_types.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.8/_types.js +3 -0
- package/esm/deps/jsr.io/@std/expect/1.0.8/_utils.d.ts +9 -0
- package/esm/deps/jsr.io/@std/expect/1.0.8/_utils.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.8/_utils.js +218 -0
- package/esm/deps/jsr.io/@std/expect/1.0.8/expect.d.ts +60 -0
- package/esm/deps/jsr.io/@std/expect/1.0.8/expect.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.8/expect.js +523 -0
- package/esm/deps/jsr.io/@std/internal/1.0.5/assertion_state.d.ts +160 -0
- package/esm/deps/jsr.io/@std/internal/1.0.5/assertion_state.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/internal/1.0.5/assertion_state.js +199 -0
- package/esm/deps/jsr.io/@std/internal/1.0.5/build_message.d.ts +82 -0
- package/esm/deps/jsr.io/@std/internal/1.0.5/build_message.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/internal/1.0.5/build_message.js +111 -0
- package/esm/deps/jsr.io/@std/internal/1.0.5/diff.d.ts +140 -0
- package/esm/deps/jsr.io/@std/internal/1.0.5/diff.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/internal/1.0.5/diff.js +277 -0
- package/esm/deps/jsr.io/@std/internal/1.0.5/diff_str.d.ts +99 -0
- package/esm/deps/jsr.io/@std/internal/1.0.5/diff_str.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/internal/1.0.5/diff_str.js +180 -0
- package/esm/deps/jsr.io/@std/internal/1.0.5/format.d.ts +2 -0
- package/esm/deps/jsr.io/@std/internal/1.0.5/format.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/internal/1.0.5/format.js +37 -0
- package/esm/deps/jsr.io/@std/internal/1.0.5/styles.d.ts +159 -0
- package/esm/deps/jsr.io/@std/internal/1.0.5/styles.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/internal/1.0.5/styles.js +207 -0
- package/esm/deps/jsr.io/@std/internal/1.0.5/types.d.ts +16 -0
- package/esm/deps/jsr.io/@std/internal/1.0.5/types.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/internal/1.0.5/types.js +2 -0
- package/esm/deps/jsr.io/@std/testing/1.0.5/_mock_utils.d.ts +15 -0
- package/esm/deps/jsr.io/@std/testing/1.0.5/_mock_utils.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/testing/1.0.5/_mock_utils.js +35 -0
- package/esm/deps/jsr.io/@std/testing/1.0.5/_test_suite.d.ts +74 -0
- package/esm/deps/jsr.io/@std/testing/1.0.5/_test_suite.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/testing/1.0.5/_test_suite.js +350 -0
- package/esm/deps/jsr.io/@std/testing/1.0.5/bdd.d.ts +731 -0
- package/esm/deps/jsr.io/@std/testing/1.0.5/bdd.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/testing/1.0.5/bdd.js +581 -0
- package/esm/deps/jsr.io/@std/testing/1.0.5/mock.d.ts +674 -0
- package/esm/deps/jsr.io/@std/testing/1.0.5/mock.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/testing/1.0.5/mock.js +1083 -0
- package/esm/src/ast/nodes/annotation.test.d.ts +2 -0
- package/esm/src/ast/nodes/annotation.test.d.ts.map +1 -0
- package/esm/src/ast/nodes/annotation.test.js +56 -0
- package/esm/src/ast/nodes/argument.test.d.ts +2 -0
- package/esm/src/ast/nodes/argument.test.d.ts.map +1 -0
- package/esm/src/ast/nodes/argument.test.js +33 -0
- package/esm/src/ast/nodes/call.test.d.ts +2 -0
- package/esm/src/ast/nodes/call.test.d.ts.map +1 -0
- package/esm/src/ast/nodes/call.test.js +35 -0
- package/esm/src/ast/nodes/class.test.d.ts +2 -0
- package/esm/src/ast/nodes/class.test.d.ts.map +1 -0
- package/esm/src/ast/nodes/class.test.js +219 -0
- package/esm/src/ast/nodes/constructor.test.d.ts +2 -0
- package/esm/src/ast/nodes/constructor.test.d.ts.map +1 -0
- package/esm/src/ast/nodes/constructor.test.js +139 -0
- package/esm/src/ast/nodes/doc-tag.test.d.ts +2 -0
- package/esm/src/ast/nodes/doc-tag.test.d.ts.map +1 -0
- package/esm/src/ast/nodes/doc-tag.test.js +67 -0
- package/esm/src/ast/nodes/doc.test.d.ts +2 -0
- package/esm/src/ast/nodes/doc.test.d.ts.map +1 -0
- package/esm/src/ast/nodes/doc.test.js +33 -0
- package/esm/src/ast/nodes/enum-value.test.d.ts +2 -0
- package/esm/src/ast/nodes/enum-value.test.d.ts.map +1 -0
- package/esm/src/ast/nodes/enum-value.test.js +115 -0
- package/esm/src/ast/nodes/enum.test.d.ts +2 -0
- package/esm/src/ast/nodes/enum.test.d.ts.map +1 -0
- package/esm/src/ast/nodes/enum.test.js +129 -0
- package/esm/src/ast/nodes/function.test.d.ts +2 -0
- package/esm/src/ast/nodes/function.test.d.ts.map +1 -0
- package/esm/src/ast/nodes/function.test.js +160 -0
- package/esm/src/ast/nodes/generic-parameter.test.d.ts +2 -0
- package/esm/src/ast/nodes/generic-parameter.test.d.ts.map +1 -0
- package/esm/src/ast/nodes/generic-parameter.test.js +49 -0
- package/esm/src/ast/nodes/init-block.test.d.ts +2 -0
- package/esm/src/ast/nodes/init-block.test.d.ts.map +1 -0
- package/esm/src/ast/nodes/init-block.test.js +28 -0
- package/esm/src/ast/nodes/interface.test.d.ts +2 -0
- package/esm/src/ast/nodes/interface.test.d.ts.map +1 -0
- package/esm/src/ast/nodes/interface.test.js +121 -0
- package/esm/src/ast/nodes/object.test.d.ts +2 -0
- package/esm/src/ast/nodes/object.test.d.ts.map +1 -0
- package/esm/src/ast/nodes/object.test.js +78 -0
- package/esm/src/ast/nodes/parameter.test.d.ts +2 -0
- package/esm/src/ast/nodes/parameter.test.d.ts.map +1 -0
- package/esm/src/ast/nodes/parameter.test.js +152 -0
- package/esm/src/ast/nodes/property.test.d.ts +2 -0
- package/esm/src/ast/nodes/property.test.d.ts.map +1 -0
- package/esm/src/ast/nodes/property.test.js +206 -0
- package/esm/src/ast/nodes/reference.test.d.ts +2 -0
- package/esm/src/ast/nodes/reference.test.d.ts.map +1 -0
- package/esm/src/ast/nodes/reference.test.js +36 -0
- package/esm/src/ast/nodes/string.test.d.ts +2 -0
- package/esm/src/ast/nodes/string.test.d.ts.map +1 -0
- package/esm/src/ast/nodes/string.test.js +48 -0
- package/esm/src/config.d.ts +1 -0
- package/esm/src/config.d.ts.map +1 -1
- package/esm/src/config.js +1 -0
- package/esm/src/generators/services/okhttp3-clients/okhttp3-client-generator.js +26 -26
- package/esm/src/generators/services/spring-controllers/args.d.ts +3 -0
- package/esm/src/generators/services/spring-controllers/args.d.ts.map +1 -1
- package/esm/src/generators/services/spring-controllers/spring-controller-generator.d.ts +1 -0
- package/esm/src/generators/services/spring-controllers/spring-controller-generator.d.ts.map +1 -1
- package/esm/src/generators/services/spring-controllers/spring-controller-generator.js +11 -1
- package/esm/src/import-collection.test.d.ts +2 -0
- package/esm/src/import-collection.test.d.ts.map +1 -0
- package/esm/src/import-collection.test.js +99 -0
- package/esm/tests/openapi-models.test.d.ts +2 -0
- package/esm/tests/openapi-models.test.d.ts.map +1 -0
- package/esm/tests/openapi-models.test.js +45 -0
- package/package.json +2 -2
- package/script/_dnt.test_polyfills.d.ts +29 -0
- package/script/_dnt.test_polyfills.d.ts.map +1 -0
- package/script/_dnt.test_polyfills.js +32 -0
- package/script/_dnt.test_shims.d.ts +6 -0
- package/script/_dnt.test_shims.d.ts.map +1 -0
- package/script/_dnt.test_shims.js +65 -0
- package/script/deps/jsr.io/@std/assert/1.0.8/assertion_error.d.ts +26 -0
- package/script/deps/jsr.io/@std/assert/1.0.8/assertion_error.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.8/assertion_error.js +34 -0
- package/script/deps/jsr.io/@std/assert/1.0.8/equal.d.ts +17 -0
- package/script/deps/jsr.io/@std/assert/1.0.8/equal.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.8/equal.js +187 -0
- package/script/deps/jsr.io/@std/assert/1.0.8/equals.d.ts +22 -0
- package/script/deps/jsr.io/@std/assert/1.0.8/equals.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.8/equals.js +48 -0
- package/script/deps/jsr.io/@std/assert/1.0.8/false.d.ts +18 -0
- package/script/deps/jsr.io/@std/assert/1.0.8/false.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.8/false.js +25 -0
- package/script/deps/jsr.io/@std/assert/1.0.8/instance_of.d.ts +23 -0
- package/script/deps/jsr.io/@std/assert/1.0.8/instance_of.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.8/instance_of.js +56 -0
- package/script/deps/jsr.io/@std/assert/1.0.8/is_error.d.ts +25 -0
- package/script/deps/jsr.io/@std/assert/1.0.8/is_error.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.8/is_error.js +57 -0
- package/script/deps/jsr.io/@std/assert/1.0.8/match.d.ts +18 -0
- package/script/deps/jsr.io/@std/assert/1.0.8/match.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.8/match.js +29 -0
- package/script/deps/jsr.io/@std/assert/1.0.8/not_instance_of.d.ts +20 -0
- package/script/deps/jsr.io/@std/assert/1.0.8/not_instance_of.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.8/not_instance_of.js +32 -0
- package/script/deps/jsr.io/@std/assert/1.0.8/not_match.d.ts +18 -0
- package/script/deps/jsr.io/@std/assert/1.0.8/not_match.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.8/not_match.js +29 -0
- package/script/deps/jsr.io/@std/assert/1.0.8/not_strict_equals.d.ts +23 -0
- package/script/deps/jsr.io/@std/assert/1.0.8/not_strict_equals.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.8/not_strict_equals.js +35 -0
- package/script/deps/jsr.io/@std/assert/1.0.8/rejects.d.ts +42 -0
- package/script/deps/jsr.io/@std/assert/1.0.8/rejects.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.8/rejects.js +56 -0
- package/script/deps/jsr.io/@std/assert/1.0.8/strict_equals.d.ts +24 -0
- package/script/deps/jsr.io/@std/assert/1.0.8/strict_equals.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.8/strict_equals.js +60 -0
- package/script/deps/jsr.io/@std/expect/1.0.8/_assert_equals.d.ts +20 -0
- package/script/deps/jsr.io/@std/expect/1.0.8/_assert_equals.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.8/_assert_equals.js +32 -0
- package/script/deps/jsr.io/@std/expect/1.0.8/_assert_not_equals.d.ts +17 -0
- package/script/deps/jsr.io/@std/expect/1.0.8/_assert_not_equals.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.8/_assert_not_equals.js +29 -0
- package/script/deps/jsr.io/@std/expect/1.0.8/_assertions.d.ts +4 -0
- package/script/deps/jsr.io/@std/expect/1.0.8/_assertions.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.8/_assertions.js +18 -0
- package/script/deps/jsr.io/@std/expect/1.0.8/_asymmetric_matchers.d.ts +46 -0
- package/script/deps/jsr.io/@std/expect/1.0.8/_asymmetric_matchers.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.8/_asymmetric_matchers.js +182 -0
- package/script/deps/jsr.io/@std/expect/1.0.8/_build_message.d.ts +6 -0
- package/script/deps/jsr.io/@std/expect/1.0.8/_build_message.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.8/_build_message.js +33 -0
- package/script/deps/jsr.io/@std/expect/1.0.8/_custom_equality_tester.d.ts +4 -0
- package/script/deps/jsr.io/@std/expect/1.0.8/_custom_equality_tester.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.8/_custom_equality_tester.js +15 -0
- package/script/deps/jsr.io/@std/expect/1.0.8/_equal.d.ts +9 -0
- package/script/deps/jsr.io/@std/expect/1.0.8/_equal.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.8/_equal.js +194 -0
- package/script/deps/jsr.io/@std/expect/1.0.8/_extend.d.ts +4 -0
- package/script/deps/jsr.io/@std/expect/1.0.8/_extend.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.8/_extend.js +15 -0
- package/script/deps/jsr.io/@std/expect/1.0.8/_inspect_args.d.ts +3 -0
- package/script/deps/jsr.io/@std/expect/1.0.8/_inspect_args.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.8/_inspect_args.js +17 -0
- package/script/deps/jsr.io/@std/expect/1.0.8/_matchers.d.ts +34 -0
- package/script/deps/jsr.io/@std/expect/1.0.8/_matchers.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.8/_matchers.js +597 -0
- package/script/deps/jsr.io/@std/expect/1.0.8/_mock_util.d.ts +11 -0
- package/script/deps/jsr.io/@std/expect/1.0.8/_mock_util.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.8/_mock_util.js +14 -0
- package/script/deps/jsr.io/@std/expect/1.0.8/_serializer.d.ts +4 -0
- package/script/deps/jsr.io/@std/expect/1.0.8/_serializer.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.8/_serializer.js +14 -0
- package/script/deps/jsr.io/@std/expect/1.0.8/_types.d.ts +839 -0
- package/script/deps/jsr.io/@std/expect/1.0.8/_types.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.8/_types.js +4 -0
- package/script/deps/jsr.io/@std/expect/1.0.8/_utils.d.ts +9 -0
- package/script/deps/jsr.io/@std/expect/1.0.8/_utils.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.8/_utils.js +226 -0
- package/script/deps/jsr.io/@std/expect/1.0.8/expect.d.ts +60 -0
- package/script/deps/jsr.io/@std/expect/1.0.8/expect.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.8/expect.js +527 -0
- package/script/deps/jsr.io/@std/internal/1.0.5/assertion_state.d.ts +160 -0
- package/script/deps/jsr.io/@std/internal/1.0.5/assertion_state.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/internal/1.0.5/assertion_state.js +204 -0
- package/script/deps/jsr.io/@std/internal/1.0.5/build_message.d.ts +82 -0
- package/script/deps/jsr.io/@std/internal/1.0.5/build_message.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/internal/1.0.5/build_message.js +116 -0
- package/script/deps/jsr.io/@std/internal/1.0.5/diff.d.ts +140 -0
- package/script/deps/jsr.io/@std/internal/1.0.5/diff.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/internal/1.0.5/diff.js +284 -0
- package/script/deps/jsr.io/@std/internal/1.0.5/diff_str.d.ts +99 -0
- package/script/deps/jsr.io/@std/internal/1.0.5/diff_str.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/internal/1.0.5/diff_str.js +186 -0
- package/script/deps/jsr.io/@std/internal/1.0.5/format.d.ts +2 -0
- package/script/deps/jsr.io/@std/internal/1.0.5/format.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/internal/1.0.5/format.js +41 -0
- package/script/deps/jsr.io/@std/internal/1.0.5/styles.d.ts +159 -0
- package/script/deps/jsr.io/@std/internal/1.0.5/styles.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/internal/1.0.5/styles.js +220 -0
- package/script/deps/jsr.io/@std/internal/1.0.5/types.d.ts +16 -0
- package/script/deps/jsr.io/@std/internal/1.0.5/types.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/internal/1.0.5/types.js +3 -0
- package/script/deps/jsr.io/@std/testing/1.0.5/_mock_utils.d.ts +15 -0
- package/script/deps/jsr.io/@std/testing/1.0.5/_mock_utils.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/testing/1.0.5/_mock_utils.js +41 -0
- package/script/deps/jsr.io/@std/testing/1.0.5/_test_suite.d.ts +74 -0
- package/script/deps/jsr.io/@std/testing/1.0.5/_test_suite.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/testing/1.0.5/_test_suite.js +355 -0
- package/script/deps/jsr.io/@std/testing/1.0.5/bdd.d.ts +731 -0
- package/script/deps/jsr.io/@std/testing/1.0.5/bdd.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/testing/1.0.5/bdd.js +592 -0
- package/script/deps/jsr.io/@std/testing/1.0.5/mock.d.ts +674 -0
- package/script/deps/jsr.io/@std/testing/1.0.5/mock.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/testing/1.0.5/mock.js +1102 -0
- package/script/src/ast/nodes/annotation.test.d.ts +2 -0
- package/script/src/ast/nodes/annotation.test.d.ts.map +1 -0
- package/script/src/ast/nodes/annotation.test.js +58 -0
- package/script/src/ast/nodes/argument.test.d.ts +2 -0
- package/script/src/ast/nodes/argument.test.d.ts.map +1 -0
- package/script/src/ast/nodes/argument.test.js +35 -0
- package/script/src/ast/nodes/call.test.d.ts +2 -0
- package/script/src/ast/nodes/call.test.d.ts.map +1 -0
- package/script/src/ast/nodes/call.test.js +37 -0
- package/script/src/ast/nodes/class.test.d.ts +2 -0
- package/script/src/ast/nodes/class.test.d.ts.map +1 -0
- package/script/src/ast/nodes/class.test.js +221 -0
- package/script/src/ast/nodes/constructor.test.d.ts +2 -0
- package/script/src/ast/nodes/constructor.test.d.ts.map +1 -0
- package/script/src/ast/nodes/constructor.test.js +141 -0
- package/script/src/ast/nodes/doc-tag.test.d.ts +2 -0
- package/script/src/ast/nodes/doc-tag.test.d.ts.map +1 -0
- package/script/src/ast/nodes/doc-tag.test.js +69 -0
- package/script/src/ast/nodes/doc.test.d.ts +2 -0
- package/script/src/ast/nodes/doc.test.d.ts.map +1 -0
- package/script/src/ast/nodes/doc.test.js +35 -0
- package/script/src/ast/nodes/enum-value.test.d.ts +2 -0
- package/script/src/ast/nodes/enum-value.test.d.ts.map +1 -0
- package/script/src/ast/nodes/enum-value.test.js +117 -0
- package/script/src/ast/nodes/enum.test.d.ts +2 -0
- package/script/src/ast/nodes/enum.test.d.ts.map +1 -0
- package/script/src/ast/nodes/enum.test.js +131 -0
- package/script/src/ast/nodes/function.test.d.ts +2 -0
- package/script/src/ast/nodes/function.test.d.ts.map +1 -0
- package/script/src/ast/nodes/function.test.js +162 -0
- package/script/src/ast/nodes/generic-parameter.test.d.ts +2 -0
- package/script/src/ast/nodes/generic-parameter.test.d.ts.map +1 -0
- package/script/src/ast/nodes/generic-parameter.test.js +51 -0
- package/script/src/ast/nodes/init-block.test.d.ts +2 -0
- package/script/src/ast/nodes/init-block.test.d.ts.map +1 -0
- package/script/src/ast/nodes/init-block.test.js +30 -0
- package/script/src/ast/nodes/interface.test.d.ts +2 -0
- package/script/src/ast/nodes/interface.test.d.ts.map +1 -0
- package/script/src/ast/nodes/interface.test.js +123 -0
- package/script/src/ast/nodes/object.test.d.ts +2 -0
- package/script/src/ast/nodes/object.test.d.ts.map +1 -0
- package/script/src/ast/nodes/object.test.js +80 -0
- package/script/src/ast/nodes/parameter.test.d.ts +2 -0
- package/script/src/ast/nodes/parameter.test.d.ts.map +1 -0
- package/script/src/ast/nodes/parameter.test.js +154 -0
- package/script/src/ast/nodes/property.test.d.ts +2 -0
- package/script/src/ast/nodes/property.test.d.ts.map +1 -0
- package/script/src/ast/nodes/property.test.js +208 -0
- package/script/src/ast/nodes/reference.test.d.ts +2 -0
- package/script/src/ast/nodes/reference.test.d.ts.map +1 -0
- package/script/src/ast/nodes/reference.test.js +38 -0
- package/script/src/ast/nodes/string.test.d.ts +2 -0
- package/script/src/ast/nodes/string.test.d.ts.map +1 -0
- package/script/src/ast/nodes/string.test.js +50 -0
- package/script/src/config.d.ts +1 -0
- package/script/src/config.d.ts.map +1 -1
- package/script/src/config.js +1 -0
- package/script/src/generators/services/okhttp3-clients/okhttp3-client-generator.js +26 -26
- package/script/src/generators/services/spring-controllers/args.d.ts +3 -0
- package/script/src/generators/services/spring-controllers/args.d.ts.map +1 -1
- package/script/src/generators/services/spring-controllers/spring-controller-generator.d.ts +1 -0
- package/script/src/generators/services/spring-controllers/spring-controller-generator.d.ts.map +1 -1
- package/script/src/generators/services/spring-controllers/spring-controller-generator.js +11 -1
- package/script/src/import-collection.test.d.ts +2 -0
- package/script/src/import-collection.test.d.ts.map +1 -0
- package/script/src/import-collection.test.js +101 -0
- package/script/tests/openapi-models.test.d.ts +2 -0
- package/script/tests/openapi-models.test.d.ts.map +1 -0
- package/script/tests/openapi-models.test.js +48 -0
- package/src/_dnt.test_polyfills.ts +70 -0
- package/src/_dnt.test_shims.ts +64 -0
- package/src/deps/jsr.io/@std/assert/1.0.8/assertion_error.ts +31 -0
- package/src/deps/jsr.io/@std/assert/1.0.8/equal.ts +210 -0
- package/src/deps/jsr.io/@std/assert/1.0.8/equals.ts +52 -0
- package/src/deps/jsr.io/@std/assert/1.0.8/false.ts +26 -0
- package/src/deps/jsr.io/@std/assert/1.0.8/instance_of.ts +64 -0
- package/src/deps/jsr.io/@std/assert/1.0.8/is_error.ts +65 -0
- package/src/deps/jsr.io/@std/assert/1.0.8/match.ts +30 -0
- package/src/deps/jsr.io/@std/assert/1.0.8/not_instance_of.ts +33 -0
- package/src/deps/jsr.io/@std/assert/1.0.8/not_match.ts +30 -0
- package/src/deps/jsr.io/@std/assert/1.0.8/not_strict_equals.ts +42 -0
- package/src/deps/jsr.io/@std/assert/1.0.8/rejects.ts +123 -0
- package/src/deps/jsr.io/@std/assert/1.0.8/strict_equals.ts +67 -0
- package/src/deps/jsr.io/@std/expect/1.0.8/_assert_equals.ts +38 -0
- package/src/deps/jsr.io/@std/expect/1.0.8/_assert_not_equals.ts +35 -0
- package/src/deps/jsr.io/@std/expect/1.0.8/_assertions.ts +18 -0
- package/src/deps/jsr.io/@std/expect/1.0.8/_asymmetric_matchers.ts +193 -0
- package/src/deps/jsr.io/@std/expect/1.0.8/_build_message.ts +51 -0
- package/src/deps/jsr.io/@std/expect/1.0.8/_custom_equality_tester.ts +19 -0
- package/src/deps/jsr.io/@std/expect/1.0.8/_equal.ts +230 -0
- package/src/deps/jsr.io/@std/expect/1.0.8/_extend.ts +16 -0
- package/src/deps/jsr.io/@std/expect/1.0.8/_inspect_args.ts +15 -0
- package/src/deps/jsr.io/@std/expect/1.0.8/_matchers.ts +832 -0
- package/src/deps/jsr.io/@std/expect/1.0.8/_mock_util.ts +22 -0
- package/src/deps/jsr.io/@std/expect/1.0.8/_serializer.ts +15 -0
- package/src/deps/jsr.io/@std/expect/1.0.8/_types.ts +919 -0
- package/src/deps/jsr.io/@std/expect/1.0.8/_utils.ts +283 -0
- package/src/deps/jsr.io/@std/expect/1.0.8/expect.ts +620 -0
- package/src/deps/jsr.io/@std/internal/1.0.5/assertion_state.ts +214 -0
- package/src/deps/jsr.io/@std/internal/1.0.5/build_message.ts +134 -0
- package/src/deps/jsr.io/@std/internal/1.0.5/diff.ts +317 -0
- package/src/deps/jsr.io/@std/internal/1.0.5/diff_str.ts +204 -0
- package/src/deps/jsr.io/@std/internal/1.0.5/format.ts +39 -0
- package/src/deps/jsr.io/@std/internal/1.0.5/styles.ts +233 -0
- package/src/deps/jsr.io/@std/internal/1.0.5/types.ts +18 -0
- package/src/deps/jsr.io/@std/testing/1.0.5/_mock_utils.ts +43 -0
- package/src/deps/jsr.io/@std/testing/1.0.5/_test_suite.ts +410 -0
- package/src/deps/jsr.io/@std/testing/1.0.5/bdd.ts +1211 -0
- package/src/deps/jsr.io/@std/testing/1.0.5/mock.ts +1807 -0
- package/src/mod.ts +8 -0
- package/src/src/assets.ts +9 -0
- package/src/src/ast/_index.ts +66 -0
- package/src/src/ast/common.ts +1 -0
- package/src/src/ast/index.ts +1 -0
- package/src/src/ast/node.ts +10 -0
- package/src/src/ast/nodes/annotation.test.ts +69 -0
- package/src/src/ast/nodes/annotation.ts +79 -0
- package/src/src/ast/nodes/argument.test.ts +41 -0
- package/src/src/ast/nodes/argument.ts +62 -0
- package/src/src/ast/nodes/call.test.ts +44 -0
- package/src/src/ast/nodes/call.ts +66 -0
- package/src/src/ast/nodes/class.test.ts +274 -0
- package/src/src/ast/nodes/class.ts +178 -0
- package/src/src/ast/nodes/collection-literal.ts +49 -0
- package/src/src/ast/nodes/constructor.test.ts +178 -0
- package/src/src/ast/nodes/constructor.ts +126 -0
- package/src/src/ast/nodes/doc-tag.test.ts +84 -0
- package/src/src/ast/nodes/doc-tag.ts +138 -0
- package/src/src/ast/nodes/doc.test.ts +42 -0
- package/src/src/ast/nodes/doc.ts +111 -0
- package/src/src/ast/nodes/enum-value.test.ts +146 -0
- package/src/src/ast/nodes/enum-value.ts +100 -0
- package/src/src/ast/nodes/enum.test.ts +167 -0
- package/src/src/ast/nodes/enum.ts +163 -0
- package/src/src/ast/nodes/function.test.ts +194 -0
- package/src/src/ast/nodes/function.ts +176 -0
- package/src/src/ast/nodes/generic-parameter.test.ts +60 -0
- package/src/src/ast/nodes/generic-parameter.ts +54 -0
- package/src/src/ast/nodes/init-block.test.ts +36 -0
- package/src/src/ast/nodes/init-block.ts +38 -0
- package/src/src/ast/nodes/interface.test.ts +151 -0
- package/src/src/ast/nodes/interface.ts +133 -0
- package/src/src/ast/nodes/lambda-type.ts +68 -0
- package/src/src/ast/nodes/lambda.ts +68 -0
- package/src/src/ast/nodes/object.test.ts +101 -0
- package/src/src/ast/nodes/object.ts +102 -0
- package/src/src/ast/nodes/parameter.test.ts +191 -0
- package/src/src/ast/nodes/parameter.ts +118 -0
- package/src/src/ast/nodes/property.test.ts +253 -0
- package/src/src/ast/nodes/property.ts +225 -0
- package/src/src/ast/nodes/reference.test.ts +47 -0
- package/src/src/ast/nodes/reference.ts +178 -0
- package/src/src/ast/nodes/string.test.ts +61 -0
- package/src/src/ast/nodes/string.ts +114 -0
- package/src/src/ast/nodes/types.ts +23 -0
- package/src/src/ast/references/index.ts +8 -0
- package/src/src/ast/references/jackson.ts +16 -0
- package/src/src/ast/references/jakarta.ts +10 -0
- package/src/src/ast/references/java.ts +19 -0
- package/src/src/ast/references/kotlin.ts +40 -0
- package/src/src/ast/references/okhttp3.ts +5 -0
- package/src/src/ast/references/reactor.ts +5 -0
- package/src/src/ast/references/spring.ts +58 -0
- package/src/src/ast/references/swagger.ts +23 -0
- package/src/src/ast/utils/get-kotlin-builder-options.ts +19 -0
- package/src/src/ast/utils/to-kt-node.ts +31 -0
- package/src/src/ast/utils/write-kt-annotations.ts +15 -0
- package/src/src/ast/utils/write-kt-arguments.ts +45 -0
- package/src/src/ast/utils/write-kt-enum-values.ts +27 -0
- package/src/src/ast/utils/write-kt-generic-parameters.ts +12 -0
- package/src/src/ast/utils/write-kt-members.ts +25 -0
- package/src/src/ast/utils/write-kt-node.ts +37 -0
- package/src/src/ast/utils/write-kt-parameters.ts +25 -0
- package/src/src/common-results.ts +4 -0
- package/src/src/config.ts +41 -0
- package/src/src/file-builder.ts +108 -0
- package/src/src/generators/file-generator.ts +29 -0
- package/src/src/generators/index.ts +4 -0
- package/src/src/generators/models/args.ts +128 -0
- package/src/src/generators/models/index.ts +4 -0
- package/src/src/generators/models/model-generator.ts +602 -0
- package/src/src/generators/models/models-generator.ts +65 -0
- package/src/src/generators/models/models.ts +95 -0
- package/src/src/generators/services/okhttp3-clients/args.ts +78 -0
- package/src/src/generators/services/okhttp3-clients/index.ts +4 -0
- package/src/src/generators/services/okhttp3-clients/models.ts +60 -0
- package/src/src/generators/services/okhttp3-clients/okhttp3-client-generator.ts +557 -0
- package/src/src/generators/services/okhttp3-clients/okhttp3-clients-generator.ts +128 -0
- package/src/src/generators/services/okhttp3-clients/refs.ts +55 -0
- package/src/src/generators/services/spring-controllers/args.ts +73 -0
- package/src/src/generators/services/spring-controllers/index.ts +4 -0
- package/src/src/generators/services/spring-controllers/models.ts +58 -0
- package/src/src/generators/services/spring-controllers/spring-controller-generator.ts +653 -0
- package/src/src/generators/services/spring-controllers/spring-controllers-generator.ts +70 -0
- package/src/src/import-collection.test.ts +116 -0
- package/src/src/import-collection.ts +98 -0
- package/src/src/types.ts +3 -0
- package/src/src/utils.ts +39 -0
- package/src/tests/openapi-models.test.ts +63 -0
- package/test_runner.js +227 -0
|
@@ -0,0 +1,410 @@
|
|
|
1
|
+
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
2
|
+
import * as dntShim from "../../../../../_dnt.test_shims.js";
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
import { getAssertionState } from "../../internal/1.0.5/assertion_state.js";
|
|
6
|
+
import { AssertionError } from "../../assert/1.0.8/assertion_error.js";
|
|
7
|
+
|
|
8
|
+
const assertionState = getAssertionState();
|
|
9
|
+
|
|
10
|
+
/** The options for creating a test suite with the describe function. */
|
|
11
|
+
export interface DescribeDefinition<T> extends Omit<dntShim.Deno.TestDefinition, "fn"> {
|
|
12
|
+
/** The body of the test suite */
|
|
13
|
+
fn?: () => void | undefined;
|
|
14
|
+
/**
|
|
15
|
+
* The `describe` function returns a `TestSuite` representing the group of tests.
|
|
16
|
+
* If `describe` is called within another `describe` calls `fn`, the suite will default to that parent `describe` calls returned `TestSuite`.
|
|
17
|
+
* If `describe` is not called within another `describe` calls `fn`, the suite will default to the `TestSuite` representing the global group of tests.
|
|
18
|
+
*/
|
|
19
|
+
suite?: TestSuite<T>;
|
|
20
|
+
/** Run some shared setup before all of the tests in the suite. */
|
|
21
|
+
beforeAll?:
|
|
22
|
+
| ((this: T) => void | Promise<void>)
|
|
23
|
+
| ((this: T) => void | Promise<void>)[];
|
|
24
|
+
/** Run some shared teardown after all of the tests in the suite. */
|
|
25
|
+
afterAll?:
|
|
26
|
+
| ((this: T) => void | Promise<void>)
|
|
27
|
+
| ((this: T) => void | Promise<void>)[];
|
|
28
|
+
/** Run some shared setup before each test in the suite. */
|
|
29
|
+
beforeEach?:
|
|
30
|
+
| ((this: T) => void | Promise<void>)
|
|
31
|
+
| ((this: T) => void | Promise<void>)[];
|
|
32
|
+
/** Run some shared teardown after each test in the suite. */
|
|
33
|
+
afterEach?:
|
|
34
|
+
| ((this: T) => void | Promise<void>)
|
|
35
|
+
| ((this: T) => void | Promise<void>)[];
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
/** The options for creating an individual test case with the it function. */
|
|
39
|
+
export interface ItDefinition<T> extends Omit<dntShim.Deno.TestDefinition, "fn"> {
|
|
40
|
+
/** The body of the test case */
|
|
41
|
+
fn: (this: T, t: dntShim.Deno.TestContext) => void | Promise<void>;
|
|
42
|
+
/**
|
|
43
|
+
* The `describe` function returns a `TestSuite` representing the group of tests.
|
|
44
|
+
* If `it` is called within a `describe` calls `fn`, the suite will default to that parent `describe` calls returned `TestSuite`.
|
|
45
|
+
* If `it` is not called within a `describe` calls `fn`, the suite will default to the `TestSuite` representing the global group of tests.
|
|
46
|
+
*/
|
|
47
|
+
suite?: TestSuite<T>;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
/** The names of all the different types of hooks. */
|
|
51
|
+
export type HookNames = "beforeAll" | "afterAll" | "beforeEach" | "afterEach";
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
* A group of tests.
|
|
55
|
+
*/
|
|
56
|
+
export interface TestSuite<T> {
|
|
57
|
+
/** The symbol to use for grouping the test suite */
|
|
58
|
+
symbol: symbol;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
/**
|
|
62
|
+
* An internal representation of a group of tests.
|
|
63
|
+
*/
|
|
64
|
+
export class TestSuiteInternal<T> implements TestSuite<T> {
|
|
65
|
+
symbol: symbol;
|
|
66
|
+
protected describe: DescribeDefinition<T>;
|
|
67
|
+
protected steps: (TestSuiteInternal<T> | ItDefinition<T>)[];
|
|
68
|
+
protected hasOnlyStep: boolean;
|
|
69
|
+
|
|
70
|
+
constructor(describe: DescribeDefinition<T>) {
|
|
71
|
+
this.describe = describe;
|
|
72
|
+
this.steps = [];
|
|
73
|
+
this.hasOnlyStep = false;
|
|
74
|
+
|
|
75
|
+
const { suite } = describe;
|
|
76
|
+
if (suite && !TestSuiteInternal.suites.has(suite.symbol)) {
|
|
77
|
+
throw new Error(
|
|
78
|
+
"Cannot construct Test Suite: suite does not represent a registered test suite",
|
|
79
|
+
);
|
|
80
|
+
}
|
|
81
|
+
const testSuite = suite
|
|
82
|
+
? TestSuiteInternal.suites.get(suite.symbol)
|
|
83
|
+
: TestSuiteInternal.current;
|
|
84
|
+
this.symbol = Symbol();
|
|
85
|
+
TestSuiteInternal.suites.set(this.symbol, this);
|
|
86
|
+
|
|
87
|
+
const { fn } = describe;
|
|
88
|
+
if (fn) {
|
|
89
|
+
const temp = TestSuiteInternal.current;
|
|
90
|
+
TestSuiteInternal.current = this;
|
|
91
|
+
try {
|
|
92
|
+
// deno-lint-ignore no-explicit-any
|
|
93
|
+
const value = fn() as any;
|
|
94
|
+
if (value instanceof Promise) {
|
|
95
|
+
throw new Error(
|
|
96
|
+
'Returning a Promise from "describe" is not supported: tests must be defined synchronously',
|
|
97
|
+
);
|
|
98
|
+
}
|
|
99
|
+
} finally {
|
|
100
|
+
TestSuiteInternal.current = temp;
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
if (testSuite) {
|
|
105
|
+
TestSuiteInternal.addStep(testSuite, this);
|
|
106
|
+
} else {
|
|
107
|
+
const {
|
|
108
|
+
name,
|
|
109
|
+
ignore,
|
|
110
|
+
permissions,
|
|
111
|
+
sanitizeExit,
|
|
112
|
+
sanitizeOps,
|
|
113
|
+
sanitizeResources,
|
|
114
|
+
} = describe;
|
|
115
|
+
let { only } = describe;
|
|
116
|
+
if (!ignore && this.hasOnlyStep) {
|
|
117
|
+
only = true;
|
|
118
|
+
}
|
|
119
|
+
const options: dntShim.Deno.TestDefinition = {
|
|
120
|
+
name,
|
|
121
|
+
fn: async (t) => {
|
|
122
|
+
TestSuiteInternal.runningCount++;
|
|
123
|
+
try {
|
|
124
|
+
const context = {} as T;
|
|
125
|
+
const { beforeAll } = this.describe;
|
|
126
|
+
if (typeof beforeAll === "function") {
|
|
127
|
+
await beforeAll.call(context);
|
|
128
|
+
} else if (beforeAll) {
|
|
129
|
+
for (const hook of beforeAll) {
|
|
130
|
+
await hook.call(context);
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
try {
|
|
134
|
+
TestSuiteInternal.active.push(this.symbol);
|
|
135
|
+
await TestSuiteInternal.run(this, context, t);
|
|
136
|
+
} finally {
|
|
137
|
+
TestSuiteInternal.active.pop();
|
|
138
|
+
const { afterAll } = this.describe;
|
|
139
|
+
if (typeof afterAll === "function") {
|
|
140
|
+
await afterAll.call(context);
|
|
141
|
+
} else if (afterAll) {
|
|
142
|
+
for (const hook of afterAll) {
|
|
143
|
+
await hook.call(context);
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
} finally {
|
|
148
|
+
TestSuiteInternal.runningCount--;
|
|
149
|
+
}
|
|
150
|
+
},
|
|
151
|
+
};
|
|
152
|
+
if (ignore !== undefined) {
|
|
153
|
+
options.ignore = ignore;
|
|
154
|
+
}
|
|
155
|
+
if (only !== undefined) {
|
|
156
|
+
options.only = only;
|
|
157
|
+
}
|
|
158
|
+
if (permissions !== undefined) {
|
|
159
|
+
options.permissions = permissions;
|
|
160
|
+
}
|
|
161
|
+
if (sanitizeExit !== undefined) {
|
|
162
|
+
options.sanitizeExit = sanitizeExit;
|
|
163
|
+
}
|
|
164
|
+
if (sanitizeOps !== undefined) {
|
|
165
|
+
options.sanitizeOps = sanitizeOps;
|
|
166
|
+
}
|
|
167
|
+
if (sanitizeResources !== undefined) {
|
|
168
|
+
options.sanitizeResources = sanitizeResources;
|
|
169
|
+
}
|
|
170
|
+
TestSuiteInternal.registerTest(options);
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
/** Stores how many test suites are executing. */
|
|
175
|
+
static runningCount = 0;
|
|
176
|
+
|
|
177
|
+
/** If a test has been registered yet. Block adding global hooks if a test has been registered. */
|
|
178
|
+
static started = false;
|
|
179
|
+
|
|
180
|
+
/** A map of all test suites by symbol. */
|
|
181
|
+
// deno-lint-ignore no-explicit-any
|
|
182
|
+
static suites = new Map<symbol, TestSuiteInternal<any>>();
|
|
183
|
+
|
|
184
|
+
/** The current test suite being registered. */
|
|
185
|
+
// deno-lint-ignore no-explicit-any
|
|
186
|
+
static current: TestSuiteInternal<any> | null = null;
|
|
187
|
+
|
|
188
|
+
/** The stack of tests that are actively running. */
|
|
189
|
+
static active: symbol[] = [];
|
|
190
|
+
|
|
191
|
+
/** This is used internally for testing this module. */
|
|
192
|
+
static reset() {
|
|
193
|
+
TestSuiteInternal.runningCount = 0;
|
|
194
|
+
TestSuiteInternal.started = false;
|
|
195
|
+
TestSuiteInternal.current = null;
|
|
196
|
+
TestSuiteInternal.active = [];
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
/** This is used internally to register tests. */
|
|
200
|
+
static registerTest(options: dntShim.Deno.TestDefinition) {
|
|
201
|
+
options = { ...options };
|
|
202
|
+
if (options.only === undefined) {
|
|
203
|
+
delete options.only;
|
|
204
|
+
}
|
|
205
|
+
if (options.permissions === undefined) {
|
|
206
|
+
delete options.permissions;
|
|
207
|
+
}
|
|
208
|
+
if (options.ignore === undefined) {
|
|
209
|
+
delete options.ignore;
|
|
210
|
+
}
|
|
211
|
+
if (options.sanitizeExit === undefined) {
|
|
212
|
+
delete options.sanitizeExit;
|
|
213
|
+
}
|
|
214
|
+
if (options.sanitizeOps === undefined) {
|
|
215
|
+
delete options.sanitizeOps;
|
|
216
|
+
}
|
|
217
|
+
if (options.sanitizeResources === undefined) {
|
|
218
|
+
delete options.sanitizeResources;
|
|
219
|
+
}
|
|
220
|
+
dntShim.Deno.test(options);
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
/** Updates all steps within top level suite to have ignore set to true if only is not set to true on step. */
|
|
224
|
+
static addingOnlyStep<T>(suite: TestSuiteInternal<T>) {
|
|
225
|
+
if (!suite.hasOnlyStep) {
|
|
226
|
+
for (let i = 0; i < suite.steps.length; i++) {
|
|
227
|
+
const step = suite.steps[i]!;
|
|
228
|
+
if (!(step instanceof TestSuiteInternal) && !step.only) {
|
|
229
|
+
suite.steps.splice(i--, 1);
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
suite.hasOnlyStep = true;
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
const parentSuite = suite.describe.suite;
|
|
236
|
+
const parentTestSuite = parentSuite &&
|
|
237
|
+
TestSuiteInternal.suites.get(parentSuite.symbol);
|
|
238
|
+
if (parentTestSuite) {
|
|
239
|
+
TestSuiteInternal.addingOnlyStep(parentTestSuite);
|
|
240
|
+
}
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
/** This is used internally to add steps to a test suite. */
|
|
244
|
+
static addStep<T>(
|
|
245
|
+
suite: TestSuiteInternal<T>,
|
|
246
|
+
step: TestSuiteInternal<T> | ItDefinition<T>,
|
|
247
|
+
) {
|
|
248
|
+
if (!suite.hasOnlyStep) {
|
|
249
|
+
if (step instanceof TestSuiteInternal) {
|
|
250
|
+
if (step.hasOnlyStep || step.describe.only) {
|
|
251
|
+
TestSuiteInternal.addingOnlyStep(suite);
|
|
252
|
+
}
|
|
253
|
+
} else {
|
|
254
|
+
if (step.only) TestSuiteInternal.addingOnlyStep(suite);
|
|
255
|
+
}
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
if (
|
|
259
|
+
!(suite.hasOnlyStep && !(step instanceof TestSuiteInternal) && !step.only)
|
|
260
|
+
) {
|
|
261
|
+
suite.steps.push(step);
|
|
262
|
+
}
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
/** This is used internally to add hooks to a test suite. */
|
|
266
|
+
static setHook<T>(
|
|
267
|
+
suite: TestSuiteInternal<T>,
|
|
268
|
+
name: HookNames,
|
|
269
|
+
fn: (this: T) => void | Promise<void>,
|
|
270
|
+
) {
|
|
271
|
+
if (suite.describe[name]) {
|
|
272
|
+
if (typeof suite.describe[name] === "function") {
|
|
273
|
+
suite.describe[name] = [
|
|
274
|
+
suite.describe[name] as ((this: T) => void | Promise<void>),
|
|
275
|
+
];
|
|
276
|
+
}
|
|
277
|
+
(suite.describe[name] as ((this: T) => void | Promise<void>)[]).push(fn);
|
|
278
|
+
} else {
|
|
279
|
+
suite.describe[name] = fn;
|
|
280
|
+
}
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
/** This is used internally to run all steps for a test suite. */
|
|
284
|
+
static async run<T>(
|
|
285
|
+
suite: TestSuiteInternal<T>,
|
|
286
|
+
context: T,
|
|
287
|
+
t: dntShim.Deno.TestContext,
|
|
288
|
+
) {
|
|
289
|
+
const hasOnly = suite.hasOnlyStep || suite.describe.only || false;
|
|
290
|
+
for (const step of suite.steps) {
|
|
291
|
+
if (
|
|
292
|
+
hasOnly && step instanceof TestSuiteInternal &&
|
|
293
|
+
!(step.hasOnlyStep || step.describe.only || false)
|
|
294
|
+
) {
|
|
295
|
+
continue;
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
const {
|
|
299
|
+
name,
|
|
300
|
+
fn,
|
|
301
|
+
ignore,
|
|
302
|
+
permissions,
|
|
303
|
+
sanitizeExit,
|
|
304
|
+
sanitizeOps,
|
|
305
|
+
sanitizeResources,
|
|
306
|
+
} = step instanceof TestSuiteInternal ? step.describe : step;
|
|
307
|
+
|
|
308
|
+
const options: dntShim.Deno.TestStepDefinition = {
|
|
309
|
+
name,
|
|
310
|
+
fn: async (t) => {
|
|
311
|
+
if (permissions) {
|
|
312
|
+
throw new Error(
|
|
313
|
+
"permissions option not available for nested tests",
|
|
314
|
+
);
|
|
315
|
+
}
|
|
316
|
+
context = { ...context };
|
|
317
|
+
if (step instanceof TestSuiteInternal) {
|
|
318
|
+
const { beforeAll } = step.describe;
|
|
319
|
+
if (typeof beforeAll === "function") {
|
|
320
|
+
await beforeAll.call(context);
|
|
321
|
+
} else if (beforeAll) {
|
|
322
|
+
for (const hook of beforeAll) {
|
|
323
|
+
await hook.call(context);
|
|
324
|
+
}
|
|
325
|
+
}
|
|
326
|
+
try {
|
|
327
|
+
TestSuiteInternal.active.push(step.symbol);
|
|
328
|
+
await TestSuiteInternal.run(step, context, t);
|
|
329
|
+
} finally {
|
|
330
|
+
TestSuiteInternal.active.pop();
|
|
331
|
+
const { afterAll } = step.describe;
|
|
332
|
+
if (typeof afterAll === "function") {
|
|
333
|
+
await afterAll.call(context);
|
|
334
|
+
} else if (afterAll) {
|
|
335
|
+
for (const hook of afterAll) {
|
|
336
|
+
await hook.call(context);
|
|
337
|
+
}
|
|
338
|
+
}
|
|
339
|
+
}
|
|
340
|
+
} else {
|
|
341
|
+
await TestSuiteInternal.runTest(t, fn!, context);
|
|
342
|
+
}
|
|
343
|
+
},
|
|
344
|
+
};
|
|
345
|
+
if (ignore !== undefined) {
|
|
346
|
+
options.ignore = ignore;
|
|
347
|
+
}
|
|
348
|
+
if (sanitizeExit !== undefined) {
|
|
349
|
+
options.sanitizeExit = sanitizeExit;
|
|
350
|
+
}
|
|
351
|
+
if (sanitizeOps !== undefined) {
|
|
352
|
+
options.sanitizeOps = sanitizeOps;
|
|
353
|
+
}
|
|
354
|
+
if (sanitizeResources !== undefined) {
|
|
355
|
+
options.sanitizeResources = sanitizeResources;
|
|
356
|
+
}
|
|
357
|
+
await t.step(options);
|
|
358
|
+
}
|
|
359
|
+
}
|
|
360
|
+
|
|
361
|
+
static async runTest<T>(
|
|
362
|
+
t: dntShim.Deno.TestContext,
|
|
363
|
+
fn: (this: T, t: dntShim.Deno.TestContext) => void | Promise<void>,
|
|
364
|
+
context: T,
|
|
365
|
+
activeIndex = 0,
|
|
366
|
+
) {
|
|
367
|
+
const suite = TestSuiteInternal.active[activeIndex];
|
|
368
|
+
const testSuite = suite && TestSuiteInternal.suites.get(suite);
|
|
369
|
+
if (testSuite) {
|
|
370
|
+
if (activeIndex === 0) context = { ...context };
|
|
371
|
+
const { beforeEach } = testSuite.describe;
|
|
372
|
+
if (typeof beforeEach === "function") {
|
|
373
|
+
await beforeEach.call(context);
|
|
374
|
+
} else if (beforeEach) {
|
|
375
|
+
for (const hook of beforeEach) {
|
|
376
|
+
await hook.call(context);
|
|
377
|
+
}
|
|
378
|
+
}
|
|
379
|
+
try {
|
|
380
|
+
await TestSuiteInternal.runTest(t, fn, context, activeIndex + 1);
|
|
381
|
+
} finally {
|
|
382
|
+
const { afterEach } = testSuite.describe;
|
|
383
|
+
if (typeof afterEach === "function") {
|
|
384
|
+
await afterEach.call(context);
|
|
385
|
+
} else if (afterEach) {
|
|
386
|
+
for (const hook of afterEach) {
|
|
387
|
+
await hook.call(context);
|
|
388
|
+
}
|
|
389
|
+
}
|
|
390
|
+
}
|
|
391
|
+
} else {
|
|
392
|
+
await fn.call(context, t);
|
|
393
|
+
}
|
|
394
|
+
|
|
395
|
+
if (assertionState.checkAssertionErrorState()) {
|
|
396
|
+
throw new AssertionError(
|
|
397
|
+
"Expected at least one assertion to be called but received none",
|
|
398
|
+
);
|
|
399
|
+
}
|
|
400
|
+
|
|
401
|
+
if (assertionState.checkAssertionCountSatisfied()) {
|
|
402
|
+
throw new AssertionError(
|
|
403
|
+
`Expected at least ${assertionState.assertionCount} assertion to be called, ` +
|
|
404
|
+
`but received ${assertionState.assertionTriggeredCount}`,
|
|
405
|
+
);
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
assertionState.resetAssertionState();
|
|
409
|
+
}
|
|
410
|
+
}
|