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?

Comments

  1. I got the testing working using TestInsight and a little wiring, so that's a start.

    ReplyDelete
  2. For unit tests you should create a separate project

    ReplyDelete

Post a Comment