Packages

p

korolev

testkit

package testkit

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Action[+F[_], +S, +M] extends AnyRef
  2. case class Browser(properties: Map[(ElementId, String), String] = Map.empty, forms: Map[ElementId, FormData] = Map.empty, filesMap: Map[ElementId, Map[String, Array[Byte]]] = Map.empty, jsMocks: List[String] = Nil) extends Product with Serializable
  3. sealed trait PseudoHtml extends AnyRef

Value Members

  1. object Action
  2. object Browser extends Serializable
  3. object PseudoHtml

Ungrouped