class CallHandler21[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, R] extends CallHandler[R]
- Alphabetic
- By Inheritance
- CallHandler21
- CallHandler
- Handler
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new CallHandler21(target: FakeFunction, v1: MockParameter[T1], v2: MockParameter[T2], v3: MockParameter[T3], v4: MockParameter[T4], v5: MockParameter[T5], v6: MockParameter[T6], v7: MockParameter[T7], v8: MockParameter[T8], v9: MockParameter[T9], v10: MockParameter[T10], v11: MockParameter[T11], v12: MockParameter[T12], v13: MockParameter[T13], v14: MockParameter[T14], v15: MockParameter[T15], v16: MockParameter[T16], v17: MockParameter[T17], v18: MockParameter[T18], v19: MockParameter[T19], v20: MockParameter[T20], v21: MockParameter[T21])(implicit arg0: Defaultable[R])
- new CallHandler21(target: FakeFunction, argumentMatcher: (Product) ⇒ Boolean)(implicit arg0: Defaultable[R])
Type Members
-
type
Derived = CallHandler21[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, R]
- Definition Classes
- CallHandler21 → CallHandler
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
anyNumberOfTimes(): Derived
- Definition Classes
- CallHandler
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
atLeastOnce(): Derived
- Definition Classes
- CallHandler
-
def
atLeastTwice(): Derived
- Definition Classes
- CallHandler
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
never(): Derived
- Definition Classes
- CallHandler
-
def
noMoreThanOnce(): Derived
- Definition Classes
- CallHandler
-
def
noMoreThanTwice(): Derived
- Definition Classes
- CallHandler
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def onCall(handler: (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21) ⇒ R): CallHandler21[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, R]
-
def
onCall(handler: (Product) ⇒ R): Derived
- Definition Classes
- CallHandler
-
def
once(): Derived
- Definition Classes
- CallHandler
-
def
repeat(count: Int): CallHandler[R]
- Definition Classes
- CallHandler
-
def
repeat(range: Range): Derived
- Definition Classes
- CallHandler
-
def
repeated(count: Int): CallHandler[R]
- Definition Classes
- CallHandler
-
def
repeated(range: Range): Derived
- Definition Classes
- CallHandler
-
def
returning(value: R): Derived
- Definition Classes
- CallHandler
-
def
returns(value: R): Derived
- Definition Classes
- CallHandler
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
throwing(e: Throwable): Derived
- Definition Classes
- CallHandler
-
def
throws(e: Throwable): Derived
- Definition Classes
- CallHandler
-
def
times(): Derived
- Definition Classes
- CallHandler
-
def
toString(): String
- Definition Classes
- CallHandler → AnyRef → Any
-
def
twice(): Derived
- Definition Classes
- CallHandler
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
ScalaMock
This is the documentation for ScalaMock
For an overview, see org.scalamock.