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] = ...) extends Product with Serializable

  2. final type ComponentClass = ReactComponentC_

  3. final type ComponentM = ReactComponentM_[TopNode]

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

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

  6. sealed abstract class Sel extends AnyRef

    Path to a subset of DOM.

  7. trait Simulate extends Object

    Annotations
    @RawJSType()
  8. case class Simulation(run: (ComponentOrNode) ⇒ Unit) extends Product with Serializable

    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.

  6. object Sel

  7. object Simulation extends Serializable

  8. implicit final def autoUnboxRefsInTests[T <: TopNode](r: UndefOr[ReactComponentM_[T]]): ReactComponentM_[T]

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

    Annotations
    @inline()

Inherited from AnyRef

Inherited from Any

Ungrouped