Create a new {@link (Test:class)} with a given implementation.
You probably don't want to instantiate this class directly, instead you can register tests with {@link (Suite:class).(addTest:2)}. You can also register {@link (Test:class)} instances with {@link (Suite:class).(addTest:1)}.
The implementation function of the test
Execution times for this {@link (Test:class)}'s implementation.
Runs this {@link (Test:class)}'s implementation once and records the execution time in {@link (Test:class).histogram}.
The return value of this {@link (Test:class)}'s implementation
Generated using TypeDoc
Tracks a function's execution in {@link (Test:class).histogram}.