googletest
googletest copied to clipboard
GoogleTest - Google Testing and Mocking Framework
here is calculator.java
### Does the feature exist in the most recent commit? Currently, the timestamp is only precise to the second level. Can millisecond data be added? ### Why do we need...
Fixes https://github.com/google/googletest/issues/3947 **Problem** - `OnceAction` has templated forwarding constructors constrained for callable types. - On QNX SDK versions prior to 8.0, `std::tuple` can incorrectly satisfy those constraints because of how...
### Describe the issue Unfortunately, this line is not compatible with an absolute `CMAKE_INSTALL_INCLUDEDIR` because the installation prefix is prepended to the `CMAKE_INSTALL_INCLUDEDIR` even if it is already an absolute...
### Describe the issue I use googletest with FetchContent and my main development environment is VisualStudio IDE - in the generated solution I can see gtest (and gtest_main) generated projects...
### Does the feature exist in the most recent commit? It seems to exist long time ago (from commit https://github.com/google/googletest/blob/c476707e82f8db4974912594fbf419326973cb2a/CMakeLists.txt ) ### Why do we need this feature? It could...
### Describe the issue When setting the cmake variable `BUILD_SHARED_LIBS` `ON`, and using Clang as compiler, the building failed: ``` ❯ cmake --build build [8/8] Linking CXX shared library bin\gmock_main.dll...
more details are listed in https://github.com/google/googletest/issues/4808
### Does the feature exist in the most recent commit? "No, the feature to mock static member functions is not currently implemented in the most recent commit of Google Mock....
Currently, enabling the `misc-const-correctness` clang-tidy check produces issues with some gtest macros. This PR adds missing `const` to fix the warning and let users enable the check without the need...