XE5, Android, DUnit. I am busy with a migration of a library to Android. Actually, the people at Embarcadero have done a real good job to hide the differences so until now everything is quite straightforward. Now what I am missing - or have not seen yet - is a port of DUnit to Android. Or is there any other testing framework which can be used easily?

Comments

  1. Stefan Glienke The point is to make the unit tests in Windows. The DUnit As with unit tests we test classes and their behaviour, there should no GUI be involved at all. It might get tricky when you have to deal with code that is not multi plafform, though.

    ReplyDelete
  2. I was asking because in my case I actually want the tests to run on the specific platform. It does not help me when I do the test on windows and it passes but the source does not work on another platform.

    ReplyDelete

Post a Comment