googletest icon indicating copy to clipboard operation
googletest copied to clipboard

GoogleTest - Google Testing and Mocking Framework

Results 460 googletest issues
Sort by recently updated
recently updated
newest added

### Describe the issue Google test seems to fill the junit-style XML document produced with with the failure from ASSERT or EXPECT statements twice. This simply reduces the quality of...

This commit adds a new section titled "Tips for Beginners" at the end of primer.md. It includes practical guidance for new users on when to use EXPECT_* vs ASSERT_*, how...

### Does the feature exist in the most recent commit? No ### Why do we need this feature? Configuring `OsStackTraceGetterInterface` via `#define GTEST_OS_STACK_TRACE_GETTER_` can only be done when compiling gtest...

enhancement

Ya, thx dik _Originally posted by @ExalayanMari in https://github.com/google/googletest/discussions/4750#discussioncomment-12988111_

**Describe the bug** Uninteresting calls to `MockFunction` generates the following error message ``` GMOCK WARNING: Uninteresting mock function call - returning default value. Function call: Call() Returns: false ``` which...

bug

### Does the feature exist in the most recent commit? No. ### Why do we need this feature? When working on a unittest, either writing new tests or debugging old...

enhancement

### Does the feature exist in the most recent commit? No, although there is a very dirty workaround. ### Why do we need this feature? The [documentation](https://google.github.io/googletest/advanced.html#asserting-on-subroutines-with-an-exception) suggests the following...

enhancement

### Describe the issue The docs for [known limitations](https://google.github.io/googletest/primer.html#known-limitations) says: > Google Test is designed to be thread-safe. The implementation is thread-safe on systems where the pthreads library is available....