Lines Matching refs:TestInfo
1599 TestInfo* RegisterTest(const char* test_suite_name, const char* test_name,
1663 [`TestInfo`](reference/testing.md#TestInfo) class has this information.
1665 To obtain a `TestInfo` object for the currently running test, call
1672 const testing::TestInfo* const test_info =
1712 * TestInfo contains the state of a test, and
1723 void OnTestStart(const testing::TestInfo& test_info) override {
1738 void OnTestEnd(const testing::TestInfo& test_info) override {
2198 "$ref": "#/definitions/TestInfo"
2203 "TestInfo": {
2281 repeated TestInfo testsuite = 7;
2284 message TestInfo {