Stubbed

stubby.Stubbed
See theStubbed companion trait
object Stubbed

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Stubbed.type

Members list

Value members

Concrete methods

def insertFunction[Service : Tag](methodId: MethodId, f: StubResult): URIO[Stubbed[Service], Unit]
def insertValue[Service : Tag, Value](methodId: MethodId, response: Value): URIO[Stubbed[Service], Unit]