Home | History | Annotate | Download | only in testing

Lines Matching defs:streams

37      * The streams that can be intercepted.
69 * The streams to intercept.
71 private final EnumSet<Stream> streams;
75 * The streams to intercept.
77 public InterceptOutputStreams(Stream... streams) {
78 this.streams = EnumSet.of(streams[0], streams);
91 if (!streams.contains(stream)) {
92 EnumSet<Stream> extra = streams.clone();
115 for (Stream stream : streams) {