UnorderedHandlers

eu.monniot.scala3mock.handlers.UnorderedHandlers
class UnorderedHandlers(logging: Boolean) extends Handlers

Attributes

Graph
Supertypes
class Handlers
trait Handler
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def handle(call: Call): Option[Any]
def reset(): Unit
def verify(call: Call): Boolean

Inherited methods

def add(handler: Handler): Unit

Attributes

Inherited from:
Handlers
def isSatisfied: Boolean

Attributes

Inherited from:
Handlers
def list: Iterable[Handler]

Attributes

Inherited from:
Handlers
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
Handlers -> Any
Inherited from:
Handlers

Inherited fields

protected val handlers: ListBuffer[Handler]

Attributes

Inherited from:
Handlers