maxOutputChars property

int maxOutputChars
final

Maximum number of characters of captured console (print) output kept for a single execution. Output past this cap is dropped and the result is flagged truncated: true.

Implementation

final int maxOutputChars;