grpc-dart/test
Jakob Andersen 4b420f5cb4
Use thenAnswer() instead of thenReturn() when returning a Stream. (#40)
Mockito will soon start throwing an ArgumentError if thenReturn()
is called with a Future or Stream, as this can result in difficult
to trace errors.
2017-12-12 11:04:53 +01:00
..
data Add TLS support. (#29) 2017-08-17 09:45:11 +02:00
src Use thenAnswer() instead of thenReturn() when returning a Stream. (#40) 2017-12-12 11:04:53 +01:00
client_test.dart Multiplex RPCs on a single connection. (#34) 2017-10-12 15:37:29 +02:00
options_test.dart Multiplex RPCs on a single connection. (#34) 2017-10-12 15:37:29 +02:00
server_test.dart Add basic server tests. (#27) 2017-07-18 15:14:13 +02:00
stream_test.dart Add basic client tests. (#26) 2017-07-17 15:11:45 +02:00
timeout_test.dart Preparation for RPC multiplexing (#31) 2017-09-25 13:51:40 +02:00