trait PostfixVerifications extends IdiomaticVerifications
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- PostfixVerifications
- IdiomaticVerifications
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- abstract type Verification
- Definition Classes
- IdiomaticVerifications
- implicit class VerificationsIntOps extends AnyRef
- implicit class VerifyingOps[T] extends AnyRef
Abstract Value Members
- abstract def verification(v: => Any): Verification
- Definition Classes
- IdiomaticVerifications
Concrete 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 InOrder(mocks: AnyRef*)(verifications: (VerifyInOrder) => Verification): Verification
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def atLeast(t: Times): AtLeast
- val atLeastEightTimes: AtLeast
- val atLeastFiveTimes: AtLeast
- val atLeastFourTimes: AtLeast
- val atLeastNineTimes: AtLeast
- val atLeastOnce: AtLeast
- val atLeastSevenTimes: AtLeast
- val atLeastSixTimes: AtLeast
- val atLeastTenTimes: AtLeast
- val atLeastThreeTimes: AtLeast
- val atLeastThrice: AtLeast
- val atLeastTwice: AtLeast
- def atMost(t: Times): AtMost
- val atMostEightTimes: AtMost
- val atMostFiveTimes: AtMost
- val atMostFourTimes: AtMost
- val atMostNineTimes: AtMost
- val atMostOnce: AtMost
- val atMostSevenTimes: AtMost
- val atMostSixTimes: AtMost
- val atMostTenTimes: AtMost
- val atMostThreeTimes: AtMost
- val atMostThrice: AtMost
- val atMostTwice: AtMost
- val calledAgain: CalledAgain.type
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val eightTimes: Times
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- val fiveTimes: Times
- val fourTimes: Times
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val ignoringStubs: IgnoringStubs.type
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val nineTimes: Times
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val on: On.type
- val once: Times
- val onlyHere: OnlyOn.type
- val sevenTimes: Times
- val sixTimes: Times
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val tenTimes: Times
- val threeTimes: Times
- val thrice: Times
- def toString(): String
- Definition Classes
- AnyRef → Any
- val twice: Times
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])