@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.
- 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.7/assertion_error.d.ts +26 -0
- package/esm/deps/jsr.io/@std/assert/1.0.7/assertion_error.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.7/assertion_error.js +30 -0
- package/esm/deps/jsr.io/@std/assert/1.0.7/equal.d.ts +17 -0
- package/esm/deps/jsr.io/@std/assert/1.0.7/equal.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.7/equal.js +136 -0
- package/esm/deps/jsr.io/@std/assert/1.0.7/equals.d.ts +22 -0
- package/esm/deps/jsr.io/@std/assert/1.0.7/equals.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.7/equals.js +45 -0
- package/esm/deps/jsr.io/@std/assert/1.0.7/false.d.ts +18 -0
- package/esm/deps/jsr.io/@std/assert/1.0.7/false.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.7/false.js +22 -0
- package/esm/deps/jsr.io/@std/assert/1.0.7/instance_of.d.ts +23 -0
- package/esm/deps/jsr.io/@std/assert/1.0.7/instance_of.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.7/instance_of.js +53 -0
- package/esm/deps/jsr.io/@std/assert/1.0.7/is_error.d.ts +25 -0
- package/esm/deps/jsr.io/@std/assert/1.0.7/is_error.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.7/is_error.js +54 -0
- package/esm/deps/jsr.io/@std/assert/1.0.7/match.d.ts +18 -0
- package/esm/deps/jsr.io/@std/assert/1.0.7/match.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.7/match.js +26 -0
- package/esm/deps/jsr.io/@std/assert/1.0.7/not_instance_of.d.ts +20 -0
- package/esm/deps/jsr.io/@std/assert/1.0.7/not_instance_of.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.7/not_instance_of.js +29 -0
- package/esm/deps/jsr.io/@std/assert/1.0.7/not_match.d.ts +18 -0
- package/esm/deps/jsr.io/@std/assert/1.0.7/not_match.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.7/not_match.js +26 -0
- package/esm/deps/jsr.io/@std/assert/1.0.7/not_strict_equals.d.ts +23 -0
- package/esm/deps/jsr.io/@std/assert/1.0.7/not_strict_equals.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.7/not_strict_equals.js +32 -0
- package/esm/deps/jsr.io/@std/assert/1.0.7/rejects.d.ts +42 -0
- package/esm/deps/jsr.io/@std/assert/1.0.7/rejects.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.7/rejects.js +53 -0
- package/esm/deps/jsr.io/@std/assert/1.0.7/strict_equals.d.ts +24 -0
- package/esm/deps/jsr.io/@std/assert/1.0.7/strict_equals.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.7/strict_equals.js +57 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_assert_equals.d.ts +20 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_assert_equals.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_assert_equals.js +29 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_assert_not_equals.d.ts +17 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_assert_not_equals.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_assert_not_equals.js +26 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_assertions.d.ts +4 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_assertions.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_assertions.js +13 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_asymmetric_matchers.d.ts +46 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_asymmetric_matchers.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_asymmetric_matchers.js +160 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_build_message.d.ts +6 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_build_message.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_build_message.js +29 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_custom_equality_tester.d.ts +4 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_custom_equality_tester.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_custom_equality_tester.js +11 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_equal.d.ts +9 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_equal.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_equal.js +191 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_extend.d.ts +4 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_extend.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_extend.js +11 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_inspect_args.d.ts +3 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_inspect_args.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_inspect_args.js +12 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_matchers.d.ts +34 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_matchers.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_matchers.js +563 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_mock_util.d.ts +11 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_mock_util.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_mock_util.js +10 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_types.d.ts +838 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_types.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_types.js +3 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_utils.d.ts +9 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_utils.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_utils.js +218 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/expect.d.ts +59 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/expect.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/expect.js +506 -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.4/_mock_utils.d.ts +15 -0
- package/esm/deps/jsr.io/@std/testing/1.0.4/_mock_utils.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/testing/1.0.4/_mock_utils.js +35 -0
- package/esm/deps/jsr.io/@std/testing/1.0.4/_test_suite.d.ts +74 -0
- package/esm/deps/jsr.io/@std/testing/1.0.4/_test_suite.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/testing/1.0.4/_test_suite.js +350 -0
- package/esm/deps/jsr.io/@std/testing/1.0.4/bdd.d.ts +731 -0
- package/esm/deps/jsr.io/@std/testing/1.0.4/bdd.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/testing/1.0.4/bdd.js +581 -0
- package/esm/deps/jsr.io/@std/testing/1.0.4/mock.d.ts +674 -0
- package/esm/deps/jsr.io/@std/testing/1.0.4/mock.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/testing/1.0.4/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/generators/services/okhttp3-clients/okhttp3-client-generator.js +26 -26
- 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 -7
- 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.7/assertion_error.d.ts +26 -0
- package/script/deps/jsr.io/@std/assert/1.0.7/assertion_error.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.7/assertion_error.js +34 -0
- package/script/deps/jsr.io/@std/assert/1.0.7/equal.d.ts +17 -0
- package/script/deps/jsr.io/@std/assert/1.0.7/equal.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.7/equal.js +139 -0
- package/script/deps/jsr.io/@std/assert/1.0.7/equals.d.ts +22 -0
- package/script/deps/jsr.io/@std/assert/1.0.7/equals.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.7/equals.js +48 -0
- package/script/deps/jsr.io/@std/assert/1.0.7/false.d.ts +18 -0
- package/script/deps/jsr.io/@std/assert/1.0.7/false.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.7/false.js +25 -0
- package/script/deps/jsr.io/@std/assert/1.0.7/instance_of.d.ts +23 -0
- package/script/deps/jsr.io/@std/assert/1.0.7/instance_of.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.7/instance_of.js +56 -0
- package/script/deps/jsr.io/@std/assert/1.0.7/is_error.d.ts +25 -0
- package/script/deps/jsr.io/@std/assert/1.0.7/is_error.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.7/is_error.js +57 -0
- package/script/deps/jsr.io/@std/assert/1.0.7/match.d.ts +18 -0
- package/script/deps/jsr.io/@std/assert/1.0.7/match.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.7/match.js +29 -0
- package/script/deps/jsr.io/@std/assert/1.0.7/not_instance_of.d.ts +20 -0
- package/script/deps/jsr.io/@std/assert/1.0.7/not_instance_of.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.7/not_instance_of.js +32 -0
- package/script/deps/jsr.io/@std/assert/1.0.7/not_match.d.ts +18 -0
- package/script/deps/jsr.io/@std/assert/1.0.7/not_match.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.7/not_match.js +29 -0
- package/script/deps/jsr.io/@std/assert/1.0.7/not_strict_equals.d.ts +23 -0
- package/script/deps/jsr.io/@std/assert/1.0.7/not_strict_equals.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.7/not_strict_equals.js +35 -0
- package/script/deps/jsr.io/@std/assert/1.0.7/rejects.d.ts +42 -0
- package/script/deps/jsr.io/@std/assert/1.0.7/rejects.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.7/rejects.js +56 -0
- package/script/deps/jsr.io/@std/assert/1.0.7/strict_equals.d.ts +24 -0
- package/script/deps/jsr.io/@std/assert/1.0.7/strict_equals.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.7/strict_equals.js +60 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_assert_equals.d.ts +20 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_assert_equals.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_assert_equals.js +32 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_assert_not_equals.d.ts +17 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_assert_not_equals.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_assert_not_equals.js +29 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_assertions.d.ts +4 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_assertions.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_assertions.js +18 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_asymmetric_matchers.d.ts +46 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_asymmetric_matchers.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_asymmetric_matchers.js +182 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_build_message.d.ts +6 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_build_message.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_build_message.js +33 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_custom_equality_tester.d.ts +4 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_custom_equality_tester.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_custom_equality_tester.js +15 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_equal.d.ts +9 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_equal.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_equal.js +194 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_extend.d.ts +4 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_extend.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_extend.js +15 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_inspect_args.d.ts +3 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_inspect_args.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_inspect_args.js +17 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_matchers.d.ts +34 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_matchers.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_matchers.js +597 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_mock_util.d.ts +11 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_mock_util.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_mock_util.js +14 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_types.d.ts +838 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_types.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_types.js +4 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_utils.d.ts +9 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_utils.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_utils.js +226 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/expect.d.ts +59 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/expect.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/expect.js +510 -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.4/_mock_utils.d.ts +15 -0
- package/script/deps/jsr.io/@std/testing/1.0.4/_mock_utils.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/testing/1.0.4/_mock_utils.js +41 -0
- package/script/deps/jsr.io/@std/testing/1.0.4/_test_suite.d.ts +74 -0
- package/script/deps/jsr.io/@std/testing/1.0.4/_test_suite.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/testing/1.0.4/_test_suite.js +355 -0
- package/script/deps/jsr.io/@std/testing/1.0.4/bdd.d.ts +731 -0
- package/script/deps/jsr.io/@std/testing/1.0.4/bdd.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/testing/1.0.4/bdd.js +592 -0
- package/script/deps/jsr.io/@std/testing/1.0.4/mock.d.ts +674 -0
- package/script/deps/jsr.io/@std/testing/1.0.4/mock.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/testing/1.0.4/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/generators/services/okhttp3-clients/okhttp3-client-generator.js +26 -26
- 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 -7
- 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.7/assertion_error.ts +31 -0
- package/src/deps/jsr.io/@std/assert/1.0.7/equal.ts +152 -0
- package/src/deps/jsr.io/@std/assert/1.0.7/equals.ts +52 -0
- package/src/deps/jsr.io/@std/assert/1.0.7/false.ts +26 -0
- package/src/deps/jsr.io/@std/assert/1.0.7/instance_of.ts +64 -0
- package/src/deps/jsr.io/@std/assert/1.0.7/is_error.ts +65 -0
- package/src/deps/jsr.io/@std/assert/1.0.7/match.ts +30 -0
- package/src/deps/jsr.io/@std/assert/1.0.7/not_instance_of.ts +33 -0
- package/src/deps/jsr.io/@std/assert/1.0.7/not_match.ts +30 -0
- package/src/deps/jsr.io/@std/assert/1.0.7/not_strict_equals.ts +42 -0
- package/src/deps/jsr.io/@std/assert/1.0.7/rejects.ts +123 -0
- package/src/deps/jsr.io/@std/assert/1.0.7/strict_equals.ts +67 -0
- package/src/deps/jsr.io/@std/expect/1.0.7/_assert_equals.ts +38 -0
- package/src/deps/jsr.io/@std/expect/1.0.7/_assert_not_equals.ts +35 -0
- package/src/deps/jsr.io/@std/expect/1.0.7/_assertions.ts +18 -0
- package/src/deps/jsr.io/@std/expect/1.0.7/_asymmetric_matchers.ts +193 -0
- package/src/deps/jsr.io/@std/expect/1.0.7/_build_message.ts +51 -0
- package/src/deps/jsr.io/@std/expect/1.0.7/_custom_equality_tester.ts +19 -0
- package/src/deps/jsr.io/@std/expect/1.0.7/_equal.ts +230 -0
- package/src/deps/jsr.io/@std/expect/1.0.7/_extend.ts +16 -0
- package/src/deps/jsr.io/@std/expect/1.0.7/_inspect_args.ts +15 -0
- package/src/deps/jsr.io/@std/expect/1.0.7/_matchers.ts +832 -0
- package/src/deps/jsr.io/@std/expect/1.0.7/_mock_util.ts +22 -0
- package/src/deps/jsr.io/@std/expect/1.0.7/_types.ts +917 -0
- package/src/deps/jsr.io/@std/expect/1.0.7/_utils.ts +283 -0
- package/src/deps/jsr.io/@std/expect/1.0.7/expect.ts +601 -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.4/_mock_utils.ts +43 -0
- package/src/deps/jsr.io/@std/testing/1.0.4/_test_suite.ts +410 -0
- package/src/deps/jsr.io/@std/testing/1.0.4/bdd.ts +1211 -0
- package/src/deps/jsr.io/@std/testing/1.0.4/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 +19 -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 +39 -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 +71 -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 +609 -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,563 @@
|
|
|
1
|
+
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
2
|
+
import { assertNotStrictEquals } from "../../assert/1.0.7/not_strict_equals.js";
|
|
3
|
+
import { assertStrictEquals } from "../../assert/1.0.7/strict_equals.js";
|
|
4
|
+
import { assertInstanceOf } from "../../assert/1.0.7/instance_of.js";
|
|
5
|
+
import { assertIsError } from "../../assert/1.0.7/is_error.js";
|
|
6
|
+
import { assertNotInstanceOf } from "../../assert/1.0.7/not_instance_of.js";
|
|
7
|
+
import { assertMatch } from "../../assert/1.0.7/match.js";
|
|
8
|
+
import { assertNotMatch } from "../../assert/1.0.7/not_match.js";
|
|
9
|
+
import { AssertionError } from "../../assert/1.0.7/assertion_error.js";
|
|
10
|
+
import { assertEquals } from "./_assert_equals.js";
|
|
11
|
+
import { assertNotEquals } from "./_assert_not_equals.js";
|
|
12
|
+
import { equal } from "./_equal.js";
|
|
13
|
+
import { format } from "../../internal/1.0.5/format.js";
|
|
14
|
+
import { getMockCalls } from "./_mock_util.js";
|
|
15
|
+
import { inspectArg, inspectArgs } from "./_inspect_args.js";
|
|
16
|
+
import { buildEqualOptions, iterableEquality, subsetEquality, } from "./_utils.js";
|
|
17
|
+
export function toBe(context, expect) {
|
|
18
|
+
if (context.isNot) {
|
|
19
|
+
assertNotStrictEquals(context.value, expect, context.customMessage);
|
|
20
|
+
}
|
|
21
|
+
else {
|
|
22
|
+
assertStrictEquals(context.value, expect, context.customMessage);
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
export function toEqual(context, expected) {
|
|
26
|
+
const v = context.value;
|
|
27
|
+
const e = expected;
|
|
28
|
+
const equalsOptions = buildEqualOptions({
|
|
29
|
+
...context,
|
|
30
|
+
customTesters: [
|
|
31
|
+
...context.customTesters,
|
|
32
|
+
iterableEquality,
|
|
33
|
+
],
|
|
34
|
+
});
|
|
35
|
+
if (context.isNot) {
|
|
36
|
+
assertNotEquals(v, e, equalsOptions);
|
|
37
|
+
}
|
|
38
|
+
else {
|
|
39
|
+
assertEquals(v, e, equalsOptions);
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
export function toStrictEqual(context, expected) {
|
|
43
|
+
const equalsOptions = buildEqualOptions({
|
|
44
|
+
...context,
|
|
45
|
+
strictCheck: true,
|
|
46
|
+
customTesters: [
|
|
47
|
+
...context.customTesters,
|
|
48
|
+
iterableEquality,
|
|
49
|
+
],
|
|
50
|
+
});
|
|
51
|
+
if (context.isNot) {
|
|
52
|
+
assertNotEquals(context.value, expected, equalsOptions);
|
|
53
|
+
}
|
|
54
|
+
else {
|
|
55
|
+
assertEquals(context.value, expected, equalsOptions);
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
export function toBeCloseTo(context, expected, numDigits = 2) {
|
|
59
|
+
if (numDigits < 0) {
|
|
60
|
+
throw new Error("toBeCloseTo second argument must be a non-negative integer. Got " +
|
|
61
|
+
numDigits);
|
|
62
|
+
}
|
|
63
|
+
const tolerance = 0.5 * Math.pow(10, -numDigits);
|
|
64
|
+
const value = Number(context.value);
|
|
65
|
+
const pass = Math.abs(expected - value) < tolerance;
|
|
66
|
+
if (context.isNot) {
|
|
67
|
+
if (pass) {
|
|
68
|
+
throw new AssertionError(`Expected the value not to be close to ${expected} (using ${numDigits} digits), but it is`);
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
else {
|
|
72
|
+
if (!pass) {
|
|
73
|
+
throw new AssertionError(`Expected the value (${value} to be close to ${expected} (using ${numDigits} digits), but it is not`);
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
export function toBeDefined(context) {
|
|
78
|
+
if (context.isNot) {
|
|
79
|
+
assertStrictEquals(context.value, undefined, context.customMessage);
|
|
80
|
+
}
|
|
81
|
+
else {
|
|
82
|
+
assertNotStrictEquals(context.value, undefined, context.customMessage);
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
export function toBeUndefined(context) {
|
|
86
|
+
if (context.isNot) {
|
|
87
|
+
assertNotStrictEquals(context.value, undefined, context.customMessage);
|
|
88
|
+
}
|
|
89
|
+
else {
|
|
90
|
+
assertStrictEquals(context.value, undefined, context.customMessage);
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
export function toBeFalsy(context) {
|
|
94
|
+
const isFalsy = !(context.value);
|
|
95
|
+
if (context.isNot) {
|
|
96
|
+
if (isFalsy) {
|
|
97
|
+
throw new AssertionError(`Expected ${context.value} to NOT be falsy`);
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
else {
|
|
101
|
+
if (!isFalsy) {
|
|
102
|
+
throw new AssertionError(`Expected ${context.value} to be falsy`);
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
export function toBeTruthy(context) {
|
|
107
|
+
const isTruthy = !!(context.value);
|
|
108
|
+
if (context.isNot) {
|
|
109
|
+
if (isTruthy) {
|
|
110
|
+
throw new AssertionError(`Expected ${context.value} to NOT be truthy`);
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
else {
|
|
114
|
+
if (!isTruthy) {
|
|
115
|
+
throw new AssertionError(`Expected ${context.value} to be truthy`);
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
export function toBeGreaterThanOrEqual(context, expected) {
|
|
120
|
+
const isGreaterOrEqual = Number(context.value) >= Number(expected);
|
|
121
|
+
if (context.isNot) {
|
|
122
|
+
if (isGreaterOrEqual) {
|
|
123
|
+
throw new AssertionError(`Expected ${context.value} to NOT be greater than or equal ${expected}`);
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
else {
|
|
127
|
+
if (!isGreaterOrEqual) {
|
|
128
|
+
throw new AssertionError(`Expected ${context.value} to be greater than or equal ${expected}`);
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
export function toBeGreaterThan(context, expected) {
|
|
133
|
+
const isGreater = Number(context.value) > Number(expected);
|
|
134
|
+
if (context.isNot) {
|
|
135
|
+
if (isGreater) {
|
|
136
|
+
throw new AssertionError(`Expected ${context.value} to NOT be greater than ${expected}`);
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
else {
|
|
140
|
+
if (!isGreater) {
|
|
141
|
+
throw new AssertionError(`Expected ${context.value} to be greater than ${expected}`);
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
export function toBeInstanceOf(context, expected) {
|
|
146
|
+
if (context.isNot) {
|
|
147
|
+
assertNotInstanceOf(context.value, expected);
|
|
148
|
+
}
|
|
149
|
+
else {
|
|
150
|
+
assertInstanceOf(context.value, expected);
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
export function toBeLessThanOrEqual(context, expected) {
|
|
154
|
+
const isLower = Number(context.value) <= Number(expected);
|
|
155
|
+
if (context.isNot) {
|
|
156
|
+
if (isLower) {
|
|
157
|
+
throw new AssertionError(`Expected ${context.value} to NOT be lower than or equal ${expected}`);
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
else {
|
|
161
|
+
if (!isLower) {
|
|
162
|
+
throw new AssertionError(`Expected ${context.value} to be lower than or equal ${expected}`);
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
export function toBeLessThan(context, expected) {
|
|
167
|
+
const isLower = Number(context.value) < Number(expected);
|
|
168
|
+
if (context.isNot) {
|
|
169
|
+
if (isLower) {
|
|
170
|
+
throw new AssertionError(`Expected ${context.value} to NOT be lower than ${expected}`);
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
else {
|
|
174
|
+
if (!isLower) {
|
|
175
|
+
throw new AssertionError(`Expected ${context.value} to be lower than ${expected}`);
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
}
|
|
179
|
+
export function toBeNaN(context) {
|
|
180
|
+
const equalsOptions = buildEqualOptions(context);
|
|
181
|
+
if (context.isNot) {
|
|
182
|
+
assertNotEquals(isNaN(Number(context.value)), true, {
|
|
183
|
+
...equalsOptions,
|
|
184
|
+
msg: equalsOptions.msg || `Expected ${context.value} to not be NaN`,
|
|
185
|
+
});
|
|
186
|
+
}
|
|
187
|
+
else {
|
|
188
|
+
assertEquals(isNaN(Number(context.value)), true, {
|
|
189
|
+
...equalsOptions,
|
|
190
|
+
msg: equalsOptions.msg || `Expected ${context.value} to be NaN`,
|
|
191
|
+
});
|
|
192
|
+
}
|
|
193
|
+
}
|
|
194
|
+
export function toBeNull(context) {
|
|
195
|
+
if (context.isNot) {
|
|
196
|
+
assertNotStrictEquals(context.value, null, context.customMessage || `Expected ${context.value} to not be null`);
|
|
197
|
+
}
|
|
198
|
+
else {
|
|
199
|
+
assertStrictEquals(context.value, null, context.customMessage || `Expected ${context.value} to be null`);
|
|
200
|
+
}
|
|
201
|
+
}
|
|
202
|
+
export function toHaveLength(context, expected) {
|
|
203
|
+
const { value } = context;
|
|
204
|
+
// deno-lint-ignore no-explicit-any
|
|
205
|
+
const maybeLength = value === null || value === void 0 ? void 0 : value.length;
|
|
206
|
+
const hasLength = maybeLength === expected;
|
|
207
|
+
if (context.isNot) {
|
|
208
|
+
if (hasLength) {
|
|
209
|
+
throw new AssertionError(`Expected value not to have length ${expected}, but it does`);
|
|
210
|
+
}
|
|
211
|
+
}
|
|
212
|
+
else {
|
|
213
|
+
if (!hasLength) {
|
|
214
|
+
throw new AssertionError(`Expected value to have length ${expected}, but it does not: the value has length ${maybeLength}`);
|
|
215
|
+
}
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
export function toHaveProperty(context, propName, v) {
|
|
219
|
+
const { value } = context;
|
|
220
|
+
let propPath = [];
|
|
221
|
+
if (Array.isArray(propName)) {
|
|
222
|
+
propPath = propName;
|
|
223
|
+
}
|
|
224
|
+
else {
|
|
225
|
+
propPath = propName.split(".");
|
|
226
|
+
}
|
|
227
|
+
// deno-lint-ignore no-explicit-any
|
|
228
|
+
let current = value;
|
|
229
|
+
while (true) {
|
|
230
|
+
if (current === undefined || current === null) {
|
|
231
|
+
break;
|
|
232
|
+
}
|
|
233
|
+
if (propPath.length === 0) {
|
|
234
|
+
break;
|
|
235
|
+
}
|
|
236
|
+
const prop = propPath.shift();
|
|
237
|
+
current = current[prop];
|
|
238
|
+
}
|
|
239
|
+
let hasProperty;
|
|
240
|
+
if (v) {
|
|
241
|
+
hasProperty = current !== undefined && propPath.length === 0 &&
|
|
242
|
+
equal(current, v, context);
|
|
243
|
+
}
|
|
244
|
+
else {
|
|
245
|
+
hasProperty = current !== undefined && propPath.length === 0;
|
|
246
|
+
}
|
|
247
|
+
let ofValue = "";
|
|
248
|
+
if (v) {
|
|
249
|
+
ofValue = ` of the value ${inspectArg(v)}`;
|
|
250
|
+
}
|
|
251
|
+
if (context.isNot) {
|
|
252
|
+
if (hasProperty) {
|
|
253
|
+
throw new AssertionError(`Expected the value not to have the property ${propPath.join(".")}${ofValue}, but it does`);
|
|
254
|
+
}
|
|
255
|
+
}
|
|
256
|
+
else {
|
|
257
|
+
if (!hasProperty) {
|
|
258
|
+
throw new AssertionError(`Expected the value to have the property ${propPath.join(".")}${ofValue}, but it does not`);
|
|
259
|
+
}
|
|
260
|
+
}
|
|
261
|
+
}
|
|
262
|
+
export function toContain(context, expected) {
|
|
263
|
+
var _a, _b;
|
|
264
|
+
// deno-lint-ignore no-explicit-any
|
|
265
|
+
const doesContain = (_b = (_a = context.value) === null || _a === void 0 ? void 0 : _a.includes) === null || _b === void 0 ? void 0 : _b.call(_a, expected);
|
|
266
|
+
const fmtValue = format(context.value);
|
|
267
|
+
const fmtExpected = format(expected);
|
|
268
|
+
if (context.isNot) {
|
|
269
|
+
if (doesContain) {
|
|
270
|
+
throw new AssertionError(`The value ${fmtValue} contains the expected item ${fmtExpected}`);
|
|
271
|
+
}
|
|
272
|
+
}
|
|
273
|
+
else {
|
|
274
|
+
if (!doesContain) {
|
|
275
|
+
throw new AssertionError(`The value ${fmtValue} doesn't contain the expected item ${fmtExpected}`);
|
|
276
|
+
}
|
|
277
|
+
}
|
|
278
|
+
}
|
|
279
|
+
export function toContainEqual(context, expected) {
|
|
280
|
+
const { value } = context;
|
|
281
|
+
assertIsIterable(value);
|
|
282
|
+
let doesContain = false;
|
|
283
|
+
for (const item of value) {
|
|
284
|
+
if (equal(item, expected, context)) {
|
|
285
|
+
doesContain = true;
|
|
286
|
+
break;
|
|
287
|
+
}
|
|
288
|
+
}
|
|
289
|
+
const prettyStringify = (js) => JSON.stringify(js, null, "\t")
|
|
290
|
+
.replace(/\"|\n|\t/g, "")
|
|
291
|
+
.slice(0, 100);
|
|
292
|
+
const fmtValue = prettyStringify(context.value);
|
|
293
|
+
const fmtExpected = prettyStringify(expected);
|
|
294
|
+
if (context.isNot) {
|
|
295
|
+
if (doesContain) {
|
|
296
|
+
throw new AssertionError(`The value contains the expected item:
|
|
297
|
+
Value: ${fmtValue}
|
|
298
|
+
Expected: ${fmtExpected}`);
|
|
299
|
+
}
|
|
300
|
+
}
|
|
301
|
+
else {
|
|
302
|
+
if (!doesContain) {
|
|
303
|
+
throw new AssertionError(`The value doesn't contain the expected item:
|
|
304
|
+
Value: ${fmtValue}
|
|
305
|
+
Expected: ${fmtExpected}`);
|
|
306
|
+
}
|
|
307
|
+
}
|
|
308
|
+
}
|
|
309
|
+
// deno-lint-ignore no-explicit-any
|
|
310
|
+
function assertIsIterable(value) {
|
|
311
|
+
if (value == null) {
|
|
312
|
+
throw new AssertionError("The value is null or undefined");
|
|
313
|
+
}
|
|
314
|
+
if (typeof value[Symbol.iterator] !== "function") {
|
|
315
|
+
throw new AssertionError("The value is not iterable");
|
|
316
|
+
}
|
|
317
|
+
}
|
|
318
|
+
export function toMatch(context, expected) {
|
|
319
|
+
if (context.isNot) {
|
|
320
|
+
assertNotMatch(String(context.value), expected, context.customMessage);
|
|
321
|
+
}
|
|
322
|
+
else {
|
|
323
|
+
assertMatch(String(context.value), expected, context.customMessage);
|
|
324
|
+
}
|
|
325
|
+
}
|
|
326
|
+
export function toMatchObject(context, expected) {
|
|
327
|
+
const received = context.value;
|
|
328
|
+
if (typeof received !== "object" || received === null) {
|
|
329
|
+
throw new AssertionError("Received value must be an object");
|
|
330
|
+
}
|
|
331
|
+
if (typeof expected !== "object" || expected === null) {
|
|
332
|
+
throw new AssertionError("Received value must be an object");
|
|
333
|
+
}
|
|
334
|
+
const pass = equal(context.value, expected, {
|
|
335
|
+
strictCheck: false,
|
|
336
|
+
customTesters: [
|
|
337
|
+
...context.customTesters,
|
|
338
|
+
iterableEquality,
|
|
339
|
+
subsetEquality,
|
|
340
|
+
],
|
|
341
|
+
});
|
|
342
|
+
const triggerError = () => {
|
|
343
|
+
const actualString = format(context.value);
|
|
344
|
+
const expectedString = format(expected);
|
|
345
|
+
throw new AssertionError(`Expected ${actualString} to NOT match ${expectedString}`);
|
|
346
|
+
};
|
|
347
|
+
if (context.isNot && pass || !context.isNot && !pass) {
|
|
348
|
+
triggerError();
|
|
349
|
+
}
|
|
350
|
+
}
|
|
351
|
+
export function toHaveBeenCalled(context) {
|
|
352
|
+
const calls = getMockCalls(context.value);
|
|
353
|
+
const hasBeenCalled = calls.length > 0;
|
|
354
|
+
if (context.isNot) {
|
|
355
|
+
if (hasBeenCalled) {
|
|
356
|
+
throw new AssertionError(`Expected mock function not to be called, but it was called ${calls.length} time(s)`);
|
|
357
|
+
}
|
|
358
|
+
}
|
|
359
|
+
else {
|
|
360
|
+
if (!hasBeenCalled) {
|
|
361
|
+
throw new AssertionError(`Expected mock function to be called, but it was not called`);
|
|
362
|
+
}
|
|
363
|
+
}
|
|
364
|
+
}
|
|
365
|
+
export function toHaveBeenCalledTimes(context, expected) {
|
|
366
|
+
const calls = getMockCalls(context.value);
|
|
367
|
+
if (context.isNot) {
|
|
368
|
+
if (calls.length === expected) {
|
|
369
|
+
throw new AssertionError(`Expected mock function not to be called ${expected} time(s), but it was`);
|
|
370
|
+
}
|
|
371
|
+
}
|
|
372
|
+
else {
|
|
373
|
+
if (calls.length !== expected) {
|
|
374
|
+
throw new AssertionError(`Expected mock function to be called ${expected} time(s), but it was called ${calls.length} time(s)`);
|
|
375
|
+
}
|
|
376
|
+
}
|
|
377
|
+
}
|
|
378
|
+
export function toHaveBeenCalledWith(context, ...expected) {
|
|
379
|
+
const calls = getMockCalls(context.value);
|
|
380
|
+
const hasBeenCalled = calls.some((call) => equal(call.args, expected));
|
|
381
|
+
if (context.isNot) {
|
|
382
|
+
if (hasBeenCalled) {
|
|
383
|
+
throw new AssertionError(`Expected mock function not to be called with ${inspectArgs(expected)}, but it was`);
|
|
384
|
+
}
|
|
385
|
+
}
|
|
386
|
+
else {
|
|
387
|
+
if (!hasBeenCalled) {
|
|
388
|
+
let otherCalls = "";
|
|
389
|
+
if (calls.length > 0) {
|
|
390
|
+
otherCalls = `\n Other calls:\n ${calls.map((call) => inspectArgs(call.args)).join("\n ")}`;
|
|
391
|
+
}
|
|
392
|
+
throw new AssertionError(`Expected mock function to be called with ${inspectArgs(expected)}, but it was not.${otherCalls}`);
|
|
393
|
+
}
|
|
394
|
+
}
|
|
395
|
+
}
|
|
396
|
+
export function toHaveBeenLastCalledWith(context, ...expected) {
|
|
397
|
+
var _a;
|
|
398
|
+
const calls = getMockCalls(context.value);
|
|
399
|
+
const hasBeenCalled = calls.length > 0 &&
|
|
400
|
+
equal((_a = calls.at(-1)) === null || _a === void 0 ? void 0 : _a.args, expected);
|
|
401
|
+
if (context.isNot) {
|
|
402
|
+
if (hasBeenCalled) {
|
|
403
|
+
throw new AssertionError(`Expected mock function not to be last called with ${inspectArgs(expected)}, but it was`);
|
|
404
|
+
}
|
|
405
|
+
}
|
|
406
|
+
else {
|
|
407
|
+
if (!hasBeenCalled) {
|
|
408
|
+
const lastCall = calls.at(-1);
|
|
409
|
+
if (!lastCall) {
|
|
410
|
+
throw new AssertionError(`Expected mock function to be last called with ${inspectArgs(expected)}, but it was not`);
|
|
411
|
+
}
|
|
412
|
+
else {
|
|
413
|
+
throw new AssertionError(`Expected mock function to be last called with ${inspectArgs(expected)}, but it was last called with ${inspectArgs(lastCall.args)}`);
|
|
414
|
+
}
|
|
415
|
+
}
|
|
416
|
+
}
|
|
417
|
+
}
|
|
418
|
+
export function toHaveBeenNthCalledWith(context, nth, ...expected) {
|
|
419
|
+
var _a;
|
|
420
|
+
if (nth < 1) {
|
|
421
|
+
throw new Error(`nth must be greater than 0: received ${nth}`);
|
|
422
|
+
}
|
|
423
|
+
const calls = getMockCalls(context.value);
|
|
424
|
+
const callIndex = nth - 1;
|
|
425
|
+
const hasBeenCalled = calls.length > callIndex &&
|
|
426
|
+
equal((_a = calls[callIndex]) === null || _a === void 0 ? void 0 : _a.args, expected);
|
|
427
|
+
if (context.isNot) {
|
|
428
|
+
if (hasBeenCalled) {
|
|
429
|
+
throw new AssertionError(`Expected the n-th call (n=${nth}) of mock function is not with ${inspectArgs(expected)}, but it was`);
|
|
430
|
+
}
|
|
431
|
+
}
|
|
432
|
+
else {
|
|
433
|
+
if (!hasBeenCalled) {
|
|
434
|
+
const nthCall = calls[callIndex];
|
|
435
|
+
if (!nthCall) {
|
|
436
|
+
throw new AssertionError(`Expected the n-th call (n=${nth}) of mock function is with ${inspectArgs(expected)}, but the n-th call does not exist`);
|
|
437
|
+
}
|
|
438
|
+
else {
|
|
439
|
+
throw new AssertionError(`Expected the n-th call (n=${nth}) of mock function is with ${inspectArgs(expected)}, but it was with ${inspectArgs(nthCall.args)}`);
|
|
440
|
+
}
|
|
441
|
+
}
|
|
442
|
+
}
|
|
443
|
+
}
|
|
444
|
+
export function toHaveReturned(context) {
|
|
445
|
+
const calls = getMockCalls(context.value);
|
|
446
|
+
const returned = calls.filter((call) => call.returns);
|
|
447
|
+
if (context.isNot) {
|
|
448
|
+
if (returned.length > 0) {
|
|
449
|
+
throw new AssertionError(`Expected the mock function to not have returned, but it returned ${returned.length} times`);
|
|
450
|
+
}
|
|
451
|
+
}
|
|
452
|
+
else {
|
|
453
|
+
if (returned.length === 0) {
|
|
454
|
+
throw new AssertionError(`Expected the mock function to have returned, but it did not return`);
|
|
455
|
+
}
|
|
456
|
+
}
|
|
457
|
+
}
|
|
458
|
+
export function toHaveReturnedTimes(context, expected) {
|
|
459
|
+
const calls = getMockCalls(context.value);
|
|
460
|
+
const returned = calls.filter((call) => call.returns);
|
|
461
|
+
if (context.isNot) {
|
|
462
|
+
if (returned.length === expected) {
|
|
463
|
+
throw new AssertionError(`Expected the mock function to not have returned ${expected} times, but it returned ${returned.length} times`);
|
|
464
|
+
}
|
|
465
|
+
}
|
|
466
|
+
else {
|
|
467
|
+
if (returned.length !== expected) {
|
|
468
|
+
throw new AssertionError(`Expected the mock function to have returned ${expected} times, but it returned ${returned.length} times`);
|
|
469
|
+
}
|
|
470
|
+
}
|
|
471
|
+
}
|
|
472
|
+
export function toHaveReturnedWith(context, expected) {
|
|
473
|
+
const calls = getMockCalls(context.value);
|
|
474
|
+
const returned = calls.filter((call) => call.returns);
|
|
475
|
+
const returnedWithExpected = returned.some((call) => equal(call.returned, expected));
|
|
476
|
+
if (context.isNot) {
|
|
477
|
+
if (returnedWithExpected) {
|
|
478
|
+
throw new AssertionError(`Expected the mock function to not have returned with ${inspectArg(expected)}, but it did`);
|
|
479
|
+
}
|
|
480
|
+
}
|
|
481
|
+
else {
|
|
482
|
+
if (!returnedWithExpected) {
|
|
483
|
+
throw new AssertionError(`Expected the mock function to have returned with ${inspectArg(expected)}, but it did not`);
|
|
484
|
+
}
|
|
485
|
+
}
|
|
486
|
+
}
|
|
487
|
+
export function toHaveLastReturnedWith(context, expected) {
|
|
488
|
+
var _a;
|
|
489
|
+
const calls = getMockCalls(context.value);
|
|
490
|
+
const returned = calls.filter((call) => call.returns);
|
|
491
|
+
const lastReturnedWithExpected = returned.length > 0 &&
|
|
492
|
+
equal((_a = returned.at(-1)) === null || _a === void 0 ? void 0 : _a.returned, expected);
|
|
493
|
+
if (context.isNot) {
|
|
494
|
+
if (lastReturnedWithExpected) {
|
|
495
|
+
throw new AssertionError(`Expected the mock function to not have last returned with ${inspectArg(expected)}, but it did`);
|
|
496
|
+
}
|
|
497
|
+
}
|
|
498
|
+
else {
|
|
499
|
+
if (!lastReturnedWithExpected) {
|
|
500
|
+
throw new AssertionError(`Expected the mock function to have last returned with ${inspectArg(expected)}, but it did not`);
|
|
501
|
+
}
|
|
502
|
+
}
|
|
503
|
+
}
|
|
504
|
+
export function toHaveNthReturnedWith(context, nth, expected) {
|
|
505
|
+
if (nth < 1) {
|
|
506
|
+
throw new Error(`nth(${nth}) must be greater than 0`);
|
|
507
|
+
}
|
|
508
|
+
const calls = getMockCalls(context.value);
|
|
509
|
+
const returned = calls.filter((call) => call.returns);
|
|
510
|
+
const returnIndex = nth - 1;
|
|
511
|
+
const maybeNthReturned = returned[returnIndex];
|
|
512
|
+
const nthReturnedWithExpected = maybeNthReturned &&
|
|
513
|
+
equal(maybeNthReturned.returned, expected);
|
|
514
|
+
if (context.isNot) {
|
|
515
|
+
if (nthReturnedWithExpected) {
|
|
516
|
+
throw new AssertionError(`Expected the mock function to not have n-th (n=${nth}) returned with ${inspectArg(expected)}, but it did`);
|
|
517
|
+
}
|
|
518
|
+
}
|
|
519
|
+
else {
|
|
520
|
+
if (!nthReturnedWithExpected) {
|
|
521
|
+
throw new AssertionError(`Expected the mock function to have n-th (n=${nth}) returned with ${inspectArg(expected)}, but it did not`);
|
|
522
|
+
}
|
|
523
|
+
}
|
|
524
|
+
}
|
|
525
|
+
export function toThrow(context,
|
|
526
|
+
// deno-lint-ignore no-explicit-any
|
|
527
|
+
expected) {
|
|
528
|
+
if (typeof context.value === "function") {
|
|
529
|
+
try {
|
|
530
|
+
context.value = context.value();
|
|
531
|
+
}
|
|
532
|
+
catch (err) {
|
|
533
|
+
context.value = err;
|
|
534
|
+
}
|
|
535
|
+
}
|
|
536
|
+
let expectClass = undefined;
|
|
537
|
+
let expectMessage = undefined;
|
|
538
|
+
if (expected instanceof Error) {
|
|
539
|
+
expectClass = expected.constructor;
|
|
540
|
+
expectMessage = expected.message;
|
|
541
|
+
}
|
|
542
|
+
if (expected instanceof Function) {
|
|
543
|
+
expectClass = expected;
|
|
544
|
+
}
|
|
545
|
+
if (typeof expected === "string" || expected instanceof RegExp) {
|
|
546
|
+
expectMessage = expected;
|
|
547
|
+
}
|
|
548
|
+
if (context.isNot) {
|
|
549
|
+
let isError = false;
|
|
550
|
+
try {
|
|
551
|
+
assertIsError(context.value, expectClass, expectMessage, context.customMessage);
|
|
552
|
+
isError = true;
|
|
553
|
+
throw new AssertionError(`Expected to NOT throw ${expected}`);
|
|
554
|
+
}
|
|
555
|
+
catch (e) {
|
|
556
|
+
if (isError) {
|
|
557
|
+
throw e;
|
|
558
|
+
}
|
|
559
|
+
return;
|
|
560
|
+
}
|
|
561
|
+
}
|
|
562
|
+
return assertIsError(context.value, expectClass, expectMessage, context.customMessage);
|
|
563
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export declare const MOCK_SYMBOL: unique symbol;
|
|
2
|
+
export type MockCall = {
|
|
3
|
+
args: any[];
|
|
4
|
+
returned?: any;
|
|
5
|
+
thrown?: any;
|
|
6
|
+
timestamp: number;
|
|
7
|
+
returns: boolean;
|
|
8
|
+
throws: boolean;
|
|
9
|
+
};
|
|
10
|
+
export declare function getMockCalls(f: any): MockCall[];
|
|
11
|
+
//# sourceMappingURL=_mock_util.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"_mock_util.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/expect/1.0.7/_mock_util.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,WAAW,eAAsB,CAAC;AAE/C,MAAM,MAAM,QAAQ,GAAG;IACrB,IAAI,EAAE,GAAG,EAAE,CAAC;IACZ,QAAQ,CAAC,EAAE,GAAG,CAAC;IACf,MAAM,CAAC,EAAE,GAAG,CAAC;IACb,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,OAAO,CAAC;IACjB,MAAM,EAAE,OAAO,CAAC;CACjB,CAAC;AAEF,wBAAgB,YAAY,CAAC,CAAC,EAAE,GAAG,GAAG,QAAQ,EAAE,CAO/C"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
2
|
+
// deno-lint-ignore-file no-explicit-any
|
|
3
|
+
export const MOCK_SYMBOL = Symbol.for("@MOCK");
|
|
4
|
+
export function getMockCalls(f) {
|
|
5
|
+
const mockInfo = f[MOCK_SYMBOL];
|
|
6
|
+
if (!mockInfo) {
|
|
7
|
+
throw new Error("Received function must be a mock or spy function");
|
|
8
|
+
}
|
|
9
|
+
return [...mockInfo.calls];
|
|
10
|
+
}
|