Readonly
nameThe name of the (Suite:class)
Readonly
optionsOptions for running this (Suite:class) and its warmup.
The tests in this (Suite:class).
This (Suite:class)'s filepath, if it was provided. Used for running the (Suite:class) in a separate thread.
Adds a test to this (Suite:class).
The name of the test
The test to add
this
Creates and adds a test to this (Suite:class).
The name of the test
The function to run
this
A collection of (Test:class)s that are different implementations of the same thing (ex. different ways of sorting an array).
Example