implicit class StubbingOps[T] extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StubbingOps
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new StubbingOps(stubbing: T)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. macro def answers: AnswerActions[T]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. macro def calls(crm: RealMethod.type): ScalaOngoingStubbing[T]
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. macro def isLenient(): Unit
  14. macro def mustAnswer: AnswerActions[T]
  15. macro def mustCall(crm: RealMethod.type): ScalaOngoingStubbing[T]
  16. macro def mustReturn: ReturnActions[T]
  17. macro def mustThrow: ThrowActions[T]
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. macro def returns: ReturnActions[T]
  22. macro def shouldAnswer: AnswerActions[T]
  23. macro def shouldCall(crm: RealMethod.type): ScalaOngoingStubbing[T]
  24. macro def shouldReturn: ReturnActions[T]
  25. macro def shouldThrow: ThrowActions[T]
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. macro def throws: ThrowActions[T]
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. macro def was(called: Called.type)(implicit order: VerifyOrder): Verification
  33. macro def wasCalled(t: ScalaVerificationMode)(implicit order: VerifyOrder): Verification
  34. def wasNever(called: CalledAgain)(implicit arg0: <:<[T, AnyRef]): Verification
  35. macro def wasNever(called: Called.type)(implicit order: VerifyOrder): Verification

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped