# Functions
Must allows the rtx.Must pattern within a unit test and will call t.Fatal if passed a non-nil error.
MustReadFile will read the file under the input `path` and return the array of bytes.
# Interfaces
FatalReporter defines the interface for reporting a fatal test.