Define TEST_PROPERTY¶ Defined in File test.h Define Documentation¶ TEST_PROPERTY(name, value)¶[source] Attach a key/value property to the currently running test. Properties appear in JUnit XML output. This macro is available in both C and C++ test files. Parameters: name – Property name. value – Property value.