Package

japgolly.scalajs.react

test

Permalink

package test

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. test
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. case class ChangeEventData(value: String = "") extends Product with Serializable

    Permalink
  2. sealed trait ComponentClass extends Object

    Permalink
    Annotations
    @RawJSType()
  3. final type ComponentM = ReactComponentM_[TopNode]

    Permalink
  4. case class KeyboardEventData(key: String = "", location: Double = 0, altKey: Boolean = false, ctrlKey: Boolean = false, metaKey: Boolean = false, shiftKey: Boolean = false, repeat: Boolean = false, locale: String = "", keyCode: Int = 0) extends Product with Serializable

    Permalink
  5. class MockRouterCtl[P] extends RouterCtl[P]

    Permalink

    Mock RouterCtl that does nothing but record events.

    Mock RouterCtl that does nothing but record events.

    Call events() to inspect recorded events, and clear() to clear them.

  6. case class MouseEventData(screenX: Double = 0, screenY: Double = 0, clientX: Double = 0, clientY: Double = 0, altKey: Boolean = false, ctrlKey: Boolean = false, metaKey: Boolean = false, shiftKey: Boolean = false, buttons: Int = 0) extends Product with Serializable

    Permalink
  7. sealed trait ReactOrDomNode extends Object

    Permalink
    Annotations
    @RawJSType()
  8. trait ReactTestUtils extends Object

    Permalink
    Annotations
    @RawJSType()
  9. sealed abstract class Sel extends AnyRef

    Permalink

    Path to a subset of DOM.

    Path to a subset of DOM. Much easier and more powerful than what you find in ReactTestUtils.

    Example: Sel("div.inner a.active.blue span") findIn c

  10. trait Simulate extends Object

    Permalink
    Annotations
    @RawJSType()
  11. class Simulation extends AnyRef

    Permalink

    Allows composition and abstraction of ReactTestUtils.Simulate procedures.

Value Members

  1. object DebugJs

    Permalink
  2. object MockRouterCtl

    Permalink
  3. implicit final def RTUSChangeEventData(d: ChangeEventData): Object

    Permalink
    Annotations
    @inline()
  4. implicit final def RTUSKeyboardEventData(d: KeyboardEventData): Object

    Permalink
    Annotations
    @inline()
  5. implicit final def RTUSMouseEventData(d: MouseEventData): Object

    Permalink
    Annotations
    @inline()
  6. object ReactTestUtils extends Object with ReactTestUtils

    Permalink

    https://facebook.github.io/react/docs/test-utils.html

    https://facebook.github.io/react/docs/test-utils.html

    Annotations
    @JSName( "React.addons.TestUtils" )
  7. object Sel

    Permalink
  8. object Simulation

    Permalink
  9. implicit final def autoComponentClassFromScalaComponent(c: ReactComponentC[_, _, Any, TopNode]): ComponentClass

    Permalink
    Annotations
    @inline()
  10. implicit final def autoReactOrDomNodeM[N <: TopNode](c: ReactComponentM_[N]): ReactOrDomNode

    Permalink
    Annotations
    @inline()
  11. implicit final def autoReactOrDomNodeN(n: Node): ReactOrDomNode

    Permalink
    Annotations
    @inline()
  12. implicit final def autoReactOrDomNodeU(c: ReactElement): ReactOrDomNode

    Permalink
    Annotations
    @inline()
  13. implicit final def autoUnboxRefsInTests[T <: TopNode](r: UndefOr[ReactComponentM_[T]]): ReactComponentM_[T]

    Permalink
    Annotations
    @inline()
  14. implicit final def autoUnboxRefsInTestsC[T <: TopNode](r: UndefOr[ReactComponentM_[T]]): ReactOrDomNode

    Permalink
    Annotations
    @inline()

Inherited from AnyRef

Inherited from Any

Ungrouped