processOutput property

String processOutput
final

Captured stdout output from the D4rt script execution.

Contains all print() calls made by the script, captured via ZoneSpecification in the test runner.

Implementation

final String processOutput;