type testing.InternalExample

10 uses

	testing (current package)
		example.go#L15: type InternalExample struct {
		example.go#L24: func RunExamples(matchString func(pat, str string) (bool, error), examples []InternalExample) (ok bool) {
		example.go#L29: func runExamples(matchString func(pat, str string) (bool, error), examples []InternalExample) (ran, ok bool) {
		example.go#L32: 	var eg InternalExample
		example.go#L67: func (eg *InternalExample) processRunResult(stdout string, timeSpent time.Duration, finished bool, recovered any) (passed bool) {
		run_example.go#L21: func runExample(eg InternalExample) (ok bool) {
		testing.go#L1596: func Main(matchString func(pat, str string) (bool, error), tests []InternalTest, benchmarks []InternalBenchmark, examples []InternalExample) {
		testing.go#L1606: 	examples    []InternalExample
		testing.go#L1642: func MainStart(deps testDeps, tests []InternalTest, benchmarks []InternalBenchmark, fuzzTargets []InternalFuzzTarget, examples []InternalExample) *M {
		testing.go#L1768: func listTests(matchString func(pat, str string) (bool, error), tests []InternalTest, benchmarks []InternalBenchmark, fuzzTargets []InternalFuzzTarget, examples []InternalExample) {