File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
testing/src/main/java/io/grpc/testing Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 3434import com .google .common .util .concurrent .ListenableFuture ;
3535import com .google .common .util .concurrent .SettableFuture ;
3636
37+ import io .grpc .ExperimentalApi ;
3738import io .grpc .stub .StreamObserver ;
3839
3940import java .util .ArrayList ;
4849 * Utility implementation of {@link StreamObserver} used in testing. Records all the observed
4950 * values produced by the stream as well as any errors.
5051 */
52+ @ ExperimentalApi
5153public class StreamRecorder <T > implements StreamObserver <T > {
5254
5355 /**
Original file line number Diff line number Diff line change 3131
3232package io .grpc .testing ;
3333
34+ import io .grpc .ExperimentalApi ;
3435import io .grpc .ForwardingServerCall .SimpleForwardingServerCall ;
3536import io .grpc .Metadata ;
3637import io .grpc .MethodDescriptor ;
7071/**
7172 * Common utility functions useful for writing tests.
7273 */
74+ @ ExperimentalApi
7375public class TestUtils {
7476 public static final String TEST_SERVER_HOST = "foo.test.google.fr" ;
7577
You can’t perform that action at this time.
0 commit comments