I want to add DUnitx to an existing program.
I want to add DUnitx to an existing program.
I have an application that does a lot of non visual processing. I would like to just add a panel to a pagecontrol, drop a memo on there and add a button to start my unit tests.
How to I rewire DUnitx so that it will dump its output in the memo when I press the button?
I have an application that does a lot of non visual processing. I would like to just add a panel to a pagecontrol, drop a memo on there and add a button to start my unit tests.
How to I rewire DUnitx so that it will dump its output in the memo when I press the button?
I got the testing working using TestInsight and a little wiring, so that's a start.
ReplyDeleteFor unit tests you should create a separate project
ReplyDelete