FakeFunction0

eu.monniot.scala3mock.functions.FakeFunction0
abstract class FakeFunction0[R](mockContext: MockContext, name: String) extends () => R with FakeFunction

Attributes

Graph
Supertypes
trait () => R
class Object
trait Matchable
class Any
Known subtypes
class MockFunction0[R]

Members list

Concise view

Value members

Concrete methods

def apply(): R

Inherited methods

def handle(arguments: Product): Any

Attributes

Inherited from:
FakeFunction
protected def onUnexpected(call: Call): Any

Attributes

Inherited from:
FakeFunction
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
Inherited from:
FakeFunction