Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Delphi-News aus aller Welt (https://www.delphipraxis.net/58-delphi-news-aus-aller-welt/)
-   -   Delphi TestInsight: running both DUnitX and DUnit tests in a test project (https://www.delphipraxis.net/207541-delphi-testinsight-running-both-dunitx-dunit-tests-test-project.html)

DP News-Robot 6. Apr 2021 06:10

Delphi TestInsight: running both DUnitX and DUnit tests in a test project
 
If you want to run both DUnitX and DUnit tests in a test project using TestInsight as runner encapsulation, then you need to be aware that when there are no DUnitX tests, it will raise an exception. So use this code to prevent that: try TestInsight.DUnitX.RunRegisteredTests; finally TestInsight.DUnit.RunRegisteredTests; end; –jeroen

Weiterlesen...


Alle Zeitangaben in WEZ +1. Es ist jetzt 05:39 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz