Comparison of arrays in google test?

Posted by Tobbe on Stack Overflow See other posts from Stack Overflow or by Tobbe
Published on 2009-09-22T15:12:29Z Indexed on 2010/05/09 14:58 UTC
Read the original article Hit count: 204

Filed under:
|

I am looking to compare two arrays in google test. In UnitTest++ this is done through CHECK_ARRAY_EQUAL. How do you do it in google test?

© Stack Overflow or respective owner

Related posts about c++

Related posts about unit-testing