package sample_test import "testing" type Foo interface{} type Bar struct{} func (b *Bar) Method() { } func TestIndividual(t *testing.T) { } func TestIndividualFooBar(t *testing.T) { } func TestOverlapRegion(t *testing.T) { } func testHelper() {} func nonTest() {} func TestNewOverlapRegion(t *testing.T) { }