Show:
Module: test

Convenience type for storing and aggregating test result information.

Index

Methods

Methods

include

(
  • result
)

Includes results from another results object into this one.

Parameters:

Properties

duration

Int

Amount of time (ms) it took to complete testing.

errors

Int

Number of errors that occur in non-test methods.

failed

Int

Number of failed tests.

ignored

Int

Number of ignored tests.

name

String

Name of the test, test case, or test suite.

passed

Int

Number of passed tests.

total

Int

Number of total tests.