japgolly.scalajs.react

test

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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class ChangeEventData(value: UndefOr[String] = undefined) extends Product with Serializable

  2. final type ComponentClass = ReactComponentC_

  3. final type ComponentM = ReactComponentM_[TopNode]

  4. case class KeyboardEventData(key: UndefOr[String] = undefined, location: UndefOr[Double] = undefined, altKey: UndefOr[Boolean] = undefined, ctrlKey: UndefOr[Boolean] = undefined, metaKey: UndefOr[Boolean] = undefined, shiftKey: UndefOr[Boolean] = undefined, repeat: UndefOr[Boolean] = undefined, locale: UndefOr[String] = undefined, keyCode: UndefOr[Int] = undefined) extends Product with Serializable

  5. case class MouseEventData(screenX: UndefOr[Double] = undefined, screenY: UndefOr[Double] = undefined, clientX: UndefOr[Double] = undefined, clientY: UndefOr[Double] = undefined, altKey: UndefOr[Boolean] = undefined, ctrlKey: UndefOr[Boolean] = undefined, metaKey: UndefOr[Boolean] = undefined, shiftKey: UndefOr[Boolean] = undefined, buttons: UndefOr[Int] = undefined) extends Product with Serializable

  6. sealed trait ReactOrDomNode extends Object

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

    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

  8. trait Simulate extends Object

    Annotations
    @RawJSType()
  9. class Simulation extends AnyRef

    Allows composition and abstraction of ReactTestUtils.Simulate procedures.

Value Members

  1. object DebugJs

  2. implicit final def RTUSChangeEventData(d: ChangeEventData): Object

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

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

    Annotations
    @inline()
  5. object ReactTestUtils extends Object

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

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

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

  7. object Simulation

  8. implicit final def autoReactOrDomNodeM[N <: TopNode](c: ReactComponentM_[N]): ReactOrDomNode

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

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

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

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

    Annotations
    @inline()

Inherited from AnyRef

Inherited from Any

Ungrouped