google / googletest

GoogleTest - Google Testing and Mocking Framework

Home Page:https://google.github.io/googletest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[FR]: Expose SetUpTestSuite and TearDownTestSuite getters and setters.

mbhaskar98 opened this issue · comments

Does the feature exist in the most recent commit?

Don't think so.

Why do we need this feature?

To give flexibility while integrating Gtest with other testing frameworks.

Describe the proposal.

Expose getters and setters for SetUpTestSuite and TearDownTestSuite so that while integrating Gtest with other testing frameworks, these methods can be called during the setup and teardown phase of the framework.

Is the feature specific to an operating system, compiler, or build system version?

Probably yes, Xcode's XCTest

We are not interested in supporting this use case.