Searched refs:composable (Results 1 – 5 of 5) sorted by relevance
25 readonly bool composable; field in Grpc.Core.Tests.FakeChannelCredentials27 public FakeChannelCredentials(bool composable) in FakeChannelCredentials() argument29 this.composable = composable; in FakeChannelCredentials()34 get { return composable; }
4 Matchers are an alternative way to do assertions which are easily extensible and composable.
124 … to treat streams of asynchronous events with the same sort of simple, composable operations that …
308 providing composable layers we leave the decisions to the person implementing
306 providing composable layers we leave the decisions to the person implementing