Relative Content

Tag Archive for c++googletest

Google test maximal size of test parameter array is too small

I am using Google’s C++ testing framework (nuget package Microsoft.googletest.v140.windesktop.msvcstl.static.rt-dyn, version 1.8.1.7) and I am parametrizing tests. I have a problem with the array of parameters when it is too big : in a simple case with two parameter 2 and 96 like in the following :

Google test maximal array is too small

I am using Google’s C++ testing framework (nuget package Microsoft.googletest.v140.windesktop.msvcstl.static.rt-dyn, version 1.8.1.7) and I am parametrizing tests. I have a problem with the array of parameters when it is too big : in a simple case with two parameter 2 and 96 like in the following :