You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I am currently testing a feature of software that requires a hardware component, and my solution to that was to create a partially mocked class of the class being tested in order to control the outcome of the derived classes private functions. While running that test suite individually, I get no errors in the tests of that suite; however when I run all the test suites, the tests after that test suite is completed gives me an "invalid parameter detected by a C Runtime Library".
My issue is that this circumstance is causing all the other tests after this suite to fail with our own error system, however removing the test suite with the mocked class being tested causes all the other suites to run as expected and pass.
Are we able to test a partially mocked class and run all the boost tests without the latter suites crashing?
The text was updated successfully, but these errors were encountered:
Hello,
I am currently testing a feature of software that requires a hardware component, and my solution to that was to create a partially mocked class of the class being tested in order to control the outcome of the derived classes private functions. While running that test suite individually, I get no errors in the tests of that suite; however when I run all the test suites, the tests after that test suite is completed gives me an "invalid parameter detected by a C Runtime Library".
My issue is that this circumstance is causing all the other tests after this suite to fail with our own error system, however removing the test suite with the mocked class being tested causes all the other suites to run as expected and pass.
Are we able to test a partially mocked class and run all the boost tests without the latter suites crashing?
The text was updated successfully, but these errors were encountered: