Conversation
Copy link
Copy Markdown
Contributor
Using gmock matchers instead of a.isApprox(b) has the advantage of providing more readable output to the user. In case of a test failure, the matrix shape or contents will be printed to the console. Another benefit is that one can embed them into more complex gmock match expressions. This paves the way for better testing some of our interfaces through mocks and fakes.
ahojnnes deleted the user/jsch/eigen-matchers branch
November 26, 2024 09:38Merged