# Functions
NewRunStats creates and initializes a new Stats struct.
Run runs your tests with the specified Config.
RunStage runs an individual test stage.
RunTest runs an individual test.
# Structs
RunnerConfig provides configuration for the test runner.
RunStats accumulates test statistics.
TestRunContext carries information about the current test run.
# Type aliases
TestResult type are the values that the result of a test can have.