Interface | Description |
---|---|
TestExecutors.TestExecutorService |
A union of the
ExecutorService and TestRule interfaces. |
Class | Description |
---|---|
TestExecutors |
A
TestRule that validates that all submitted tasks finished and were completed. |
TestStreams |
Utility methods which enable testing of
StreamObserver s. |
TestStreams.Builder<T> |
A builder for a test
CallStreamObserver that performs various callbacks. |