@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,523 @@
|
|
|
1
|
+
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
2
|
+
// This module is browser compatible.
|
|
3
|
+
// Copyright 2019 Allain Lalonde. All rights reserved. ISC License.
|
|
4
|
+
// Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
5
|
+
// The documentation is extracted from https://github.com/jestjs/jest/blob/main/website/versioned_docs/version-29.7/ExpectAPI.md
|
|
6
|
+
// and updated for the Deno ecosystem.
|
|
7
|
+
import { AssertionError } from "../../assert/1.0.8/assertion_error.js";
|
|
8
|
+
import { assertions, emitAssertionTrigger, hasAssertions, } from "./_assertions.js";
|
|
9
|
+
import { addCustomEqualityTesters, getCustomEqualityTesters, } from "./_custom_equality_tester.js";
|
|
10
|
+
import { equal } from "./_equal.js";
|
|
11
|
+
import { getExtendMatchers, setExtendMatchers } from "./_extend.js";
|
|
12
|
+
import { toBe, toBeCloseTo, toBeDefined, toBeFalsy, toBeGreaterThan, toBeGreaterThanOrEqual, toBeInstanceOf, toBeLessThan, toBeLessThanOrEqual, toBeNaN, toBeNull, toBeTruthy, toBeUndefined, toContain, toContainEqual, toEqual, toHaveBeenCalled, toHaveBeenCalledTimes, toHaveBeenCalledWith, toHaveBeenLastCalledWith, toHaveBeenNthCalledWith, toHaveLastReturnedWith, toHaveLength, toHaveNthReturnedWith, toHaveProperty, toHaveReturned, toHaveReturnedTimes, toHaveReturnedWith, toMatch, toMatchObject, toStrictEqual, toThrow, } from "./_matchers.js";
|
|
13
|
+
import { addSerializer } from "./_serializer.js";
|
|
14
|
+
import { isPromiseLike } from "./_utils.js";
|
|
15
|
+
import * as asymmetricMatchers from "./_asymmetric_matchers.js";
|
|
16
|
+
const matchers = {
|
|
17
|
+
lastCalledWith: toHaveBeenLastCalledWith,
|
|
18
|
+
lastReturnedWith: toHaveLastReturnedWith,
|
|
19
|
+
nthCalledWith: toHaveBeenNthCalledWith,
|
|
20
|
+
nthReturnedWith: toHaveNthReturnedWith,
|
|
21
|
+
toBeCalled: toHaveBeenCalled,
|
|
22
|
+
toBeCalledTimes: toHaveBeenCalledTimes,
|
|
23
|
+
toBeCalledWith: toHaveBeenCalledWith,
|
|
24
|
+
toBeCloseTo,
|
|
25
|
+
toBeDefined,
|
|
26
|
+
toBeFalsy,
|
|
27
|
+
toBeGreaterThanOrEqual,
|
|
28
|
+
toBeGreaterThan,
|
|
29
|
+
toBeInstanceOf,
|
|
30
|
+
toBeLessThanOrEqual,
|
|
31
|
+
toBeLessThan,
|
|
32
|
+
toBeNaN,
|
|
33
|
+
toBeNull,
|
|
34
|
+
toBeTruthy,
|
|
35
|
+
toBeUndefined,
|
|
36
|
+
toBe,
|
|
37
|
+
toContainEqual,
|
|
38
|
+
toContain,
|
|
39
|
+
toEqual,
|
|
40
|
+
toHaveBeenCalledTimes,
|
|
41
|
+
toHaveBeenCalledWith,
|
|
42
|
+
toHaveBeenCalled,
|
|
43
|
+
toHaveBeenLastCalledWith,
|
|
44
|
+
toHaveBeenNthCalledWith,
|
|
45
|
+
toHaveLength,
|
|
46
|
+
toHaveLastReturnedWith,
|
|
47
|
+
toHaveNthReturnedWith,
|
|
48
|
+
toHaveProperty,
|
|
49
|
+
toHaveReturnedTimes,
|
|
50
|
+
toHaveReturnedWith,
|
|
51
|
+
toHaveReturned,
|
|
52
|
+
toMatchObject,
|
|
53
|
+
toMatch,
|
|
54
|
+
toReturn: toHaveReturned,
|
|
55
|
+
toReturnTimes: toHaveReturnedTimes,
|
|
56
|
+
toReturnWith: toHaveReturnedWith,
|
|
57
|
+
toStrictEqual,
|
|
58
|
+
toThrow,
|
|
59
|
+
};
|
|
60
|
+
/**
|
|
61
|
+
* **Note:** the documentation for this module is taken from [Jest](https://github.com/jestjs/jest/blob/main/website/versioned_docs/version-29.7/ExpectAPI.md)
|
|
62
|
+
* and the examples are updated for Deno.
|
|
63
|
+
*
|
|
64
|
+
* The `expect` function is used to test a value. You will use `expect` along with a
|
|
65
|
+
* "matcher" function to assert something about a value.
|
|
66
|
+
*
|
|
67
|
+
* @example Usage
|
|
68
|
+
* ```ts no-assert
|
|
69
|
+
* import { expect } from "@std/expect";
|
|
70
|
+
*
|
|
71
|
+
* function bestLaCroixFlavor(): string {
|
|
72
|
+
* return "grapefruit";
|
|
73
|
+
* }
|
|
74
|
+
*
|
|
75
|
+
* Deno.test("the best flavor is grapefruit", () => {
|
|
76
|
+
* expect(bestLaCroixFlavor()).toBe("grapefruit");
|
|
77
|
+
* });
|
|
78
|
+
* ```
|
|
79
|
+
*
|
|
80
|
+
* In this case, `toBe` is the matcher function. There are a lot of different
|
|
81
|
+
* matcher functions, documented in the main module description.
|
|
82
|
+
*
|
|
83
|
+
* The argument to `expect` should be the value that your code produces, and any
|
|
84
|
+
* argument to the matcher should be the correct value. If you mix them up, your
|
|
85
|
+
* tests will still work, but the error messages on failing tests will look
|
|
86
|
+
* strange.
|
|
87
|
+
*
|
|
88
|
+
* @param value The value to perform assertions on.
|
|
89
|
+
* @param customMessage An optional custom message to include in the assertion error.
|
|
90
|
+
* @returns An expected object that can be used to chain matchers.
|
|
91
|
+
*
|
|
92
|
+
* @typeParam T The interface used for `expect`. This is usually needed only if you want to use `expect.extend` to create custom matchers.
|
|
93
|
+
*/
|
|
94
|
+
export function expect(value, customMessage) {
|
|
95
|
+
let isNot = false;
|
|
96
|
+
let isPromised = false;
|
|
97
|
+
const self = new Proxy({}, {
|
|
98
|
+
get(_, name) {
|
|
99
|
+
if (name === "not") {
|
|
100
|
+
isNot = !isNot;
|
|
101
|
+
return self;
|
|
102
|
+
}
|
|
103
|
+
if (name === "resolves") {
|
|
104
|
+
if (!isPromiseLike(value)) {
|
|
105
|
+
throw new AssertionError("Expected value must be PromiseLike");
|
|
106
|
+
}
|
|
107
|
+
isPromised = true;
|
|
108
|
+
return self;
|
|
109
|
+
}
|
|
110
|
+
if (name === "rejects") {
|
|
111
|
+
if (!isPromiseLike(value)) {
|
|
112
|
+
throw new AssertionError("Expected value must be a PromiseLike");
|
|
113
|
+
}
|
|
114
|
+
value = value.then((value) => {
|
|
115
|
+
throw new AssertionError(`Promise did not reject: resolved to ${value}`);
|
|
116
|
+
}, (err) => err);
|
|
117
|
+
isPromised = true;
|
|
118
|
+
return self;
|
|
119
|
+
}
|
|
120
|
+
const extendMatchers = getExtendMatchers();
|
|
121
|
+
const allMatchers = {
|
|
122
|
+
...matchers,
|
|
123
|
+
...extendMatchers,
|
|
124
|
+
};
|
|
125
|
+
const matcher = allMatchers[name];
|
|
126
|
+
if (!matcher) {
|
|
127
|
+
throw new TypeError(typeof name === "string"
|
|
128
|
+
? `matcher not found: ${name}`
|
|
129
|
+
: "matcher not found");
|
|
130
|
+
}
|
|
131
|
+
return (...args) => {
|
|
132
|
+
function applyMatcher(value, args) {
|
|
133
|
+
const context = {
|
|
134
|
+
value,
|
|
135
|
+
equal,
|
|
136
|
+
isNot: false,
|
|
137
|
+
customMessage,
|
|
138
|
+
customTesters: getCustomEqualityTesters(),
|
|
139
|
+
};
|
|
140
|
+
if (isNot) {
|
|
141
|
+
context.isNot = true;
|
|
142
|
+
}
|
|
143
|
+
if (name in extendMatchers) {
|
|
144
|
+
const result = matcher(context, ...args);
|
|
145
|
+
if (context.isNot) {
|
|
146
|
+
if (result.pass) {
|
|
147
|
+
throw new AssertionError(result.message());
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
else if (!result.pass) {
|
|
151
|
+
throw new AssertionError(result.message());
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
else {
|
|
155
|
+
matcher(context, ...args);
|
|
156
|
+
}
|
|
157
|
+
emitAssertionTrigger();
|
|
158
|
+
}
|
|
159
|
+
return isPromised
|
|
160
|
+
? value.then((value) => applyMatcher(value, args))
|
|
161
|
+
: applyMatcher(value, args);
|
|
162
|
+
};
|
|
163
|
+
},
|
|
164
|
+
});
|
|
165
|
+
return self;
|
|
166
|
+
}
|
|
167
|
+
/**
|
|
168
|
+
* You can use `expect.addEqualityTesters` to add your own methods to test if two
|
|
169
|
+
* objects are equal. For example, let's say you have a class in your code that
|
|
170
|
+
* represents volume and can determine if two volumes using different units are
|
|
171
|
+
* equal. You may want `toEqual` (and other equality matchers) to use this custom
|
|
172
|
+
* equality method when comparing to Volume classes. You can add a custom equality
|
|
173
|
+
* tester to have `toEqual` detect and apply custom logic when comparing Volume
|
|
174
|
+
* classes:
|
|
175
|
+
*
|
|
176
|
+
* @example
|
|
177
|
+
* ```ts
|
|
178
|
+
* import { expect } from "@std/expect";
|
|
179
|
+
*
|
|
180
|
+
* class Volume {
|
|
181
|
+
* amount: number;
|
|
182
|
+
* unit: "L" | "mL";
|
|
183
|
+
*
|
|
184
|
+
* constructor(amount: number, unit: "L" | "mL") {
|
|
185
|
+
* this.amount = amount;
|
|
186
|
+
* this.unit = unit;
|
|
187
|
+
* }
|
|
188
|
+
*
|
|
189
|
+
* toString() {
|
|
190
|
+
* return `[Volume ${this.amount}${this.unit}]`;
|
|
191
|
+
* }
|
|
192
|
+
*
|
|
193
|
+
* equals(other: Volume) {
|
|
194
|
+
* if (this.unit === other.unit) {
|
|
195
|
+
* return this.amount === other.amount;
|
|
196
|
+
* } else if (this.unit === "L" && other.unit === "mL") {
|
|
197
|
+
* return this.amount * 1000 === other.amount;
|
|
198
|
+
* } else {
|
|
199
|
+
* return this.amount === other.amount * 1000;
|
|
200
|
+
* }
|
|
201
|
+
* }
|
|
202
|
+
* }
|
|
203
|
+
*
|
|
204
|
+
* function areVolumesEqual(a: Volume, b: Volume) {
|
|
205
|
+
* const isAVolume = a instanceof Volume;
|
|
206
|
+
* const isBVolume = b instanceof Volume;
|
|
207
|
+
* if (isAVolume && isBVolume) {
|
|
208
|
+
* return a.equals(b);
|
|
209
|
+
* } else if (isAVolume === isBVolume) {
|
|
210
|
+
* return undefined;
|
|
211
|
+
* } else {
|
|
212
|
+
* return false;
|
|
213
|
+
* }
|
|
214
|
+
* }
|
|
215
|
+
*
|
|
216
|
+
* expect.addEqualityTesters([areVolumesEqual]);
|
|
217
|
+
*
|
|
218
|
+
* Deno.test("are equal with different units", () => {
|
|
219
|
+
* expect(new Volume(1, "L")).toEqual(new Volume(1000, "mL"));
|
|
220
|
+
* });
|
|
221
|
+
* ```
|
|
222
|
+
*/
|
|
223
|
+
expect.addEqualityTesters = addCustomEqualityTesters;
|
|
224
|
+
/**
|
|
225
|
+
* Extend `expect()` with custom provided matchers.
|
|
226
|
+
*
|
|
227
|
+
* To do so, you will need to extend the interface `Expected` to define the new signature of the `expect`.
|
|
228
|
+
*
|
|
229
|
+
* ```ts
|
|
230
|
+
* import type { Async, Expected } from "./expect.ts";
|
|
231
|
+
* import { expect } from "./expect.ts";
|
|
232
|
+
*
|
|
233
|
+
* // Extends the `Expected` interface with your new matchers signatures
|
|
234
|
+
* interface ExtendedExpected<IsAsync = false> extends Expected<IsAsync> {
|
|
235
|
+
* // Matcher that asserts value is a dinosaur
|
|
236
|
+
* toBeDinosaur: (options?: { includeTrexs?: boolean }) => unknown;
|
|
237
|
+
*
|
|
238
|
+
* // NOTE: You also need to overrides the following typings to allow modifiers to correctly infer typing
|
|
239
|
+
* not: IsAsync extends true ? Async<ExtendedExpected<true>>
|
|
240
|
+
* : ExtendedExpected<false>;
|
|
241
|
+
* resolves: Async<ExtendedExpected<true>>;
|
|
242
|
+
* rejects: Async<ExtendedExpected<true>>;
|
|
243
|
+
* }
|
|
244
|
+
*
|
|
245
|
+
* // Call `expect.extend()` with your new matchers definitions
|
|
246
|
+
* expect.extend({
|
|
247
|
+
* toBeDinosaur(context, options) {
|
|
248
|
+
* const dino = `${context.value}`;
|
|
249
|
+
* const allowed = ["🦕"];
|
|
250
|
+
* if (options?.includeTrexs) {
|
|
251
|
+
* allowed.push("🦖");
|
|
252
|
+
* }
|
|
253
|
+
* const pass = allowed.includes(dino);
|
|
254
|
+
* if (context.isNot) {
|
|
255
|
+
* // Note: when `context.isNot` is set, the test is considered successful when `pass` is false
|
|
256
|
+
* return {
|
|
257
|
+
* message: () => `Expected "${dino}" to NOT be a dinosaur`,
|
|
258
|
+
* pass,
|
|
259
|
+
* };
|
|
260
|
+
* }
|
|
261
|
+
* return { message: () => `Expected "${dino}" to be a dinosaur`, pass };
|
|
262
|
+
* },
|
|
263
|
+
* });
|
|
264
|
+
*
|
|
265
|
+
* // Alias expect to avoid having to pass the generic typing argument each time
|
|
266
|
+
* // This is probably what you want to export and reuse across your tests
|
|
267
|
+
* const myexpect = expect<ExtendedExpected>;
|
|
268
|
+
*
|
|
269
|
+
* // Perform some tests
|
|
270
|
+
* myexpect("🦕").toBeDinosaur();
|
|
271
|
+
* myexpect("🦧").not.toBeDinosaur();
|
|
272
|
+
* await myexpect(Promise.resolve("🦕")).resolves.toBeDinosaur();
|
|
273
|
+
* await myexpect(Promise.resolve("🦧")).resolves.not.toBeDinosaur();
|
|
274
|
+
*
|
|
275
|
+
* // Regular matchers will still be available
|
|
276
|
+
* myexpect("foo").not.toBeNull()
|
|
277
|
+
* myexpect.anything
|
|
278
|
+
* ```
|
|
279
|
+
*/
|
|
280
|
+
expect.extend = setExtendMatchers;
|
|
281
|
+
/**
|
|
282
|
+
* `expect.anything()` matches anything but `null` or `undefined`. You can use it
|
|
283
|
+
* inside `toEqual` or `toHaveBeenCalledWith` instead of a literal value.
|
|
284
|
+
*
|
|
285
|
+
* @example
|
|
286
|
+
* ```ts
|
|
287
|
+
* import { expect, fn } from "@std/expect";
|
|
288
|
+
*
|
|
289
|
+
* Deno.test("map calls its argument with a non-null argument", () => {
|
|
290
|
+
* const mock = fn();
|
|
291
|
+
* [1].map((x) => mock(x));
|
|
292
|
+
* expect(mock).toHaveBeenCalledWith(expect.anything());
|
|
293
|
+
* });
|
|
294
|
+
```
|
|
295
|
+
*/
|
|
296
|
+
expect.anything = asymmetricMatchers.anything;
|
|
297
|
+
/**
|
|
298
|
+
* `expect.any(constructor)` matches anything that was created with the given
|
|
299
|
+
* constructor or if it's a primitive that is of the passed type. You can use it
|
|
300
|
+
* inside `toEqual` or `toHaveBeenCalledWith` instead of a literal value.
|
|
301
|
+
*
|
|
302
|
+
* @example
|
|
303
|
+
* ```ts
|
|
304
|
+
* import { expect } from "@std/expect";
|
|
305
|
+
*
|
|
306
|
+
* class Cat {}
|
|
307
|
+
* Deno.test("expect.any()", () => {
|
|
308
|
+
* expect(new Cat()).toEqual(expect.any(Cat));
|
|
309
|
+
* expect("Hello").toEqual(expect.any(String));
|
|
310
|
+
* expect(1).toEqual(expect.any(Number));
|
|
311
|
+
* expect(() => {}).toEqual(expect.any(Function));
|
|
312
|
+
* expect(false).toEqual(expect.any(Boolean));
|
|
313
|
+
* expect(BigInt(1)).toEqual(expect.any(BigInt));
|
|
314
|
+
* expect(Symbol("sym")).toEqual(expect.any(Symbol));
|
|
315
|
+
* });
|
|
316
|
+
* ```
|
|
317
|
+
*/
|
|
318
|
+
expect.any = asymmetricMatchers.any;
|
|
319
|
+
/**
|
|
320
|
+
* `expect.arrayContaining(array)` matches a received array which contains all of
|
|
321
|
+
* the elements in the expected array. That is, the expected array is a **subset**
|
|
322
|
+
* of the received array. Therefore, it matches a received array which contains
|
|
323
|
+
* elements that are **not** in the expected array.
|
|
324
|
+
*
|
|
325
|
+
* You can use it instead of a literal value:
|
|
326
|
+
*
|
|
327
|
+
* - in `toEqual` or `toHaveBeenCalledWith`
|
|
328
|
+
* - to match a property in `objectContaining` or `toMatchObject`
|
|
329
|
+
*
|
|
330
|
+
* @example
|
|
331
|
+
* ```ts
|
|
332
|
+
* import { expect } from "@std/expect";
|
|
333
|
+
*
|
|
334
|
+
* Deno.test("expect.arrayContaining() with array of numbers", () => {
|
|
335
|
+
* const arr = [1, 2, 3];
|
|
336
|
+
* expect([1, 2, 3, 4]).toEqual(expect.arrayContaining(arr));
|
|
337
|
+
* expect([4, 5, 6]).not.toEqual(expect.arrayContaining(arr));
|
|
338
|
+
* expect([1, 2, 3]).toEqual(expect.arrayContaining(arr));
|
|
339
|
+
* });
|
|
340
|
+
* ```
|
|
341
|
+
*/
|
|
342
|
+
expect.arrayContaining = asymmetricMatchers.arrayContaining;
|
|
343
|
+
/**
|
|
344
|
+
* `expect.closeTo(number, numDigits?)` is useful when comparing floating point
|
|
345
|
+
* numbers in object properties or array item. If you need to compare a number,
|
|
346
|
+
* please use `.toBeCloseTo` instead.
|
|
347
|
+
*
|
|
348
|
+
* The optional `numDigits` argument limits the number of digits to check **after**
|
|
349
|
+
* the decimal point. For the default value `2`, the test criterion is
|
|
350
|
+
* `Math.abs(expected - received) < 0.005 (that is, 10 ** -2 / 2)`.
|
|
351
|
+
*
|
|
352
|
+
* @example
|
|
353
|
+
* ```ts
|
|
354
|
+
* import { expect } from "@std/expect";
|
|
355
|
+
*
|
|
356
|
+
* Deno.test("compare float in object properties", () => {
|
|
357
|
+
* expect({
|
|
358
|
+
* title: "0.1 + 0.2",
|
|
359
|
+
* sum: 0.1 + 0.2,
|
|
360
|
+
* }).toEqual({
|
|
361
|
+
* title: "0.1 + 0.2",
|
|
362
|
+
* sum: expect.closeTo(0.3, 5),
|
|
363
|
+
* });
|
|
364
|
+
* });
|
|
365
|
+
* ```
|
|
366
|
+
*/
|
|
367
|
+
expect.closeTo = asymmetricMatchers.closeTo;
|
|
368
|
+
/**
|
|
369
|
+
* `expect.stringContaining(string)` matches the received value if it is a string
|
|
370
|
+
* that contains the exact expected string.
|
|
371
|
+
*
|
|
372
|
+
* @example
|
|
373
|
+
* ```ts
|
|
374
|
+
* import { expect } from "@std/expect";
|
|
375
|
+
*
|
|
376
|
+
* Deno.test("expect.stringContaining() with strings", () => {
|
|
377
|
+
* expect("https://deno.com/").toEqual(expect.stringContaining("deno"));
|
|
378
|
+
* expect("function").toEqual(expect.stringContaining("func"));
|
|
379
|
+
*
|
|
380
|
+
* expect("Hello, World").not.toEqual(expect.stringContaining("hello"));
|
|
381
|
+
* expect("foobar").not.toEqual(expect.stringContaining("bazz"));
|
|
382
|
+
* });
|
|
383
|
+
* ```
|
|
384
|
+
*/
|
|
385
|
+
expect.stringContaining = asymmetricMatchers.stringContaining;
|
|
386
|
+
/**
|
|
387
|
+
* `expect.stringMatching(string | regexp)` matches the received value if it is a
|
|
388
|
+
* string that matches the expected string or regular expression.
|
|
389
|
+
*
|
|
390
|
+
* You can use it instead of a literal value:
|
|
391
|
+
*
|
|
392
|
+
* - in `toEqual` or `toHaveBeenCalledWith`
|
|
393
|
+
* - to match an element in `arrayContaining`
|
|
394
|
+
* - to match a property in `objectContaining` (not available yet) or `toMatchObject`
|
|
395
|
+
*
|
|
396
|
+
* @example
|
|
397
|
+
* ```ts
|
|
398
|
+
* import { expect } from "@std/expect";
|
|
399
|
+
*
|
|
400
|
+
* Deno.test("example", () => {
|
|
401
|
+
* expect("deno_std").toEqual(expect.stringMatching(/std/));
|
|
402
|
+
* expect("0123456789").toEqual(expect.stringMatching(/\d+/));
|
|
403
|
+
* expect("e").not.toEqual(expect.stringMatching(/\s/));
|
|
404
|
+
* expect("queue").not.toEqual(expect.stringMatching(/en/));
|
|
405
|
+
* });
|
|
406
|
+
* ```
|
|
407
|
+
*/
|
|
408
|
+
expect.stringMatching = asymmetricMatchers.stringMatching;
|
|
409
|
+
/**
|
|
410
|
+
* `expect.hasAssertions` verifies that at least one assertion is called during a test.
|
|
411
|
+
*
|
|
412
|
+
* Note: expect.hasAssertions only can use in bdd function test suite, such as `test` or `it`.
|
|
413
|
+
*
|
|
414
|
+
* @example
|
|
415
|
+
* ```ts
|
|
416
|
+
*
|
|
417
|
+
* import { test } from "@std/testing/bdd";
|
|
418
|
+
* import { expect } from "@std/expect";
|
|
419
|
+
*
|
|
420
|
+
* test("it works", () => {
|
|
421
|
+
* expect.hasAssertions();
|
|
422
|
+
* expect("a").not.toBe("b");
|
|
423
|
+
* });
|
|
424
|
+
* ```
|
|
425
|
+
*/
|
|
426
|
+
expect.hasAssertions = hasAssertions;
|
|
427
|
+
/**
|
|
428
|
+
* `expect.assertions` verifies that a certain number of assertions are called during a test.
|
|
429
|
+
*
|
|
430
|
+
* Note: expect.assertions only can use in bdd function test suite, such as `test` or `it`.
|
|
431
|
+
*
|
|
432
|
+
* @example
|
|
433
|
+
* ```ts
|
|
434
|
+
*
|
|
435
|
+
* import { test } from "@std/testing/bdd";
|
|
436
|
+
* import { expect } from "@std/expect";
|
|
437
|
+
*
|
|
438
|
+
* test("it works", () => {
|
|
439
|
+
* expect.assertions(1);
|
|
440
|
+
* expect("a").not.toBe("b");
|
|
441
|
+
* });
|
|
442
|
+
* ```
|
|
443
|
+
*/
|
|
444
|
+
expect.assertions = assertions;
|
|
445
|
+
/**
|
|
446
|
+
* `expect.objectContaining(object)` matches any received object that recursively matches the expected properties.
|
|
447
|
+
* That is, the expected object is not a subset of the received object. Therefore, it matches a received object
|
|
448
|
+
* which contains properties that are not in the expected object.
|
|
449
|
+
*
|
|
450
|
+
* @example
|
|
451
|
+
* ```ts
|
|
452
|
+
* import { expect } from "@std/expect";
|
|
453
|
+
*
|
|
454
|
+
* Deno.test("example", () => {
|
|
455
|
+
* expect({ bar: 'baz' }).toEqual(expect.objectContaining({ bar: 'bar'}));
|
|
456
|
+
* expect({ bar: 'baz' }).not.toEqual(expect.objectContaining({ foo: 'bar'}));
|
|
457
|
+
* });
|
|
458
|
+
* ```
|
|
459
|
+
*/
|
|
460
|
+
expect.objectContaining = asymmetricMatchers.objectContaining;
|
|
461
|
+
/**
|
|
462
|
+
* `expect.not.arrayContaining` matches a received array which does not contain
|
|
463
|
+
* all of the elements in the expected array. That is, the expected array is not
|
|
464
|
+
* a subset of the received array.
|
|
465
|
+
*
|
|
466
|
+
* `expect.not.objectContaining` matches any received object that does not recursively
|
|
467
|
+
* match the expected properties. That is, the expected object is not a subset of the
|
|
468
|
+
* received object. Therefore, it matches a received object which contains properties
|
|
469
|
+
* that are not in the expected object.
|
|
470
|
+
*
|
|
471
|
+
* `expect.not.stringContaining` matches the received value if it is not a string
|
|
472
|
+
* or if it is a string that does not contain the exact expected string.
|
|
473
|
+
*
|
|
474
|
+
* `expect.not.stringMatching` matches the received value if it is not a string
|
|
475
|
+
* or if it is a string that does not match the expected string or regular expression.
|
|
476
|
+
*
|
|
477
|
+
* @example
|
|
478
|
+
* ```ts
|
|
479
|
+
* import { expect } from "@std/expect";
|
|
480
|
+
*
|
|
481
|
+
* Deno.test("expect.not.arrayContaining", () => {
|
|
482
|
+
* const expected = ["Samantha"];
|
|
483
|
+
* expect(["Alice", "Bob", "Eve"]).toEqual(expect.not.arrayContaining(expected));
|
|
484
|
+
* });
|
|
485
|
+
*
|
|
486
|
+
* Deno.test("expect.not.objectContaining", () => {
|
|
487
|
+
* const expected = { foo: "bar" };
|
|
488
|
+
* expect({ bar: "baz" }).toEqual(expect.not.objectContaining(expected));
|
|
489
|
+
* });
|
|
490
|
+
*
|
|
491
|
+
* Deno.test("expect.not.stringContaining", () => {
|
|
492
|
+
* const expected = "Hello world!";
|
|
493
|
+
* expect("How are you?").toEqual(expect.not.stringContaining(expected));
|
|
494
|
+
* });
|
|
495
|
+
*
|
|
496
|
+
* Deno.test("expect.not.stringMatching", () => {
|
|
497
|
+
* const expected = /Hello world!/;
|
|
498
|
+
* expect("How are you?").toEqual(expect.not.stringMatching(expected));
|
|
499
|
+
* });
|
|
500
|
+
* ```
|
|
501
|
+
*/
|
|
502
|
+
expect.not = {
|
|
503
|
+
arrayContaining: asymmetricMatchers.arrayNotContaining,
|
|
504
|
+
objectContaining: asymmetricMatchers.objectNotContaining,
|
|
505
|
+
stringContaining: asymmetricMatchers.stringNotContaining,
|
|
506
|
+
stringMatching: asymmetricMatchers.stringNotMatching,
|
|
507
|
+
};
|
|
508
|
+
/**
|
|
509
|
+
* `expect.addSnapshotSerializer` adds a module that formats application-specific data structures.
|
|
510
|
+
*
|
|
511
|
+
* For an individual test file, an added module precedes any modules from snapshotSerializers configuration,
|
|
512
|
+
* which precede the default snapshot serializers for built-in JavaScript types.
|
|
513
|
+
* The last module added is the first module tested.
|
|
514
|
+
*
|
|
515
|
+
* @example
|
|
516
|
+
* ```ts no-eval
|
|
517
|
+
* import { expect } from "@std/expect";
|
|
518
|
+
* import serializerAnsi from "npm:jest-snapshot-serializer-ansi";
|
|
519
|
+
*
|
|
520
|
+
* expect.addSnapshotSerializer(serializerAnsi);
|
|
521
|
+
* ```
|
|
522
|
+
*/
|
|
523
|
+
expect.addSnapshotSerializer = addSerializer;
|
|
@@ -0,0 +1,160 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Check the test suite internal state
|
|
3
|
+
*
|
|
4
|
+
* @example Usage
|
|
5
|
+
* ```ts ignore
|
|
6
|
+
* import { AssertionState } from "@std/internal";
|
|
7
|
+
*
|
|
8
|
+
* const assertionState = new AssertionState();
|
|
9
|
+
* ```
|
|
10
|
+
*/
|
|
11
|
+
export declare class AssertionState {
|
|
12
|
+
#private;
|
|
13
|
+
constructor();
|
|
14
|
+
/**
|
|
15
|
+
* Get the number that through `expect.assertions` api set.
|
|
16
|
+
*
|
|
17
|
+
* @returns the number that through `expect.assertions` api set.
|
|
18
|
+
*
|
|
19
|
+
* @example Usage
|
|
20
|
+
* ```ts ignore
|
|
21
|
+
* import { AssertionState } from "@std/internal";
|
|
22
|
+
*
|
|
23
|
+
* const assertionState = new AssertionState();
|
|
24
|
+
* assertionState.assertionCount;
|
|
25
|
+
* ```
|
|
26
|
+
*/
|
|
27
|
+
get assertionCount(): number | undefined;
|
|
28
|
+
/**
|
|
29
|
+
* Get a certain number that assertions were called before.
|
|
30
|
+
*
|
|
31
|
+
* @returns return a certain number that assertions were called before.
|
|
32
|
+
*
|
|
33
|
+
* @example Usage
|
|
34
|
+
* ```ts ignore
|
|
35
|
+
* import { AssertionState } from "@std/internal";
|
|
36
|
+
*
|
|
37
|
+
* const assertionState = new AssertionState();
|
|
38
|
+
* assertionState.assertionTriggeredCount;
|
|
39
|
+
* ```
|
|
40
|
+
*/
|
|
41
|
+
get assertionTriggeredCount(): number;
|
|
42
|
+
/**
|
|
43
|
+
* If `expect.hasAssertions` called, then through this method to update #state.assertionCheck value.
|
|
44
|
+
*
|
|
45
|
+
* @param val Set #state.assertionCheck's value
|
|
46
|
+
*
|
|
47
|
+
* @example Usage
|
|
48
|
+
* ```ts ignore
|
|
49
|
+
* import { AssertionState } from "@std/internal";
|
|
50
|
+
*
|
|
51
|
+
* const assertionState = new AssertionState();
|
|
52
|
+
* assertionState.setAssertionCheck(true);
|
|
53
|
+
* ```
|
|
54
|
+
*/
|
|
55
|
+
setAssertionCheck(val: boolean): void;
|
|
56
|
+
/**
|
|
57
|
+
* If any matchers was called, `#state.assertionTriggered` will be set through this method.
|
|
58
|
+
*
|
|
59
|
+
* @param val Set #state.assertionTriggered's value
|
|
60
|
+
*
|
|
61
|
+
* @example Usage
|
|
62
|
+
* ```ts ignore
|
|
63
|
+
* import { AssertionState } from "@std/internal";
|
|
64
|
+
*
|
|
65
|
+
* const assertionState = new AssertionState();
|
|
66
|
+
* assertionState.setAssertionTriggered(true);
|
|
67
|
+
* ```
|
|
68
|
+
*/
|
|
69
|
+
setAssertionTriggered(val: boolean): void;
|
|
70
|
+
/**
|
|
71
|
+
* If `expect.assertions` called, then through this method to update #state.assertionCheck value.
|
|
72
|
+
*
|
|
73
|
+
* @param num Set #state.assertionCount's value, for example if the value is set 2, that means
|
|
74
|
+
* you must have two assertion matchers call in your test suite.
|
|
75
|
+
*
|
|
76
|
+
* @example Usage
|
|
77
|
+
* ```ts ignore
|
|
78
|
+
* import { AssertionState } from "@std/internal";
|
|
79
|
+
*
|
|
80
|
+
* const assertionState = new AssertionState();
|
|
81
|
+
* assertionState.setAssertionCount(2);
|
|
82
|
+
* ```
|
|
83
|
+
*/
|
|
84
|
+
setAssertionCount(num: number): void;
|
|
85
|
+
/**
|
|
86
|
+
* If any matchers was called, `#state.assertionTriggeredCount` value will plus one internally.
|
|
87
|
+
*
|
|
88
|
+
* @example Usage
|
|
89
|
+
* ```ts ignore
|
|
90
|
+
* import { AssertionState } from "@std/internal";
|
|
91
|
+
*
|
|
92
|
+
* const assertionState = new AssertionState();
|
|
93
|
+
* assertionState.updateAssertionTriggerCount();
|
|
94
|
+
* ```
|
|
95
|
+
*/
|
|
96
|
+
updateAssertionTriggerCount(): void;
|
|
97
|
+
/**
|
|
98
|
+
* Check Assertion internal state, if `#state.assertionCheck` is set true, but
|
|
99
|
+
* `#state.assertionTriggered` is still false, then should throw an Assertion Error.
|
|
100
|
+
*
|
|
101
|
+
* @returns a boolean value, that the test suite is satisfied with the check. If not,
|
|
102
|
+
* it should throw an AssertionError.
|
|
103
|
+
*
|
|
104
|
+
* @example Usage
|
|
105
|
+
* ```ts ignore
|
|
106
|
+
* import { AssertionState } from "@std/internal";
|
|
107
|
+
*
|
|
108
|
+
* const assertionState = new AssertionState();
|
|
109
|
+
* if (assertionState.checkAssertionErrorState()) {
|
|
110
|
+
* // throw AssertionError("");
|
|
111
|
+
* }
|
|
112
|
+
* ```
|
|
113
|
+
*/
|
|
114
|
+
checkAssertionErrorState(): boolean;
|
|
115
|
+
/**
|
|
116
|
+
* Reset all assertion state when every test suite function ran completely.
|
|
117
|
+
*
|
|
118
|
+
* @example Usage
|
|
119
|
+
* ```ts ignore
|
|
120
|
+
* import { AssertionState } from "@std/internal";
|
|
121
|
+
*
|
|
122
|
+
* const assertionState = new AssertionState();
|
|
123
|
+
* assertionState.resetAssertionState();
|
|
124
|
+
* ```
|
|
125
|
+
*/
|
|
126
|
+
resetAssertionState(): void;
|
|
127
|
+
/**
|
|
128
|
+
* Check Assertion called state, if `#state.assertionCount` is set to a number value, but
|
|
129
|
+
* `#state.assertionTriggeredCount` is less then it, then should throw an assertion error.
|
|
130
|
+
*
|
|
131
|
+
* @returns a boolean value, that the test suite is satisfied with the check. If not,
|
|
132
|
+
* it should throw an AssertionError.
|
|
133
|
+
*
|
|
134
|
+
* @example Usage
|
|
135
|
+
* ```ts ignore
|
|
136
|
+
* import { AssertionState } from "@std/internal";
|
|
137
|
+
*
|
|
138
|
+
* const assertionState = new AssertionState();
|
|
139
|
+
* if (assertionState.checkAssertionCountSatisfied()) {
|
|
140
|
+
* // throw AssertionError("");
|
|
141
|
+
* }
|
|
142
|
+
* ```
|
|
143
|
+
*/
|
|
144
|
+
checkAssertionCountSatisfied(): boolean;
|
|
145
|
+
}
|
|
146
|
+
/**
|
|
147
|
+
* return an instance of AssertionState
|
|
148
|
+
*
|
|
149
|
+
* @returns AssertionState
|
|
150
|
+
*
|
|
151
|
+
* @example Usage
|
|
152
|
+
* ```ts ignore
|
|
153
|
+
* import { getAssertionState } from "@std/internal";
|
|
154
|
+
*
|
|
155
|
+
* const assertionState = getAssertionState();
|
|
156
|
+
* assertionState.setAssertionTriggered(true);
|
|
157
|
+
* ```
|
|
158
|
+
*/
|
|
159
|
+
export declare function getAssertionState(): AssertionState;
|
|
160
|
+
//# sourceMappingURL=assertion_state.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"assertion_state.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/internal/1.0.5/assertion_state.ts"],"names":[],"mappings":"AAEA;;;;;;;;;GASG;AACH,qBAAa,cAAc;;;IAiBzB;;;;;;;;;;;;OAYG;IACH,IAAI,cAAc,IAAI,MAAM,GAAG,SAAS,CAEvC;IAED;;;;;;;;;;;;OAYG;IACH,IAAI,uBAAuB,IAAI,MAAM,CAEpC;IAED;;;;;;;;;;;;OAYG;IACH,iBAAiB,CAAC,GAAG,EAAE,OAAO;IAI9B;;;;;;;;;;;;OAYG;IACH,qBAAqB,CAAC,GAAG,EAAE,OAAO;IAIlC;;;;;;;;;;;;;OAaG;IACH,iBAAiB,CAAC,GAAG,EAAE,MAAM;IAI7B;;;;;;;;;;OAUG;IACH,2BAA2B;IAM3B;;;;;;;;;;;;;;;;OAgBG;IACH,wBAAwB,IAAI,OAAO;IAInC;;;;;;;;;;OAUG;IACH,mBAAmB,IAAI,IAAI;IAS3B;;;;;;;;;;;;;;;;OAgBG;IACH,4BAA4B,IAAI,OAAO;CAIxC;AAID;;;;;;;;;;;;GAYG;AACH,wBAAgB,iBAAiB,IAAI,cAAc,CAElD"}
|