trident-job / delphi-code-coverage

Automatically exported from code.google.com/p/delphi-code-coverage
0 stars 0 forks source link

Pyunit, JUnit use cases #60

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi All,

So far we have used  DCC for the following use case  and it works really great.

Dunit(test application) calling Delphi application

Wondering how can I use this DCC tool for the following  usecases in order to 
get codecoverage

Java Application/JUnit  calling Delphi
Python/Pyunit calling Delphi

Please share your thoughts….

Regards,
Venki

Original issue reported on code.google.com by venkates...@gmail.com on 12 Sep 2014 at 5:36

GoogleCodeExporter commented 9 years ago
I'm not sure how you can call Delphi from Java or Python code directly. But in 
general you can use DCC with any .exe file compiled with Delphi

Original comment by e.kotlya...@gmail.com on 13 Sep 2014 at 6:30