Einzelnen Beitrag anzeigen

Benutzerbild von DP News-Robot
DP News-Robot

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

Delphi and DUnitX: ensure you catch the ENoTestsRegistered exception

  Alt 27. Apr 2021, 06:10
If you setup an empty test project, then DUnitX will throw an ENoTestsRegistered. This exception is not handled, which results in two things: a run-time error 217 if your application is a non-UI application a memory leak detected by FastMM4 So better catch the ENoTestsRegistered exception in your .dpr level: a caught exception will be […]

Weiterlesen...
  Mit Zitat antworten Zitat