MockContext

eu.monniot.scala3mock.context.MockContext

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Types

type ExpectationException <: Throwable

Value members

Abstract methods

def newExpectationException(message: String, methodName: Option[String]): ExpectationException

Concrete methods

def add[E <: CallHandler[_]](e: E): E
def errorContext(callLog: ListBuffer[Call], expectationContext: Handlers): String
def reportUnexpectedCall(call: Call): Nothing
def reportUnsatisfiedExpectation(callLog: ListBuffer[Call], expectationContext: Handlers): Nothing