type TestCase struct {
Args []string// Typically use one of the three ExpectedOutput string// Expected constant output ExpectedRegexp *regexp.Regexp// Expected regexp output GoldenFilename string// Expected output stored in golden file WantException bool}