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
Google Test supports static and global environment setup/teardown which will allow expensive initialization like the MockMslContext and other constants to be initialized one during unit tests instead of on every single test like it is currently implemented. This should help speed up execution of and reduce resource consumption of the tests.
Google Test supports static and global environment setup/teardown which will allow expensive initialization like the MockMslContext and other constants to be initialized one during unit tests instead of on every single test like it is currently implemented. This should help speed up execution of and reduce resource consumption of the tests.
See https://github.com/google/googletest/blob/master/googletest/docs/AdvancedGuide.md for more details.
The text was updated successfully, but these errors were encountered: