package
0.0.5
Repository: https://github.com/tbe/resource-framework.git
Documentation: pkg.go.dev

# Functions

AutoTestCheck is a wrapper around the testing Handler to allow automatic testing of multiple test cases for Check resources.
AutoTestIn is a wrapper around the testing Handler to allow automatic testing of multiple test cases for In resources.
AutoTestOut is a wrapper around the testing Handler to allow automatic testing of multiple test cases for Out resources.
NewHandler returns a new testing handler.
No description provided by the author

# Variables

No description provided by the author

# Structs

Case defines the input and expected result of a single test.
Handler is a wrapper around `resource.Handler` with test specific functions.
No description provided by the author

# Type aliases

CaseList is a list of named test cases.
ResourceFactory is a function that returns a new, initialized, resource.