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

CLR Object Stringify #1216

Merged
merged 1 commit into from
Apr 3, 2018
Merged

Conversation

davidaue
Copy link
Contributor

@davidaue davidaue commented Mar 8, 2018

Changes to allow stringification of CLR objects. This enables REQUIRES(a == b) and such print proper strings in reports when used with CLR objects.

I have been using Catch2 in C++/CLI and this helps make it nicer.

@codecov
Copy link

codecov bot commented Mar 9, 2018

Codecov Report

Merging #1216 into master will decrease coverage by 0.09%.
The diff coverage is n/a.

@@            Coverage Diff            @@
##           master    #1216     +/-   ##
=========================================
- Coverage   82.24%   82.15%   -0.1%     
=========================================
  Files         122      122             
  Lines        4726     4673     -53     
=========================================
- Hits         3887     3839     -48     
+ Misses        839      834      -5

@davidaue davidaue changed the title Dev clr stringify CLR stringify Mar 14, 2018
@davidaue davidaue changed the title CLR stringify CLR Object Stringify Mar 14, 2018
@horenmar
Copy link
Member

horenmar commented Apr 3, 2018

Thanks for the PR, I cleaned it up a bit before merging.

@horenmar horenmar merged commit dfb83f2 into catchorg:master Apr 3, 2018
@horenmar horenmar added the Tweak label Apr 3, 2018
@davidaue davidaue deleted the dev-clr-stringify branch April 3, 2018 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants