testing.T.Fatal (method, view implemented interface methods)

5 uses

	testing (current package)
		benchmark.go#L793: 		b.Fatal("RunParallel: body exited without pb.Next() == false")
		fuzz.go#L252: 				f.Fatal(err)
		fuzz.go#L259: 			f.Fatal(err)
		testing.go#L938: func (c *common) Fatal(args ...any) {

	go.pact.im/x/zapjournal/tests
		stubs.go#L13: 	w.t.Fatal(string(p))