package
0.17.0
Repository: https://github.com/muonsoft/validation.git
Documentation: pkg.go.dev

# Functions

Assert creates a new [Assertion] for the error.

# Structs

Assertion is a structure for testing an error for implementing validator violations.
ViolationAssertion is a structure for testing violation attributes.
ViolationAttributes are used to compare violation against expected values.
ViolationListAssertion is a structure for testing violation list attributes.

# Interfaces

TestingT is an interface wrapper around [testing.T].