在Qt Creator中运行QTest并禁用终端设置时,输出窗格显示链接到测试行失败,即:
FAIL! : MidiTest::testMTCWriter() Compared values are not the same
Actual (tcCount): 1
Expected (2) : 2
Loc: [../../Joker/tests/AutoTest/MidiTest.cpp(271)]
是否可以建立这样的链接?例如,我将doxygen配置为外部工具,并且我希望为文档错误生成相同的输出。