# Structs
ContainsValidator validate whether value of Path is an array and contains Content.
EqualValidator validate whether the value of Path equal to Value.
HasDocumentsValidator validate whether the count of manifests rendered form template is Count.
IsAPIVersionValidator validate apiVersion of manifest is Of.
IsEmptyValidator validate value of Path is empty.
IsKindValidator validate kind of manifest is Of.
IsNullValidator validate value of Path id kind.
MatchRegexValidator validate value of Path match Pattern.
MatchSnapshotValidator validate snapshot of value of Path the same as cached.
ValidateContext the context passed to validators.
# Interfaces
SnapshotComparer provide CompareToSnapshot utility to validator.
Validatable all validators must implement Validate method.