MockFunction10

eu.monniot.scala3mock.functions.MockFunction10
class MockFunction10[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, R](mockContext: MockContext, name: String)(implicit evidence$11: Default[R]) extends FakeFunction10[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, R] with MockFunction

Attributes

Graph
Supertypes
class FakeFunction10[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, R]
trait (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) => R
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def expects(v1: T1 | MatcherBase, v2: T2 | MatcherBase, v3: T3 | MatcherBase, v4: T4 | MatcherBase, v5: T5 | MatcherBase, v6: T6 | MatcherBase, v7: T7 | MatcherBase, v8: T8 | MatcherBase, v9: T9 | MatcherBase, v10: T10 | MatcherBase): CallHandler10[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, R]
def expects(matcher: FunctionAdapter10[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, Boolean]): CallHandler10[Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, R]

Inherited methods

def apply(v1: T1, v2: T2, v3: T3, v4: T4, v5: T5, v6: T6, v7: T7, v8: T8, v9: T9, v10: T10): R

Attributes

Inherited from:
FakeFunction10
def curried: T1 => T2 => T3 => T4 => T5 => T6 => T7 => T8 => T9 => T10 => R

Attributes

Inherited from:
Function10
def handle(arguments: Product): Any

Attributes

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

Attributes

Inherited from:
MockFunction
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
def tupled: ((T1, T2, T3, T4, T5, T6, T7, T8, T9, T10)) => R

Attributes

Inherited from:
Function10