# Functions
InitAllFlags initializes all metamorphic test flags: those used for a single run, and those used for a "top level" run.
InitRunOnceFlags initializes the flags that are used for a single run of the metamorphic test.
# Structs
CommonFlags contains flags that apply to both metamorphic.Run and metamorphic.RunOnce/Compare.
RunFlags contains flags that apply only to metamorphic.Run.
RunOnceFlags contains flags that apply only to metamorphic.RunOnce/Compare.