class StubFunction1[T1, R] extends FakeFunction1[T1, R]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StubFunction1
- FakeFunction1
- NiceToString
- Function1
- FakeFunction
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new StubFunction1(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 andThen[A](g: (R) => A): (T1) => A
- Definition Classes
- Function1
- Annotations
- @unspecialized()
- def apply(v1: T1): R
- Definition Classes
- FakeFunction1 → Function1
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def compose[A](g: (A) => T1): (A) => R
- Definition Classes
- Function1
- Annotations
- @unspecialized()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- 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
- StubFunction1 → FakeFunction
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- NiceToString → AnyRef → Any
- def verify(matcher: FunctionAdapter1[T1, Boolean]): CallHandler1[T1, R] with Verify
- def verify(v1: MockParameter[T1]): CallHandler1[T1, R] with Verify
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def when(matcher: FunctionAdapter1[T1, Boolean]): CallHandler1[T1, R]
- def when(v1: MockParameter[T1]): CallHandler1[T1, R]
ScalaMock
This is the documentation for ScalaMock
For an overview, see org.scalamock.