Skip to content

Commit

Permalink
Add scaladoc for the mock implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
seakayone committed Dec 22, 2022
1 parent 82a2e56 commit 88b1d4a
Showing 1 changed file with 6 additions and 1 deletion.
Expand Up @@ -7,11 +7,16 @@ import zio.ZLayer
import zio.mock
import zio.mock.Mock
import zio.mock.Proxy

import scala.reflect.ClassTag

import org.knora.webapi.messages.ResponderRequest

/**
* zio-mock implementation for the [[ActorToZioBridge]]
*
* See also the zio-mock documentation:
* [[https://zio.dev/ecosystem/officials/zio-mock/#encoding-polymorphic-capabilities]]
*/
object ActorToZioBridgeMock extends Mock[ActorToZioBridge] {
object AskAppActor extends Poly.Effect.Output[ResponderRequest, Throwable]

Expand Down

0 comments on commit 88b1d4a

Please sign in to comment.