Handlers

eu.monniot.scala3mock.handlers.Handlers
abstract class Handlers extends Handler

Attributes

Graph
Supertypes
trait Handler
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Concrete methods

def add(handler: Handler): Unit
def isSatisfied: Boolean
def list: Iterable[Handler]
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Any

Inherited methods

def handle(call: Call): Option[Any]

Attributes

Inherited from:
Handler
def reset(): Unit

Attributes

Inherited from:
Handler
def verify(call: Call): Boolean

Attributes

Inherited from:
Handler

Abstract fields

protected val prefix: String

Concrete fields

protected val handlers: ListBuffer[Handler]