How To Test A CGNS-based Mesh Reading Library Using gtest
In this article, we extend our knowledge on how to integrate gtest into our mesh reading library using the CGNS data format for structured and unstructured grids that we developed in a previous series. We will rewrite the unit tests that we have already written using our own primitive testing framework and highlight how gtest …
How To Test A CGNS-based Mesh Reading Library Using gtest Read More »