Class: Test

Test

new Test()

Source:

Members

cases :Array.<Case>

Type:
Source:

collections :Object.<Insertion, Clear>

A map with used collections and the element that has cleared it
Type:
Source:

name :string

Type:
  • string
Source:

setups :Array.<Insertion, Clear, Declaration>

Type:
Source:

Methods

execute(options)

Run the test
Parameters:
Name Type Description
options Object an object with keys db, describe, before, it, baseUrl, context, strict
Source: