How To Test A Linear Algebra Solver Library Using gtest
In this article, we look at how we can test the linear algebra solver library we developed previously. In particular, we will look at how we can write unit, integration, and system tests that ensure our code is working using both white-box and black-box testing. This will provide our code with additional resistance against regressions …
How To Test A Linear Algebra Solver Library Using gtest Read More »