Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TestSuite

Hierarchy

  • TestSuite

Index

Constructors

constructor

Methods

addTest

countTests

  • countTests(): number
  • Counts the number of test cases that will be run by this test.

    Returns number

getName

  • getName(): string
  • Returns string

getTestCases

run

  • Runs a test and collects its result in a TestResult instance.

    Parameters

    Returns void

runTest