Note: Google Test filter = */Foo.*/* [==========] Running 4 tests from 1 test case. [----------] Global test environment set-up. [----------] 4 tests from Prefix/Foo [ RUN ] Prefix/Foo.Bar/0 ..\..\..\..\test.cpp(73): error: Value of: false Actual: false Expected: true [ FAILED ] Prefix/Foo.Bar/0, where GetParam() = (1, 10) (1 ms) [ RUN ] Prefix/Foo.Bar/1 ..\..\..\..\test.cpp(73): error: Value of: false Actual: false Expected: true [ FAILED ] Prefix/Foo.Bar/1, where GetParam() = (1, 20) (0 ms) [ RUN ] Prefix/Foo.Bar/2 ..\..\..\..\test.cpp(73): error: Value of: false Actual: false Expected: true [ FAILED ] Prefix/Foo.Bar/2, where GetParam() = (2, 10) (0 ms) [ RUN ] Prefix/Foo.Bar/3 ..\..\..\..\test.cpp(73): error: Value of: false Actual: false Expected: true [ FAILED ] Prefix/Foo.Bar/3, where GetParam() = (2, 20) (0 ms) [----------] 4 tests from Prefix/Foo (1 ms total) [----------] Global test environment tear-down [==========] 4 tests from 1 test case ran. (1 ms total) [ PASSED ] 0 tests. [ FAILED ] 4 tests, listed below: [ FAILED ] Prefix/Foo.Bar/0, where GetParam() = (1, 10) [ FAILED ] Prefix/Foo.Bar/1, where GetParam() = (1, 20) [ FAILED ] Prefix/Foo.Bar/2, where GetParam() = (2, 10) [ FAILED ] Prefix/Foo.Bar/3, where GetParam() = (2, 20) 4 FAILED TESTS