@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–2020 The Apache Software Foundation. All rights reserved.