Lines Matching +full:non +full:- +full:live
5 #### Live at Head
8 [Abseil Live at Head philosophy](https://abseil.io/about/philosophy#upgrade-support).
10 … as possible](https://github.com/abseil/abseil-cpp/blob/master/FAQ.md#what-is-live-at-head-and-how…
16 Our documentation is now live on GitHub Pages at
34 [Abseil](https://github.com/abseil/abseil-cpp).
62 * User-defined assertions: \
67 certain way, making it useful for testing error-handling code
68 * Fatal and non-fatal failures: \
70 non-fatal with Googletest, allowing tests to continue running even if a
72 * Value-parameterized tests: \
73 Googletest supports value-parameterized tests, which run multiple times with
76 * Type-parameterized tests: \
77 Googletest also supports type-parameterized tests, which run with different
88 [Foundational C++ Support Policy](https://opensource.google/documentation/policies/cplusplus-suppor…
90 [this table](https://github.com/google/oss-policies-info/blob/main/foundational-cxx-support-matrix.…
108 [GTest Runner](https://github.com/nholthaus/gtest-runner) is a Qt5 based
109 automated test-runner and Graphical User Interface with powerful features for
112 [GoogleTest UI](https://github.com/ospector/gtest-gbar) is a test runner that
117 [GTest TAP Listener](https://github.com/kinow/gtest-tap-listener) is an event
122 [gtest-parallel](https://github.com/google/gtest-parallel) is a test runner that
123 runs tests from your binary in parallel to provide significant speed-up.
125 [GoogleTest Adapter](https://marketplace.visualstudio.com/items?itemName=DavidSchuldenfrei.gtest-ad…
129 [C++ TestMate](https://github.com/matepek/vscode-catch2-test-adapter) is a VS