Lines Matching +refs:cc +refs:include +refs:needs
54 implementation needs to change in the future.
174 you also need to define it *outside* of the class body in `foo.cc`:
186 implicitly an `inline` definition, and a separate definition in `foo.cc` is not
193 static constexpr int kBar = 100; // Defines kBar, no need to do it in foo.cc.
249 [sample5_unittest.cc](https://github.com/google/googletest/blob/main/googletest/samples/sample5_uni…
354 This is **wrong and dangerous**. The testing services needs to see the return
441 1. It's likely your test needs to change the states of its global variables.
502 GoogleTest needs to be able to create objects of your test fixture class, so it
531 suite, and so on. GoogleTest does this because it needs to set up a test suite
547 Since `FooTest.AbcDeathTest` needs to run before `BarTest.Xyz`, and we don't
588 needs to be defined in the *same* name space. See
628 To include disabled tests in test execution, just invoke the test program with