Top 3.0% dependent packages on proxy.golang.org
Top 0.9% dependent repos on proxy.golang.org
Top 0.1% forks on proxy.golang.org
proxy.golang.org : github.com/awsdocs/aws-doc-sdk-examples/gov2/testtools
Package testtools provides a set of tools to help test code that calls AWS services. **AWS Middleware Stubber** The AWS Middleware Stubber is a unit testing tool that hooks into the AWS SDK for Go middleware (https://aws.github.io/aws-sdk-go-v2/docs/middleware/) to short-circuit calls to AWS services, verify inputs, and return predefined outputs. This improves unit testing because you don't have to define mocks or change the way your code calls AWS. Tests run without calling AWS, which means tests run faster and don't incur charges or risk impacting your resources. To use AwsmStubber, first create an instance of AwsmStubber. The stubber is configured to handle all calls to AWS before the Serialize middleware step. Use the stubber config to create a service client. Define and add all service actions that are called by your test. During your test run, the stubber verifies that each call is made in the order that stubs are added to the stubber. The stubber also checks actual input against expected input. If the call is verified, either the specified output is returned or, if an error is requested, the error is returned. Run your test and verify the results. Use testtools helper functions to verify errors and run exit code. By using sub tests, you can use the same test code to test both error and non-error paths. The testtools.ExitTest helper verifies that all expected stubs were called during the test, so if your test exits early and leaves uncalled stubs, the test fails. **Framework** The framework section of the package provides a set of helper functions that you can use in your tests to perform common tasks, such as verifying that errors returned from the code under test match up with the expected errors, and running exit checks to verify all stubs were called. **Scenarios** The scenarios section of the package provides a set of helper functions that you can use to run scenario tests. Scenarios typically string together several actions in a narrative format. The scenario test functions let you define the expected actions of your scenario as a list of stubs. Then, your test function is called first with no errors, and subsequently with each stub set to return an error. **Mocks** The mocks section of the package provides mocks of components that are used in the code examples, such as a mock of the IQuestioner interface that lets you specify a list of expected answers. The mock questioner returns these answers in sequence during a test to mock user input.
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/awsdocs/aws-doc-sdk-examples/gov2/testtools
Keywords:
aws
, cpp
, documentation
, dotnet
, examples
, go
, java
, javascript
, php
, programming
, python
, ruby
License: Apache-2.0
Latest release: over 1 year ago
First release: almost 3 years ago
Namespace: github.com/awsdocs/aws-doc-sdk-examples/gov2
Dependent packages: 9
Dependent repositories: 39
Stars: 7,470 on GitHub
Forks: 5,013 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 3 days ago
v0.0.0-20230801123435-f691019935b2
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230731230119-493d268783f7
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230731201753-dfdb18d99e17
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230731184840-b75c7a4951b2
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230731164942-7921f0c11307
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230731154714-9d956579428f
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230728210352-7a4550d5be98
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230728165504-82c391d37d49
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230727201036-8416729eee3d
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230727173311-56c2f4bf47a7
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230727170446-37112fedc8ce
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230726225348-9bcda45eb1a5
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230726212600-52dd9baa459a
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230726175530-0d24907b65c4
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230725205026-b92746f19608
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230724184424-81828731de6c
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230721183207-85a0bc69f4fb
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230720210613-6a0ed17dab89
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230720184124-fe40619f102f
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230720183106-63e98bace3df
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230720180617-3a4f4f23c182
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230719190456-231cf9f70de0
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230719183829-6d053021816b
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230718215415-fdc71d6ceff3
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230718202512-df8b26025cf7
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230718190823-2597655a62d6
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230717172443-c3fe80e5199a
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230717145042-5679174d4350
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230714194313-3f29ba8873fe
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230714173816-46c2fe78829d
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230714154432-f1815f2fa9af
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230714141446-812f48ed1b3b
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230713151527-67f64321b7de
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230713125649-d28796f682c7
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230712193713-11af95cafb46
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230712154418-c9e01139b121
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230712151551-315e70fb4373
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230712145159-8c0853755c34
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230712141221-45ae54909e30
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230712134229-8f00c9af3759
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230711190737-2f345b001acb
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230711163651-40858495796d
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230711135551-82055bb849f9
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230710210756-d4e3a1dee7e4
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230710202429-2a98c5a5c262
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230710193118-ea0699250460
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230710185041-d886402b7fc1
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230710161652-5b8b6125a0c1
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230710151112-25b40c366b28
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230710122816-e2a34f9a1324
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230710121326-068859183ef9
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230707201237-dcf73e6819db
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230707171855-d51ef8905094
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230707163037-f8b49a9ab629
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230707134647-2115465244c0
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230706212704-b61e446c3a6a
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230706195841-135c806fd28d
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230706180313-0ad4881d968a
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230706134704-1668f2e02425
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230706132720-830f7dd27ee3
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230705132842-c0ebfa4427f2
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230703191928-665a529e9c40
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230703140609-ee95c1191d98
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230703120335-17c453a0321b
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230630213304-dee7830a49d0
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230630190632-c616cbe9f4d2
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230630145146-4d63b1ac8902
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230629185048-0e1c3d240375
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230629162415-2fbed9ebfc4f
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230629152730-9fa215c8842b
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230628212925-0fb6bee5ebdf
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230628211523-3eeb902c87b8
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230628185236-0049203c3736
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230628161444-42d28ecff852
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230628135545-82b55ee303ee
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230628132321-1e64525c47e2
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230623172511-51af01fef255
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230623163240-3e07b75d5cb5
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230622203600-6e498eafc5f4
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230622195957-597d681b2da1
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230621230605-2b3df959474a
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230621230022-13a091d4bb35
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230620133559-67ef5464895f
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230620130517-5f3fd61a4490
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230619194509-bcb2e407a499
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230619192652-ee6d94e049d3
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230615141920-579304132530
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230615141221-681842502ee3
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230615131504-450f3ce14897
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230614190713-32896f015cbf
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20230614183220-ad180ef226c8
Published: almost 2 years agoRegistry - Documentation - Download