Skip to content
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

Add mocking constructors to TransactionalBatchOperationResult #1050

Merged
merged 5 commits into from
Nov 27, 2019
Merged

Add mocking constructors to TransactionalBatchOperationResult #1050

merged 5 commits into from
Nov 27, 2019

Commits on Nov 23, 2019

  1. Adding protected ctor to TransactionalBatchOperationResult<T> and cha…

    …nged private -> protected ctor in TransactionalBatchOperationResult. This allows for Mocks, consistent with the other public classes.
    josh committed Nov 23, 2019
    Configuration menu
    Copy the full SHA
    66ab446 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2019

  1. Adding #1050 to the changelog

    josh committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    9342593 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00b1787 View commit details
    Browse the repository at this point in the history
  3. Adding unit tests to ensure TransactionalBatchOperationResult and Tra…

    …nsactionalBatchOperationResult<T> are mockable.
    josh committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    f67c2ec View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2019

  1. Configuration menu
    Copy the full SHA
    6b80c87 View commit details
    Browse the repository at this point in the history