# Functions

AssertDirEqual verifies the contents of files in the specified directories match.
GoldenFilePath constructs the file path for a golden test file based on the test name, test file, and id.
JSONMarshalIndentedString returns an indentend JSON string.
JSONMarshalIndentedValue returns an indentend JSON string.
JSONProtoMarshal will JSONPB marshal a proto message.
MustEqualFile compares pass in data to a recorded file.
MustReadFile reads and returns the file contents as string or fails the test if an error occurs.
MustUnmarshalJSON unmarshals a json file into obj, failing the test if an error occurs.
RegexpEscapedPatternWithTypes returns a regexp pattern with specific type aliases replaced with their regexp patterns and all other characters escaped.
StructMustEqualJSONFile compares passed in data to recorded json.