class InternalRunDeathTestFlag

Defined at line 271 of file ../../third_party/googletest/src/googletest/include/gtest/internal/gtest-death-test-internal.h

A class representing the parsed contents of the

--gtest_internal_run_death_test flag, as it existed when

RUN_ALL_TESTS was called.

Public Methods

void InternalRunDeathTestFlag (const std::string & a_file, int a_line, int an_index, int a_write_fd)

Defined at line 273 of file ../../third_party/googletest/src/googletest/include/gtest/internal/gtest-death-test-internal.h

void ~InternalRunDeathTestFlag ()

Defined at line 277 of file ../../third_party/googletest/src/googletest/include/gtest/internal/gtest-death-test-internal.h

const std::string & file ()

Defined at line 281 of file ../../third_party/googletest/src/googletest/include/gtest/internal/gtest-death-test-internal.h

int line ()

Defined at line 282 of file ../../third_party/googletest/src/googletest/include/gtest/internal/gtest-death-test-internal.h

int index ()

Defined at line 283 of file ../../third_party/googletest/src/googletest/include/gtest/internal/gtest-death-test-internal.h

int write_fd ()

Defined at line 284 of file ../../third_party/googletest/src/googletest/include/gtest/internal/gtest-death-test-internal.h