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. 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.

  2. type ReactOrDomNode = |[raw.ReactDOM.DomNode, Element]

    Permalink
  3. implicit final class ReactTestExt_MountedId extends AnyVal

    Permalink
  4. class ReactTestVar[A] extends AnyRef

    Permalink

    Houses a variable and provides React-like access to it.

    Houses a variable and provides React-like access to it.

    Provides mock-like instances of the following: - Reusable functions - StateAccess - StateSnapshot - StateSnapshot with Reusability

    It also keeps a log of changes, accessible via .history().

    A

    The variable type.

    Since

    0.11.0

  5. class Simulation extends AnyRef

    Permalink

    Allows composition and abstraction of ReactTestUtils.Simulate procedures.

Value Members

  1. object MockRouterCtl

    Permalink
  2. object ReactTestUtils

    Permalink
  3. object ReactTestVar

    Permalink
  4. object SimEvent

    Permalink
  5. val Simulate: Simulate

    Permalink
  6. object Simulation

    Permalink
  7. package raw

    Permalink
  8. implicit def reactOrDomNodeFromMounted(m: MountedRaw): ReactOrDomNode

    Permalink
  9. implicit def reactOrDomNodeFromVRE(m: VdomElement): ReactOrDomNode

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped