TEST_DETAILS_FORMAT

The TEST_DETAILS_FORMAT function part of the TEST_DETAILS output framework and prints formatted text. It is defined and used the same way as PRINT_FORMAT, the only difference being it will output to the test details section at the end of the test instead of being printed immediately as part of the normal test output.

TEST_DETAILS_FORMAT was added in XJTAG v3.1.0.

Syntax

TEST_DETAILS_FORMAT( STRING format, [ INT expression | STRING expression ] , ... )

Parameters

format
A string containing formatting information. See the documentation for PRINT_FORMAT for more details.
expression
An expression of type INT or STRING that is to be displayed.