maxOutputChars property
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;
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.
final int maxOutputChars;