package
0.5.0
Repository: https://github.com/ibrt/golang-lib.git
Documentation: pkg.go.dev

# Functions

RunSuite runs the test suite.

# Interfaces

AfterSuite represents a method invoked after completing a test suite.
AfterTest represents a method invoked after each test method in a suite.
BeforeSuite describes a method invoked before starting a test suite.
BeforeTest represents a method invoked before each test method in a suite.