Packages

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

Package Members

  1. package raw

Type Members

  1. class MockRouterCtl[P] extends RouterCtl[P]

    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. sealed abstract class ReactEventType extends AnyRef
  3. type ReactOrDomNode = |[raw.ReactDOM.DomNode, Element]
  4. implicit final class ReactTestExt_MountedId extends AnyVal
  5. class ReactTestVar[A] extends AnyRef

    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

  6. class Simulation extends AnyRef

    Allows composition and abstraction of ReactTestUtils.Simulate procedures.

  7. class TestBroadcaster[I, A] extends Broadcaster[I]

Value Members

  1. implicit def reactOrDomNodeFromMounted(m: MountedRaw): ReactOrDomNode
  2. implicit def reactOrDomNodeFromVRE(m: VdomElement): ReactOrDomNode
  3. object MockRouterCtl
  4. object ReactEventType
  5. object ReactTestUtils
  6. object ReactTestVar
  7. object SimEvent
  8. object Simulate

    https://reactjs.org/docs/test-utils.html#simulate

  9. object Simulation
  10. object TestBroadcaster

Inherited from AnyRef

Inherited from Any

Ungrouped