package
0.0.0-20240617132614-67d941d235d7
Repository: https://github.com/bitonechain/go-bitone.git
Documentation: pkg.go.dev

# Functions

CountFailures returns the number of failed tests in the result slice.
MatchTests returns the tests whose name matches a regular expression.
Run executes a single test.
RunTests executes all given tests in order and returns their results.

# Structs

Result is the result of a test execution.
T is the value given to the test function.
Test represents a single test.