Mirage.Session (Mirage v0.6.2)

Copy Markdown View Source

State container for a test.

Summary

Types

t()

@type t() :: %Mirage.Session{
  ast: any(),
  bookkeeping: bookkeeping(),
  page: any(),
  page_module: module(),
  params: map(),
  scope: tuple() | nil,
  server: any()
}