package
0.0.0-20230609194936-c3b67b6bb7d9
Repository: https://github.com/codingconcepts/datagen.git
Documentation: pkg.go.dev

# Functions

Assert checks the result of a predicate.
Equals performs a deep equal comparison against two values and fails if they are not the same.
ErrorExists fails if an error is expected but doesn't exist or if an error is exists but is not expected.
StringEquals performs a comparison against two values values by comparing their string values and fails if they are not the same.