Adjust documentation regarding xml and json source file location otput.

This commit is contained in:
Szymon Sobik
2022-03-08 01:16:36 +01:00
parent 5c1b42a58d
commit 132059ba0c
2 changed files with 18 additions and 6 deletions

View File

@@ -518,8 +518,8 @@ Logs a property for the current test, test suite, or entire invocation of the
test program. Only the last value for a given key is logged.
The key must be a valid XML attribute name, and cannot conflict with the ones
already used by GoogleTest (`name`, `status`, `time`, `classname`, `type_param`,
and `value_param`).
already used by GoogleTest (`name`, `file`, `line`, `status`, `time`, `classname`,
`type_param`, and `value_param`).
`RecordProperty` is `public static` so it can be called from utility functions
that are not members of the test fixture.