# Functions
No description provided by the author
Execute creates a new context with the given value.
Execute2 creates a new context with two values.
Execute2E is a helper function that returns a new context with a value and an error.
Execute3 creates a new context with the given values.
Execute3E is a helper function that returns a new context with two values and an error.
ExecuteE creates a new context with the given error.
# Variables
Fatal is an option that means if the test fails, the test will be stopped.
# Structs
Context1 is a test context that allows for easy testing of values.
Context1E is a test context that allows for easy testing of errors.
Context2 is a test context that allows for easy testing of two values.
Context2E is a test context that allows for easy testing of a value and an error.
Context3 is a test context that allows for easy testing of three values.
Context3E is a test context that allows for easy testing of two values and an error.
# Interfaces
DiffInterface is an interface that allows for custom diff checks.
EqualityInterface is an interface that allows for custom equality checks.
Opt is an option that can be used to modify the behavior of the underlying validator.