Test case: %%test_case%%
- Test program: %%test_program%%
- Result: %%result%%
- Duration: %%duration%%
- Execution context
Standard output
%if defined(stdout)
%%stdout%%
%else
Test case did not write anything to stdout.
%endif
Standard error
%if defined(stderr)
%%stderr%%
%else
Test case did not write anything to stderr.
%endif