implicit class StubbingOps[T] extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StubbingOps
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new StubbingOps(stubbing: T)
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
- macro def answers: AnswerActions[T]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- macro def calls(crm: RealMethod.type): ScalaOngoingStubbing[T]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- macro def isLenient(): Unit
- macro def mustAnswer: AnswerActions[T]
- macro def mustCall(crm: RealMethod.type): ScalaOngoingStubbing[T]
- macro def mustReturn: ReturnActions[T]
- macro def mustThrow: ThrowActions[T]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- macro def returns: ReturnActions[T]
- macro def shouldAnswer: AnswerActions[T]
- macro def shouldCall(crm: RealMethod.type): ScalaOngoingStubbing[T]
- macro def shouldReturn: ReturnActions[T]
- macro def shouldThrow: ThrowActions[T]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- macro def throws: ThrowActions[T]
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- macro def was(called: Called.type)(implicit order: VerifyOrder): Verification
- macro def wasCalled(t: ScalaVerificationMode)(implicit order: VerifyOrder): Verification
- def wasNever(called: CalledAgain)(implicit arg0: <:<[T, AnyRef]): Verification
- macro def wasNever(called: Called.type)(implicit order: VerifyOrder): Verification