Define TEST_PROPERTY

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.