addToOutput

Adds to the test cases output so far or immediately prints

package @safe
void
addToOutput
(
ref string output
,
in string msg
)

Parameters

output string

The output to add to.

msg string

The string to add.

Meta