• Abseil Team's avatar
    Googletest export · a13a0626
    Abseil Team authored
    Add option (default to disabled) to make C++ type parameterized tests (TYPED_TEST_P) fail when they're not instantiated.
    
    When an un-instantiated TYPED_TEST_P is found, a new test will be inserted that emits a suitable message. For now, that is just a notice, but the hope it to flip the bit to make it fail by default.
    
    PiperOrigin-RevId: 286408038
    a13a0626
gtest-internal.h 54.5 KB