Packages

c

org.scalamock.stubs

StubbedZIOMethod

class StubbedZIOMethod[A, R] extends StubbedMethod[A, R]

Same as StubbedMethod, but with additional ZIO methods.

Linear Supertypes
StubbedMethod[A, R], Order, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StubbedZIOMethod
  2. StubbedMethod
  3. Order
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new StubbedZIOMethod(delegate: StubbedMethod[A, R])

Type Members

  1. type Args = A
    Definition Classes
    StubbedMethod
  2. type Result = R
    Definition Classes
    StubbedMethod

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def asString: String
    Definition Classes
    StubbedZIOMethod → Order
  6. def calls: List[Args]
    Definition Classes
    StubbedZIOMethod → StubbedMethod
  7. def callsZIO: UIO[List[Args]]
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def isAfter(other: Order)(implicit callLog: CallLog): Boolean
    Definition Classes
    StubbedZIOMethod → Order
  15. def isBefore(other: Order)(implicit callLog: CallLog): Boolean
    Definition Classes
    StubbedZIOMethod → Order
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. def returns(f: (Args) ⇒ Result): Unit
    Definition Classes
    StubbedZIOMethod → StubbedMethod
  21. def returnsZIO(f: (Args) ⇒ Result): UIO[Unit]
  22. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  23. def times: Int
    Definition Classes
    StubbedZIOMethod → StubbedMethod
  24. final def times(args: Args): Int
    Definition Classes
    StubbedMethod
  25. def timesZIO(args: Args): UIO[Int]
  26. def timesZIO: UIO[Int]
  27. def toString(): String
    Definition Classes
    StubbedZIOMethod → AnyRef → Any
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  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
    @throws( ... ) @native()

Inherited from StubbedMethod[A, R]

Inherited from Order

Inherited from AnyRef

Inherited from Any

Ungrouped