func TestMain(m *testing.M) { … }
func skipSpecialPlatforms(t *testing.T) { … }
func needsCompiler(t *testing.T, compiler string) { … }
func compile(t *testing.T, dirname, filename, outdirname string) string { … }
func testPath(t *testing.T, path, srcDir string) *types.Package { … }
const maxTime …
func testDir(t *testing.T, dir string, endTime time.Time) (nimports int) { … }
func mktmpdir(t *testing.T) string { … }
const testfile …
func TestImportTestdata(t *testing.T) { … }
func TestVersionHandling(t *testing.T) { … }
func TestImportStdLib(t *testing.T) { … }
var importedObjectTests …
func TestImportedTypes(t *testing.T) { … }
func TestImportedConsts(t *testing.T) { … }
func importObject(t *testing.T, name string) types.Object { … }
func verifyInterfaceMethodRecvs(t *testing.T, named *types.Named, level int) { … }
func TestIssue5815(t *testing.T) { … }
func TestCorrectMethodPackage(t *testing.T) { … }
func TestIssue13566(t *testing.T) { … }
func TestIssue13898(t *testing.T) { … }
func TestIssue15517(t *testing.T) { … }
func TestIssue15920(t *testing.T) { … }
func TestIssue20046(t *testing.T) { … }
func TestIssue25301(t *testing.T) { … }
func importPkg(t *testing.T, path, srcDir string) *types.Package { … }
func compileAndImportPkg(t *testing.T, name string) *types.Package { … }
func lookupObj(t *testing.T, scope *types.Scope, name string) types.Object { … }