class StubFunction8[T1, T2, T3, T4, T5, T6, T7, T8, R] extends FakeFunction8[T1, T2, T3, T4, T5, T6, T7, T8, R]
- Alphabetic
- By Inheritance
- StubFunction8
- FakeFunction8
- NiceToString
- Function8
- FakeFunction
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new StubFunction8(mockContext: MockContext, name: Symbol)(implicit arg0: Defaultable[R])
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
apply(v1: T1, v2: T2, v3: T3, v4: T4, v5: T5, v6: T6, v7: T7, v8: T8): R
- Definition Classes
- FakeFunction8 → Function8
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
curried: (T1) ⇒ (T2) ⇒ (T3) ⇒ (T4) ⇒ (T5) ⇒ (T6) ⇒ (T7) ⇒ (T8) ⇒ R
- Definition Classes
- Function8
- Annotations
- @unspecialized()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
handle(arguments: Product): Any
- Definition Classes
- FakeFunction
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
mockContext: MockContext
- Attributes
- protected
- Definition Classes
- FakeFunction
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
onUnexpected(call: Call): R
- Attributes
- protected
- Definition Classes
- StubFunction8 → FakeFunction
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- NiceToString → AnyRef → Any
-
def
tupled: ((T1, T2, T3, T4, T5, T6, T7, T8)) ⇒ R
- Definition Classes
- Function8
- Annotations
- @unspecialized()
- def verify(matcher: FunctionAdapter8[T1, T2, T3, T4, T5, T6, T7, T8, Boolean]): CallHandler8[T1, T2, T3, T4, T5, T6, T7, T8, R] with Verify
- def verify(v1: MockParameter[T1], v2: MockParameter[T2], v3: MockParameter[T3], v4: MockParameter[T4], v5: MockParameter[T5], v6: MockParameter[T6], v7: MockParameter[T7], v8: MockParameter[T8]): CallHandler8[T1, T2, T3, T4, T5, T6, T7, T8, R] with Verify
-
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
- @native() @throws( ... )
- def when(matcher: FunctionAdapter8[T1, T2, T3, T4, T5, T6, T7, T8, Boolean]): CallHandler8[T1, T2, T3, T4, T5, T6, T7, T8, R]
- def when(v1: MockParameter[T1], v2: MockParameter[T2], v3: MockParameter[T3], v4: MockParameter[T4], v5: MockParameter[T5], v6: MockParameter[T6], v7: MockParameter[T7], v8: MockParameter[T8]): CallHandler8[T1, T2, T3, T4, T5, T6, T7, T8, R]
ScalaMock
This is the documentation for ScalaMock
For an overview, see org.scalamock.