func TestVTACallGraph(t *testing.T) { … } // TestVTAProgVsFuncSet exemplifies and tests different possibilities // enabled by having an arbitrary function set as input to CallGraph // instead of the whole program (i.e., ssautil.AllFunctions(prog)). func TestVTAProgVsFuncSet(t *testing.T) { … } // TestVTAPanicMissingDefinitions tests if VTA gracefully handles the case // where VTA panics when a definition of a function or method is not // available, which can happen when using analysis package. A successful // test simply does not panic. func TestVTAPanicMissingDefinitions(t *testing.T) { … } func TestVTACallGraphGenerics(t *testing.T) { … } func TestVTACallGraphGo117(t *testing.T) { … }