Packages

sealed trait Jest extends Object

Annotations
@RawJSType() @native()
Linear Supertypes
Object, Any, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Jest
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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 clearAllMocks(): Jest
  6. def clearAllTimers(): Unit
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  8. def disableAutomock(): Jest
  9. def doMock(moduleName: String, factory: Function = ???, options: Object = ???): Jest
  10. def dontMock(moduleName: String): Jest
  11. def enableAutomock(): Jest
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def fn(implementation: Function): Function
  16. def genMockFromModule(moduleName: String): Function
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def isMockFunction(fn: Function): Boolean
  22. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  23. def mock(moduleName: String, factory: Function = ???, options: Object = ???): Jest
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  28. def resetAllMocks(): Jest
  29. def resetModules(): Jest
  30. def runAllImmediates(): Jest
  31. def runAllTicks(): Jest
  32. def runAllTimers(): Jest
  33. def runOnlyPendingTimers(): Jest
  34. def runTimersToTime(msToRun: Int): Jest
  35. def setMock(moduleName: String, moduleExports: Any): Jest
  36. def setTimeout(timeout: Int): Jest
  37. def spyOn(obj: Object, methodName: String): Jest
  38. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  39. def toLocaleString(): String
    Definition Classes
    Object
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. def unmock(moduleName: String): Jest
  42. def useFakeTimers(): Jest
  43. def useRealTimers(): Jest
  44. def valueOf(): Any
    Definition Classes
    Object
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped