Can I send out some test message just as TRACE0 in VC?
I think it will be good if I can send out some testing message during a test. The test runner may show the text log in some manner.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Can I send out some test message just as TRACE0 in VC?
I think it will be good if I can send out some testing message during a test. The test runner may show the text log in some manner.
TRACE will send message to VC++ debug window, or whatever as been configured to capture the OutputDebug stream (such as DebugView for example).
We are working on an assertEquals that allow you to convert your objects into string. This should remove most of the need for diagnotic messages.