object nextBytes extends Method[MockRandom, Int, Chunk[Byte]]
- Alphabetic
- By Inheritance
- nextBytes
- Method
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
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 apply(assertion: Assertion[Int])(implicit ev: =!=[Int, Unit]): ArgumentExpectation[MockRandom, Int, Chunk[Byte]]
Provides the
Assertionon method argumentsIto produceArgumentExpectation.Provides the
Assertionon method argumentsIto produceArgumentExpectation.Available only for methods that do take arguments.
- Definition Classes
- Method
- Annotations
- @silent("parameter value ev in method apply is never used")
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- 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 hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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 returns[E](returns: ReturnExpectation[Int, E, Chunk[Byte]])(implicit ev: <:<[Int, Unit]): Expectation[MockRandom, E, Chunk[Byte]]
Provides the
ReturnExpectationto produce the finalExpectation.Provides the
ReturnExpectationto produce the finalExpectation.Available only for methods that don't take arguments.
- Definition Classes
- Method
- Annotations
- @silent("parameter value ev in method returns is never used")
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
Render method fully qualified name.
Render method fully qualified name.
- Definition Classes
- Method → AnyRef → Any
- 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()