TEST_SUMMARY

The TEST_SUMMARY function prints text at the end of the test being run. This text will also be displayed in the table at the end of the test run.

If the function is not called, no test summary will be displayed at the end of the test. If called more than once during a single test it will replace any previous text set.

TEST_SUMMARY was added in XJTAG v3.1.0.

Syntax

TEST_SUMMARY( STRING text )

Parameters

text
The text to display in the test summary. If empty, no test summary will be displayed for the test.