Printing additional output in Google Test

后端 未结 4 1442
深忆病人
深忆病人 2020-12-28 12:48

I\'m using the googletest C++ testing framework. Normally the textual output of running a test looks like this:

[ RUN      ] MyTest.Fuzz
[       OK ] MyTest.Fuzz          


        
4条回答
  •  失恋的感觉
    2020-12-28 13:36

    Nope, searched through the headers and there is nothing about adding your own logs in the middle. Might be something to request. You could log an enhancement task if you want at http://code.google.com/p/googletest/issues/list

    Take care.

提交回复
热议问题