Einzelnen Beitrag anzeigen

Benutzerbild von DP News-Robot
DP News-Robot

Registriert seit: 4. Jun 2010
14.979 Beiträge
 
#1

Delphi TestInsight: running both DUnitX and DUnit tests in a test project

  Alt 6. Apr 2021, 06:10
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...
  Mit Zitat antworten Zitat