github.com/golang/mock/gomock.TestHelper.Fatalf (method)

17 uses

	github.com/golang/mock/gomock (current package)
		call.go#L120: 			c.t.Fatalf("wrong number of arguments in DoAndReturn func for %T.%v: got %d, want %d [%s]",
		call.go#L153: 			c.t.Fatalf("wrong number of arguments in Do func for %T.%v: got %d, want %d [%s]",
		call.go#L179: 		c.t.Fatalf("wrong number of arguments to Return for %T.%v: got %d, want %d [%s]",
		call.go#L191: 				c.t.Fatalf("argument %d to Return for %T.%v is nil, but %v is not nillable [%s]",
		call.go#L201: 			c.t.Fatalf("wrong type of argument %d to Return for %T.%v: %v is not assignable to %v [%s]",
		call.go#L229: 		c.t.Fatalf("SetArg(%d, ...) called for a method with %d args [%s]",
		call.go#L239: 			c.t.Fatalf("SetArg(%d, ...) argument is a %v, not assignable to %v [%s]",
		call.go#L247: 		c.t.Fatalf("SetArg(%d, ...) referring to argument of non-pointer non-interface non-slice type %v [%s]",
		call.go#L279: 		c.t.Fatalf("A call isn't allowed to be its own prerequisite")
		call.go#L282: 		c.t.Fatalf("Loop in call order: %v is a prerequisite to %v (possibly indirectly).", c, preReq)
		controller.go#L67: 	Fatalf(format string, args ...interface{})
		controller.go#L156: 	r.t.Fatalf(format, args...)
		controller.go#L183: 	h.t.Fatalf(format, args...)
		controller.go#L198: 	ctrl.T.Fatalf("gomock: failed finding method %s on %T", method, receiver)
		controller.go#L231: 			ctrl.T.Fatalf("Unexpected call to %T.%v(%v) at %s because: %s", receiver, method, args, origin, err)
		controller.go#L280: 			ctrl.T.Fatalf("Controller.Finish was called more than once. It has to be called exactly once.")
		controller.go#L298: 			ctrl.T.Fatalf("aborting test due to missing call(s)")