Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TestOptions<Params>

Type parameters

  • Params

Hierarchy

  • TestOptions

Index

Properties

Properties

Optional name

name: string | function

The name of the test or a function being handed the parameters of a parameterized test which generates the name.

Optional only

only: boolean

When set to true the itOnly function will be called instead of the it function for this test.

Optional params

params: Params[]

An optional array of parameters. For each of these parameters a new test is executed.

Generated using TypeDoc