开发者_如何学JAVA As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely
As is sometimes usual in visual applications, I have some code where data is maintained in a visual component (a TTreeView component). I\'m refactoring the code and creating unit tests for the logic.
I have several little functions in an old Unit ca开发者_Go百科lled Utils.pas. Now I\'d like refactoring some of them, but I think it\'s better to write test before. With DUnit I think it\'s impossib
Does anyone know how to update dUnit which comes with Delphi 2010 to the latest svn sour开发者_JAVA技巧ce code?Steps
I\'m attempting to write a unit test for a simple factory class that creates one of several possible implementing objects and returns it as an interface reference.
I\'m using Delphi XE and I\'ve got a project group containing the main application and a DUnit test application. From time to time, I go to the DUnit test application to add some tests and run existin
I have a Delphi 2007 project and I\'m trying to set the Project->Options->\'Version Info\'. I enter the values into the form and save the project. However, when I build, the generated exe doesn\'t con
For integration tests, I created a DUnit test suite which runs once for every version of a third party component (a message broker). Unfortunately, some tests always fail because of known bugs in some
I\'m new to using and writing unit tests, but I\'ve become convinced that they can help me write better code and ultimately save me time. I understand that DUnit is well integrated into Delphi 2006 an
I\'m still in the learning stages regarding unit-testing and in particular regarding mocking (I\'m using the PascalMock and DUnit frameworks). One thing I now stumbled over was that I couldn\'t find a