object expect
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- expect
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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 a(callWord: CallWord.type): ExpectationOps
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def atLeast(calls: Calls): ExpectationOps
- def atLeastEight(callsWord: CallsWord.type): ExpectationOps
- def atLeastFive(callsWord: CallsWord.type): ExpectationOps
- def atLeastFour(callsWord: CallsWord.type): ExpectationOps
- def atLeastNine(callsWord: CallsWord.type): ExpectationOps
- def atLeastOne(callWord: CallWord.type): ExpectationOps
- def atLeastSeven(callsWord: CallsWord.type): ExpectationOps
- def atLeastSix(callsWord: CallsWord.type): ExpectationOps
- def atLeastTen(callsWord: CallsWord.type): ExpectationOps
- def atLeastThree(callsWord: CallsWord.type): ExpectationOps
- def atLeastTwo(callsWord: CallsWord.type): ExpectationOps
- def atMost(calls: Calls): ExpectationOps
- def atMostEight(callsWord: CallsWord.type): ExpectationOps
- def atMostFive(callsWord: CallsWord.type): ExpectationOps
- def atMostFour(callsWord: CallsWord.type): ExpectationOps
- def atMostNine(callsWord: CallsWord.type): ExpectationOps
- def atMostOne(callWord: CallWord.type): ExpectationOps
- def atMostSeven(callsWord: CallsWord.type): ExpectationOps
- def atMostSix(callsWord: CallsWord.type): ExpectationOps
- def atMostTen(callsWord: CallsWord.type): ExpectationOps
- def atMostThree(callsWord: CallsWord.type): ExpectationOps
- def atMostTwo(callsWord: CallsWord.type): ExpectationOps
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def eight(callsWord: CallsWord.type): ExpectationOps
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def exactly(calls: Calls): ExpectationOps
- def five(callsWord: CallsWord.type): ExpectationOps
- def four(callsWord: CallsWord.type): ExpectationOps
- final def getClass(): Class[_ <: AnyRef]
- 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
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nine(callsWord: CallsWord.type): ExpectationOps
- def no(callsWord: CallsWord.type): ExpectationOps
- def noMore(callsWord: CallsWord.type): ExpectationOps
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def one(callWord: CallWord.type): ExpectationOps
- def only(callWord: CallWord.type): ExpectationOps
- def seven(callsWord: CallsWord.type): ExpectationOps
- def six(callsWord: CallsWord.type): ExpectationOps
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def ten(callsWord: CallsWord.type): ExpectationOps
- def three(callsWord: CallsWord.type): ExpectationOps
- def toString(): String
- Definition Classes
- AnyRef → Any
- def two(callsWord: CallsWord.type): ExpectationOps
- 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])