# 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].