package local
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- local
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- class LocalServiceTest extends AsyncFlatSpec with ServiceTestSupport with CatsUtils
Value Members
- def localServiceAndClient[F[_], REQ, RESP](serviceName: String, requestHandler: RequestHandler[F, REQ, RESP])(implicit arg0: Concurrent[F], arg1: Timer[F]): F[(ConsumerProducerRequestResponseService[F, REQ, RESP], ConsumerProducerRequestResponseClient[F, REQ, RESP])]