Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IContextDefinition

deprecated

use Mocha.SuiteFunction instead.

Hierarchy

  • IContextDefinition

Callable

  • __call(description: string, callback: function): ISuite
  • deprecated

    use Mocha.SuiteFunction instead.

    Parameters

    Returns ISuite

Index

Methods

Methods

only

  • only(description: string, callback: function): ISuite
  • deprecated

    use Mocha.SuiteFunction instead.

    Parameters

    Returns ISuite

skip

  • skip(description: string, callback: function): void
  • deprecated

    use Mocha.SuiteFunction instead.

    Parameters

    Returns void

Generated using TypeDoc