The _______ type in Go unit testing is used to manage test state and support formatted test logs.

  • testing.F
  • testing.M
  • testing.R
  • testing.T
In Go unit testing, the testing.T type is used to manage test state and support formatted test logs. It provides methods like Error, Fail, and Log for test assertion and logging.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *