Einzelnen Beitrag anzeigen

Benutzerbild von DP News-Robot
DP News-Robot

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

Mocking Multiple Interfaces - Delphi Mocks

  Alt 15. Jul 2014, 07:20
Today we updated Delphi Mocks to enable the Mocking of multiple interfaces. This is useful when the interface you wish to Mock is cast to another interface during testing. For example you could have the following system you wish to test. type {$M+} IVisitor = interface; IElement = interface ...

More...
  Mit Zitat antworten Zitat