type stepParserTest … func TestParseWithDots(t *testing.T) { … } func TestParseWithDotsEndingWithName(t *testing.T) { … } func TestParseWithBadValue(t *testing.T) { … } func TestParseWithNoMatchingValue(t *testing.T) { … } func (test stepParserTest) run(t *testing.T) { … }