-
Notifications
You must be signed in to change notification settings - Fork 863
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need IBatchGet<T> interface for testing #1857
Comments
@ashishdhingra any update on this? |
Hi @SARAVANA1501, Good afternoon. BatchGet inherits from the abstract BatchGet class. So you should be able to mock Thanks, |
@ashishdhingra I wonder if your comment is really relevant. Because the |
We have noticed this issue has not received attention in 1 year. We will close this issue for now. If you think this is in error, please feel free to comment and reopen the issue. |
Commenting to keeps it open |
@ashishdhingra I would like to contribute on this |
Hello, we have been working on the V4 of the AWS SDK for .NET. We have added the ability to mock various DynamoDB operations by adding interfaces in both the Data Model mode and Document Model mode in DynamoDB. Refer to this PR - #3450 Specifically for the This feature is available in the AWSSDK.DynamoDBv2 Version 4.0.0-preview.2 |
Comments on closed issues are hard for our team to see. |
I would like to have following mocking, Since
BatchGet<T>
is concrete class, we are unable to mock and test the functionality.The text was updated successfully, but these errors were encountered: