package
0.0.0-20230201071611-e1c17e3b6ae6
Repository: https://github.com/carv-ics-forth/knoc.git
Documentation: pkg.go.dev
# Functions
Run runs tests registered in the test suite.
# Interfaces
TestSkipper allows providers to skip certain tests.
TestSuite contains methods that defines the lifecycle of a test suite.
# Type aliases
SetUpFunc sets up provider-specific resource in the test suite.
ShouldSkipTestFunc determines whether the test suite should skip certain tests.
TeardownFunc tears down provider-specific resources from the test suite.
TestFunc defines the test function in a test case.