|
Author:
{'name': 'Jeff Yemin', 'email': 'jeff.yemin@mongodb.com', 'username': 'jyemin'}
Message: Improve assertion messages in unified test runner (#708)
- Add a context for operation execution. This provides context when the
operation itself asserts
- Include the index of the operation in the operations array. This helps
when there are multiple operations that are identical and you want to
be able to determine which one failed
JAVA-4152
Branch: master
https://github.com/mongodb/mongo-java-driver/commit/fb4c293b5e5bc8af9b6c422cc09acd84a903cf43
|