Unit-testing Delphi data modules

Posted by Tihy on Stack Overflow See other posts from Stack Overflow or by Tihy
Published on 2009-01-23T13:50:39Z Indexed on 2010/03/14 17:05 UTC
Read the original article Hit count: 192

Filed under:
|
|

If all the business logic is present in a datamodule (TSQLDataSets and TDataSetProviders) how would you refactor the code to make the application more appropiate for unit testing?

© Stack Overflow or respective owner

Related posts about delphi

Related posts about dunit