@Documented @Inherited @Retention(value=RUNTIME) @Target(value=TYPE) public static @interface TestRuleLimitSysouts.Limit
Modifier and Type | Required Element and Description |
---|---|
long |
bytes
The maximum number of bytes written to stdout or stderr.
|
Modifier and Type | Optional Element and Description |
---|---|
long |
hardLimit
Maximum number of bytes passed to actual stdout or stderr.
|
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.